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 9a3bd74 commit 9c778a1Copy full SHA for 9c778a1
src/extension/intents/node/toolCallingLoop.ts
@@ -462,7 +462,7 @@ export abstract class ToolCallingLoop<TOptions extends IToolCallingLoopOptions =
462
type: 'function',
463
})),
464
},
465
- userInitiatedRequest: iterationNumber === 0 && !isContinuation
+ userInitiatedRequest: iterationNumber === 0 && !isContinuation && !this.options.request.isSubagent
466
}, token);
467
468
fetchStreamSource?.resolve();
0 commit comments