Update bounds for other projects

This commit is contained in:
William Fu-Hinthorn
2025-12-09 15:50:52 -08:00
parent b7623e6f1f
commit 77ce58db23
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -638,7 +638,7 @@ def test_react_agent_parallel_tool_calls(
for event in agent.stream(
{"messages": [("user", query)]}, config, stream_mode="values"
):
if "__interrupt__" not in event:
if "__interrupt__" not in event:
if messages := event.get("messages"):
message_types.append([m.type for m in messages])