mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
update unit test
This commit is contained in:
parent
ff94898b87
commit
050e19c22c
1 changed files with 3 additions and 0 deletions
|
|
@ -167,6 +167,9 @@ async def test_create_openai_response_with_string_input(openai_responses_impl, m
|
||||||
tools=None,
|
tools=None,
|
||||||
stream=True,
|
stream=True,
|
||||||
temperature=0.1,
|
temperature=0.1,
|
||||||
|
stream_options={
|
||||||
|
"include_usage": True,
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
# Should have content part events for text streaming
|
# Should have content part events for text streaming
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue