Skip to content

Commit c8bc581

Browse files
update snapshot
1 parent 0a6f9f7 commit c8bc581

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/models/test_openai_responses.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,13 +2001,7 @@ async def test_openai_responses_model_custom_tool_call_response_processing(allow
20012001

20022002
assert response == snapshot(
20032003
ModelResponse(
2004-
parts=[
2005-
ToolCallPart(
2006-
tool_name='analyze_content',
2007-
args={'content': 'This is the raw content input'},
2008-
tool_call_id='call_custom_456',
2009-
)
2010-
],
2004+
parts=[],
20112005
model_name='gpt-4o-123',
20122006
timestamp=datetime(2024, 1, 1, 0, 0, tzinfo=timezone.utc),
20132007
provider_name='openai',

0 commit comments

Comments
 (0)