[PR #1063] [MERGED] docs: add how to for passing config to tools #1863

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

📋 Pull Request Information

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

Base: mainHead: vb/add-how-to-tool-config


📝 Commits (2)

  • 8d924d6 docs: add how to for passing config to tools
  • 92a7302 Merge branch 'main' into vb/add-how-to-tool-config

📊 Changes

4 files changed (+420 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/pass-config-to-tools.ipynb (+417 -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/1063 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 7/18/2024 **Status:** ✅ Merged **Merged:** 7/18/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/add-how-to-tool-config` --- ### 📝 Commits (2) - [`8d924d6`](https://github.com/langchain-ai/langgraph/commit/8d924d69cbfa5ac8810ed7acebc4a88f66185f2c) docs: add how to for passing config to tools - [`92a7302`](https://github.com/langchain-ai/langgraph/commit/92a7302e117612e0ea41ec6b33e6ecb819c2b6f7) Merge branch 'main' into vb/add-how-to-tool-config ### 📊 Changes **4 files changed** (+420 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/pass-config-to-tools.ipynb` (+417 -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:44 -05:00
yindo closed this issue 2026-02-20 17:45:44 -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#1863