From 631400cb17a58fe183ca1da16cb8ea66462574ea Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 20 Feb 2026 09:28:05 +0530 Subject: [PATCH] Fix anthropic responses --- .../llm_responses_api_testing/test_anthropic_responses_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/llm_responses_api_testing/test_anthropic_responses_api.py b/tests/llm_responses_api_testing/test_anthropic_responses_api.py index 47ea3f7aa5..213c96190e 100644 --- a/tests/llm_responses_api_testing/test_anthropic_responses_api.py +++ b/tests/llm_responses_api_testing/test_anthropic_responses_api.py @@ -79,7 +79,7 @@ def test_multiturn_tool_calls(): ], 'type': 'message' }], - model='anthropic/claude-sonnet-4-5', + model='anthropic/claude-4-sonnet-20250514', instructions='You are a helpful coding assistant.', tools=[shell_tool] ) @@ -105,7 +105,7 @@ def test_multiturn_tool_calls(): # Use await with asyncio.run for the async function follow_up_response = litellm.responses( - model='anthropic/claude-sonnet-4-5', + model='anthropic/claude-4-sonnet-20250514', previous_response_id=response_id, input=[{ 'type': 'function_call_output',