You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
langgraph-prebuilt 0.1.7
Summary of Changes
Fixed a command routing issue in ToolNode when handling nested tool outputs (#4033)
Detailed Changes
langgraph.prebuilt.tool_node.ToolNode
Fixed an issue in the _combine_tool_outputs function where parent commands were not being correctly created when processing nested tool outputs (#4033)
The fix properly creates a new Command with Command.PARENT as the graph target and preserves the output's goto instructions, rather than directly using the output as the parent command