fix(chat): keep tool summaries and assistant output together

This commit is contained in:
lc6464
2026-04-09 22:15:46 +08:00
parent 20d3522069
commit 5b596ed2f0
3 changed files with 141 additions and 14 deletions
+1 -1
View File
@@ -1409,7 +1409,7 @@ func (al *AgentLoop) processMessage(ctx context.Context, msg bus.InboundMessage)
Media: msg.Media,
DefaultResponse: defaultResponse,
EnableSummary: true,
SendResponse: false,
SendResponse: msg.Channel == "pico",
}
// context-dependent commands check their own Runtime fields and report