fix regenerate from system message connect #5407
This commit is contained in:
parent
6ca2d5235d
commit
951ffc3d7b
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user