-
-
Notifications
You must be signed in to change notification settings - Fork 52.6k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Add native web search for providers with server-managed search tools.
| Provider | Tool | Cost |
|---|---|---|
| Anthropic | web_search_20250305 |
$10/1k |
| OpenAI | web_search_options |
per call |
| xAI/Grok | web_search |
FREE |
google_search |
$14/1k |
Why not use brave-search skill? Native tools = model decides when to search, auto-citations, no extra API key, server-side execution.
Proposed config
agents:
defaults:
webSearch:
enabled: true
maxUses: 5
allowedDomains: []
blockedDomains: []
userLocation:
country: ""
city: ""Provider API details
Anthropic — docs
{ "type": "web_search_20250305", "name": "web_search", "max_uses": 5 }OpenAI — docs
model="gpt-4o-search-preview", web_search_options={}xAI — docs
{ "type": "web_search" }Google — docs
tools=[{"google_search": {}}]Upstream: badlogic/pi-mono#709
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request