summaryrefslogtreecommitdiff
path: root/tools/tools.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-15 16:04:03 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-15 16:04:03 +0300
commit47b3d37a9714e3e68e56f009ea1faee5223edeb4 (patch)
treeeef29c568736dcf6e6aa37861caec9d8d7921a7d /tools/tools.go
parente47657533453270565caa5e94cfa59307d2a7970 (diff)
Enha: remove browser agent from completion
Diffstat (limited to 'tools/tools.go')
-rw-r--r--tools/tools.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/tools.go b/tools/tools.go
index 9baafd3..697683a 100644
--- a/tools/tools.go
+++ b/tools/tools.go
@@ -61,11 +61,6 @@ Your current tools:
"name":"read_url_raw",
"args": ["url"],
"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>