Skip to content

Commit 152a16c

Browse files
Fix flaky parallel tool test with stronger model (#10183)
Co-authored-by: David S. Batista <[email protected]>
1 parent 251335f commit 152a16c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/components/generators/chat/test_openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ def __call__(self, chunk: StreamingChunk) -> None:
10231023
def test_live_run_with_tools_streaming(self, tools):
10241024
chat_messages = [ChatMessage.from_user("What's the weather like in Paris and Berlin?")]
10251025
component = OpenAIChatGenerator(
1026+
model="gpt-5",
10261027
tools=tools,
10271028
streaming_callback=print_streaming_chunk,
10281029
generation_kwargs={"stream_options": {"include_usage": True}},

0 commit comments

Comments
 (0)