Skip to content

Commit cf6e76c

Browse files
authored
test: Google GenAI - test_live_run_with_parallel_tools should use tool_calls finish reason (#3125)
1 parent ee6e203 commit cf6e76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/google_genai/tests/test_chat_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def test_live_run_with_parallel_tools(self, tools):
693693

694694
assert len(results["replies"]) == 1
695695
message = results["replies"][0]
696-
assert message.meta["finish_reason"] == "stop"
696+
assert message.meta["finish_reason"] == "tool_calls"
697697

698698
# Google GenAI should make tool calls for both cities
699699
assert len(message.tool_calls) == 2

0 commit comments

Comments
 (0)