We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1c82 commit 86782e9Copy full SHA for 86782e9
packages/components/nodes/agentflow/Agent/Agent.ts
@@ -1442,6 +1442,8 @@ class Agent_Agentflow implements INode {
1442
toolOutput: '',
1443
error: getErrorMessage(e)
1444
})
1445
+ sseStreamer?.streamUsedToolsEvent(chatId, flatten(usedTools))
1446
+ throw new Error(getErrorMessage(e))
1447
}
1448
1449
@@ -1678,6 +1680,8 @@ class Agent_Agentflow implements INode {
1678
1680
1679
1681
1682
1683
1684
1685
1686
1687
0 commit comments