Merge pull request #106 from 1045078399/chat_context

feat:Chat context
This commit is contained in:
zongzibinbin
2023-07-16 01:47:26 +08:00
committed by GitHub
14 changed files with 266 additions and 67 deletions

View File

@@ -115,6 +115,10 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>