update unit test

This commit is contained in:
Ashwin Bharambe 2025-10-10 12:22:01 -07:00
parent ff94898b87
commit 050e19c22c

View file

@ -167,6 +167,9 @@ async def test_create_openai_response_with_string_input(openai_responses_impl, m
tools=None,
stream=True,
temperature=0.1,
stream_options={
"include_usage": True,
},
)
# Should have content part events for text streaming