prebuilt: ignore updates when combining parent commands with Send (#4033)

This commit is contained in:
Vadym Barda
2025-03-26 09:20:37 -04:00
committed by GitHub
parent 4ced277e2d
commit 71db4f2ad5
@@ -292,7 +292,7 @@ class ToolNode(RunnableCallable):
goto=cast(list[Send], parent_command.goto) + output.goto,
)
else:
parent_command = output
parent_command = Command(graph=Command.PARENT, goto=output.goto)
else:
combined_outputs.append(output)
else: