mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
The google ai studio responses test still asserted tools == [], but the transformation now pops empty tools and tool_choice before calling completion, so assert the keys are absent. test_openai_endpoints pinned claude-3-sonnet-20240229, which Bedrock has retired; move it to us.anthropic.claude-sonnet-4-5-20250929-v1:0. The AssemblyAI EU passthrough test depended on a credential that no longer resolves in CI, and the US path plus the bad-key case already cover the route; drop it rather than keep a permanently red case. |
||
|---|---|---|
| .. | ||
| base_responses_api.py | ||
| conftest.py | ||
| test_anthropic_responses_api.py | ||
| test_anthropic_tool_result_empty_call_id.py | ||
| test_anthropic_tool_result_fix.py | ||
| test_azure_responses_api.py | ||
| test_base_responses_api_streaming_iterator.py | ||
| test_google_ai_studio_responses_api.py | ||
| test_openai_responses_api.py | ||
| test_responses_hooks.py | ||