mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 19:48:29 +00:00
6abdf5adde
Fix genuine regression in responses_api_bridge_check where the second call assigned to `model_info` instead of `responses_api_model_info`, preventing gpt-5.4 + tools + reasoning_effort from routing to the Responses API bridge. Also update outdated tests: - Vantage tests: match "csv" file key and use supported column names - Anthropic caching test: add "type": "custom" to expected tool payload - Claude Agent SDK test: remove non-deterministic LLM content assertion Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.