[PR #910] [MERGED] langgraph: add tool error handling #1776

Closed
opened 2026-02-20 17:45:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/910
Author: @vbarda
Created: 7/2/2024
Status: Merged
Merged: 7/3/2024
Merged by: @vbarda

Base: mainHead: vb/add-tool-handling


📝 Commits (2)

📊 Changes

2 files changed (+64 additions, -4 deletions)

View changed files

📝 libs/langgraph/langgraph/prebuilt/tool_node.py (+16 -4)
📝 libs/langgraph/tests/test_prebuilt.py (+48 -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/langgraph/pull/910 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 7/2/2024 **Status:** ✅ Merged **Merged:** 7/3/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/add-tool-handling` --- ### 📝 Commits (2) - [`89051e4`](https://github.com/langchain-ai/langgraph/commit/89051e4688ef1fb4988ee0a1077cbba6668121e6) langgraph: add tool error handling - [`744750e`](https://github.com/langchain-ai/langgraph/commit/744750efeb1bc287397d63ff291e5ba63812b765) add unittests ### 📊 Changes **2 files changed** (+64 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/prebuilt/tool_node.py` (+16 -4) 📝 `libs/langgraph/tests/test_prebuilt.py` (+48 -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-20 17:45:31 -05:00
yindo closed this issue 2026-02-20 17:45:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1776