fix: usage repeat (#5735)

* fix: usage repeat

* remove invalid code
This commit is contained in:
Archer
2025-10-09 09:53:19 +08:00
committed by GitHub
parent b8c2c7ad98
commit 7942805af9
3 changed files with 53 additions and 50 deletions

View File

@@ -386,6 +386,7 @@ export const runToolCall = async (
initToolNodes(runtimeNodes, [toolNode.nodeId], startParams);
const toolRunResponse = await runWorkflow({
...workflowProps,
usageId: undefined,
isToolCall: true
});