fix(xai): harden Grok web search timeouts

This commit is contained in:
Peter Steinberger
2026-05-02 02:55:11 +01:00
parent ecef57831c
commit 01aea41c2b
8 changed files with 119 additions and 19 deletions

View File

@@ -93,6 +93,10 @@ returns one synthesized answer with citations rather than an N-result list.
Provider-specific filters are not currently supported.
Grok uses a provider-specific 60 second default timeout because xAI Responses
web-grounded searches can run longer than the shared `web_search` default. Set
`tools.web.search.timeoutSeconds` to override it.
## Related
- [Web Search overview](/tools/web) -- all providers and auto-detection