mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 01:06:45 +00:00
53f6514f12
* fix(vertex_and_google_ai_studio_gemini.py): handle additional google finish reasons Fixes https://github.com/BerriAI/litellm/issues/10768 * test: add more unit tests * fix(anthropic/chat/transformation.py): support anthropic web search Fixes https://github.com/BerriAI/litellm/issues/10664 * fix(anthropic/chat/transformation.py): add anthropic web search 'max uses' param support * docs(anthropic.md): add doc for web search tool calling Closes https://github.com/BerriAI/litellm/issues/10664 * build(model_prices_and_context_window.json): add search tool pricing for anthropic * fix: suppress linting error * test: update tests * fix: fix ruff check