Enha: remove browser agent from completion

This commit is contained in:
Grail Finder
2026-03-15 16:04:03 +03:00
parent e476575334
commit 47b3d37a97

View File

@@ -61,11 +61,6 @@ Your current tools:
"name":"read_url_raw", "name":"read_url_raw",
"args": ["url"], "args": ["url"],
"when_to_use": "get raw content from a webpage" "when_to_use": "get raw content from a webpage"
},
{
"name":"browser_agent",
"args": ["task"],
"when_to_use": "autonomous browser automation for complex multi-step tasks like login, form filling, scraping"
} }
] ]
</tools> </tools>