fix regenerate from system message connect #5407

This commit is contained in:
Timothy Carambat
2026-04-15 06:41:43 -07:00
parent 6ca2d5235d
commit 951ffc3d7b

View File

@@ -95,12 +95,8 @@ async function grepAgents({
writeResponseChunk(response, {
id: uuid,
type: "statusResponse",
textResponse: `${pluralize(
"Agent",
agentHandles.length
)} ${agentHandles.join(
", "
)} invoked.\nSwapping over to agent chat. Type /exit to exit agent execution loop early.`,
textResponse:
"@agent: Swapping over to agent chat. Type /exit to exit agent execution loop early.",
sources: [],
close: true,
error: null,