[PR #1076] [MERGED] langgraph: combine Command.PARENT commands with Sends in ToolNode #1223

Closed
opened 2026-02-15 19:17:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1076
Author: @vbarda
Created: 4/4/2025
Status: Merged
Merged: 4/4/2025
Merged by: @vbarda

Base: mainHead: vb/port-tool-node-changes


📝 Commits (1)

  • 25dd9aa langgraph: combine Command.PARENT commands with Sends in ToolNode

📊 Changes

2 files changed (+479 additions, -5 deletions)

View changed files

📝 libs/langgraph/src/prebuilt/tool_node.ts (+35 -5)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+444 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1076 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/port-tool-node-changes` --- ### 📝 Commits (1) - [`25dd9aa`](https://github.com/langchain-ai/langgraphjs/commit/25dd9aaabc4c95df6b07b538e6685bb2a73c2054) langgraph: combine Command.PARENT commands with Sends in ToolNode ### 📊 Changes **2 files changed** (+479 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/prebuilt/tool_node.ts` (+35 -5) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+444 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:42 -05:00
yindo closed this issue 2026-02-15 19:17:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1223