[PR #1121] [MERGED] langgraph: raise GraphInterrupt errors correctly inside ToolNode #1248

Closed
opened 2026-02-15 20:14:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: vb/fix-tool-node-interrupt


📝 Commits (2)

  • cedd16d langgraph: raise GraphInterrupt errors correctly inside ToolNode
  • 69cb968 lint

📊 Changes

2 files changed (+93 additions, -1 deletions)

View changed files

📝 libs/langgraph/src/prebuilt/tool_node.ts (+1 -1)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+92 -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/1121 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/fix-tool-node-interrupt` --- ### 📝 Commits (2) - [`cedd16d`](https://github.com/langchain-ai/langgraphjs/commit/cedd16da5d75f6a71cc9eaf0eb011e397d3a6a5a) langgraph: raise GraphInterrupt errors correctly inside ToolNode - [`69cb968`](https://github.com/langchain-ai/langgraphjs/commit/69cb968127536dd192f797e12398528da77f12f3) lint ### 📊 Changes **2 files changed** (+93 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/prebuilt/tool_node.ts` (+1 -1) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+92 -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 20:14:57 -05:00
yindo closed this issue 2026-02-15 20:14:57 -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#1248