fix(test): replace deprecated claude-3-7-sonnet-latest in responses API test

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ishaan Jaffer 2026-02-20 16:14:02 -08:00
parent e5ba4d3227
commit 611d36a045

View file

@ -79,7 +79,7 @@ def test_multiturn_tool_calls():
],
'type': 'message'
}],
model='anthropic/claude-3-7-sonnet-latest',
model='anthropic/claude-sonnet-4-5',
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-3-7-sonnet-latest',
model='anthropic/claude-sonnet-4-5',
previous_response_id=response_id,
input=[{
'type': 'function_call_output',