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