[PR #1051] [MERGED] docs: add how-to section on tool calling #1853

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/1051
Author: @vbarda
Created: 7/17/2024
Status: Merged
Merged: 7/18/2024
Merged by: @vbarda

Base: mainHead: vb/tool-call-how-tos


📝 Commits (1)

  • 35f9177 docs: add how-to section on tool calling

📊 Changes

5 files changed (+582 additions, -31 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+1 -0)
📝 docs/docs/how-tos/index.md (+6 -1)
📝 docs/mkdocs.yml (+3 -1)
📝 examples/tool-calling-errors.ipynb (+81 -29)
examples/tool-calling.ipynb (+491 -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/1051 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 7/17/2024 **Status:** ✅ Merged **Merged:** 7/18/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/tool-call-how-tos` --- ### 📝 Commits (1) - [`35f9177`](https://github.com/langchain-ai/langgraph/commit/35f91774b35163924b0b2d23d714f24a2a5e224e) docs: add how-to section on tool calling ### 📊 Changes **5 files changed** (+582 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+1 -0) 📝 `docs/docs/how-tos/index.md` (+6 -1) 📝 `docs/mkdocs.yml` (+3 -1) 📝 `examples/tool-calling-errors.ipynb` (+81 -29) ➕ `examples/tool-calling.ipynb` (+491 -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#1853