Skip to content

prebuilt==0.1.7

Choose a tag to compare

@github-actions github-actions released this 26 Mar 13:25
e981d27

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