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, {
|
writeResponseChunk(response, {
|
||||||
id: uuid,
|
id: uuid,
|
||||||
type: "statusResponse",
|
type: "statusResponse",
|
||||||
textResponse: `${pluralize(
|
textResponse:
|
||||||
"Agent",
|
"@agent: Swapping over to agent chat. Type /exit to exit agent execution loop early.",
|
||||||
agentHandles.length
|
|
||||||
)} ${agentHandles.join(
|
|
||||||
", "
|
|
||||||
)} invoked.\nSwapping over to agent chat. Type /exit to exit agent execution loop early.`,
|
|
||||||
sources: [],
|
sources: [],
|
||||||
close: true,
|
close: true,
|
||||||
error: null,
|
error: null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user