• alex yao's avatar
    refactor(agent): 统一 DifyChat agent 返回类型 · 8ef4f9e1
    alex yao authored
    - 将 AnnualReportAgent 的 agent 方法返回类型从 String 改为 AgentResultEntity
    - 在 AnnualReportServiceImpl 中使用 AgentResultEntity 接收代理结果
    - 更新 DifyChatService 接口的 blockingChat 和 streamChat 方法返回类型为 AgentResultEntity
    - 在 DifyChatServiceImpl 中实现 <think> 标签内容解析功能
    - 将解析出的推理内容和消息分别存储到 AgentResultEntity 对象中
    - 移除不再使用的 JsonUtils 和 AiDialoguesService 依赖
    - 添加 SoftwareCopyRightAgent 中的 AgentResultEntity 导入声明
    8ef4f9e1
Name
Last commit
Last update
src Loading commit data...
.gitignore Loading commit data...
Jenkinsfile Loading commit data...
Jenkinsfile_release Loading commit data...
README.md Loading commit data...
hs_err_pid433132.log Loading commit data...
pay.puml Loading commit data...
pom.xml Loading commit data...