[PR #1052] [MERGED] langgraph: add incorrect tool name handling to ToolNode #1856

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

📋 Pull Request Information

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

Base: mainHead: vb/add-incorrect-tool-handling


📝 Commits (2)

  • c521c7d langgraph: add incorrect tool name handling to ToolNode
  • 84e2336 lint

📊 Changes

2 files changed (+50 additions, -2 deletions)

View changed files

📝 libs/langgraph/langgraph/prebuilt/tool_node.py (+25 -2)
📝 libs/langgraph/tests/test_prebuilt.py (+25 -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/1052 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 7/17/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/add-incorrect-tool-handling` --- ### 📝 Commits (2) - [`c521c7d`](https://github.com/langchain-ai/langgraph/commit/c521c7d4c3a9bc08f95147e7666a426215f7eb17) langgraph: add incorrect tool name handling to ToolNode - [`84e2336`](https://github.com/langchain-ai/langgraph/commit/84e233610809f05ec8455c01651d1ecfe61f4697) lint ### 📊 Changes **2 files changed** (+50 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/langgraph/prebuilt/tool_node.py` (+25 -2) 📝 `libs/langgraph/tests/test_prebuilt.py` (+25 -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:42 -05:00
yindo closed this issue 2026-02-20 17:45: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/langgraph#1856