feat: disable ScriptExecutionTool for MultiPageAgent

This commit is contained in:
Simon
2026-06-11 20:16:09 +08:00
parent 9ed0a09194
commit 768b07e28c
2 changed files with 3 additions and 5 deletions
@@ -50,6 +50,8 @@ export class MultiPageAgent extends PageAgentCore {
super({
...config,
// Disabled: AbortSignal cannot cross contexts
experimentalScriptExecutionTool: false,
pageController: pageController as any,
customTools: customTools,
customSystemPrompt: systemPrompt,