context:工作流与大模型聊天对话整合(新增Common-Chat公共对话接口)

This commit is contained in:
zengxb
2026-02-13 17:56:55 +08:00
parent 91a44e1ba8
commit 420e05ecf3
61 changed files with 879 additions and 291 deletions

View File

@@ -61,6 +61,20 @@
<artifactId>s3-transfer-manager</artifactId>
</dependency>
<!-- OpenAI Java SDK -->
<dependency>
<groupId>com.openai</groupId>
<artifactId>openai-java</artifactId>
<version>4.8.0</version>
</dependency>
<!-- OkHttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
</dependencies>
</project>