mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
fix regenerate from system message connect #5407
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user