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

@@ -26,6 +26,13 @@
<version>${revision}</version>
</dependency>
<!-- 对话模块 -->
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-common-chat</artifactId>
<version>${revision}</version>
</dependency>
<!-- 接口模块 -->
<dependency>
<groupId>org.ruoyi</groupId>