web_search
Runs one or more queries in parallel and returns per-query deduplicated, reranked snippets with links.
- queries []string required
- Executed in parallel.
- max_results int = 5
- Snippets per query, capped at
MAX_RESULTS(20). - timeout_ms int64 = 5000
- Whole-call timeout; clamped to the min and max from config.
- date string
- Freshness filter:
d(day),w(week),m(month),y(year).