diff --git a/packages/core/src/agents/browser/browserAgentDefinition.ts b/packages/core/src/agents/browser/browserAgentDefinition.ts index 47077d825e..d0afa2c4b3 100644 --- a/packages/core/src/agents/browser/browserAgentDefinition.ts +++ b/packages/core/src/agents/browser/browserAgentDefinition.ts @@ -190,7 +190,7 @@ export const BrowserAgentDefinition = ( \${task} -First, use new_page to open the relevant URL. Then call take_snapshot to see the page and proceed with your task.`, +First, use to check if there are any existing pages that can fulfill the user's request. If not, you MUST use to open the relevant URL unless the user explicitly provides different instructions.`, systemPrompt: buildBrowserSystemPrompt( visionEnabled, config.getBrowserAgentConfig().customConfig.allowedDomains,