mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
b59eb6cbfb
Implements comprehensive support for Anthropic's web search (web_search_20250305) and web fetch (web_fetch_20250910) tools. - Add llmVndAntWebSearch and llmVndAntWebFetch parameters with ['auto', 'off'] options - Enable tools for Claude 4.5, 4.1, 4, 3.7, 3.5 Sonnet/Haiku/Opus models (including thinking variants) - Inject web_search_20250305 and web_fetch_20250910 tools based on parameter values - Configure web search with max_uses=5 for progressive searches - Configure web fetch with max_uses=5 and citations enabled - Add dynamic beta header injection for web fetch (web-fetch-2025-09-10) - Add UI controls in model settings for easy parameter configuration Parser already supports web_search_tool_result and web_fetch_tool_result blocks (no changes needed). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Enrico Ros <enricoros@users.noreply.github.com>