[PR #1012] [MERGED] Add guide on handling tool calling errors #1837

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1012
Author: @jacoblee93
Created: 7/12/2024
Status: Merged
Merged: 7/16/2024
Merged by: @jacoblee93

Base: mainHead: jacob/error_handling


📝 Commits (10+)

📊 Changes

4 files changed (+546 additions, -0 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+1 -0)
📝 docs/docs/how-tos/index.md (+1 -0)
📝 docs/mkdocs.yml (+1 -0)
examples/tool-calling-errors.ipynb (+543 -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/1012 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 7/12/2024 **Status:** ✅ Merged **Merged:** 7/16/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/error_handling` --- ### 📝 Commits (10+) - [`634fd08`](https://github.com/langchain-ai/langgraph/commit/634fd082c5a090079b696d8370ff6f8ae13d04c2) Fix example - [`4d20f0c`](https://github.com/langchain-ai/langgraph/commit/4d20f0c835d796b8a55cefe60c86ed946b25541a) Merge branch 'main' of https://github.com/langchain-ai/langgraph - [`88d0c46`](https://github.com/langchain-ai/langgraph/commit/88d0c46de6adb4963f3f6821ca65c9df81c2497c) Progress on tool calling errors - [`9372990`](https://github.com/langchain-ai/langgraph/commit/9372990ccc79ff9b0762ee00635670cbb06f22ab) Update - [`67abfb4`](https://github.com/langchain-ai/langgraph/commit/67abfb4cd6b3926daf44dea94b093b6c4bda2f5e) Merge branch 'main' of https://github.com/langchain-ai/langgraph into jacob/error_handling - [`5d9618e`](https://github.com/langchain-ai/langgraph/commit/5d9618eab2d233bcfc9c6336956f67473a516bf4) Rename - [`5452ce2`](https://github.com/langchain-ai/langgraph/commit/5452ce25b5c873a469e296e95211fdb33a3a45c8) Merge branch 'main' of https://github.com/langchain-ai/langgraph into jacob/error_handling - [`8229183`](https://github.com/langchain-ai/langgraph/commit/8229183872080cfc5678567468720d91911ef3ca) Format - [`51c587d`](https://github.com/langchain-ai/langgraph/commit/51c587d2c5c2674bace9e65b45b8852bd5d24b9a) Clean up outputs - [`0ed04e5`](https://github.com/langchain-ai/langgraph/commit/0ed04e564082929b8c271d6f35f6ddb8745e9aeb) Revert ### 📊 Changes **4 files changed** (+546 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+1 -0) 📝 `docs/docs/how-tos/index.md` (+1 -0) 📝 `docs/mkdocs.yml` (+1 -0) ➕ `examples/tool-calling-errors.ipynb` (+543 -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:40 -05:00
yindo closed this issue 2026-02-20 17:45:40 -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#1837