Files
tmp/feat.md
T
V-LiuShuang 0d8443c61c add
2026-08-05 15:47:46 +08:00

15 lines
540 B
Markdown

# 任务目标
看下为什么没有保存智能体输出的消息。
## 参考信息
HTTP请求入口在"MultiAgentChatController.java"的"multiAgentChatCompletions"方法。传参如下:
```json
{"chatWindowUuid":"2084907531880161282","userInput":"你能干什么?","agentId":"2059094083439185922","chatVisitChannel":"A2S_DEBUG"}
```
目前保存智能体输出的消息在:
- 主智能体:"MultiMainAgentPostCallEventListener.java"的"handle"方法
- 子智能体:"MultiSubAgentPostCallEventListener.java"的"handle"方法