[PR #610] [MERGED] docs: Add example that shows how to pass run time values to tools #1567

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/610
Author: @eyurtsev
Created: 6/6/2024
Status: Merged
Merged: 6/6/2024
Merged by: @eyurtsev

Base: mainHead: eugene/run_time_values_tools


📝 Commits (4)

📊 Changes

2 files changed (+569 additions, -0 deletions)

View changed files

📝 docs/docs/how-tos/index.md (+1 -0)
examples/passing-run-time-values-to-tools.ipynb (+568 -0)

📄 Description

Adds a notebook that shows how to bind run time values to tools (e.g., user ID) and make them inaccessible to the LLM!


🔄 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/610 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/6/2024 **Status:** ✅ Merged **Merged:** 6/6/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/run_time_values_tools` --- ### 📝 Commits (4) - [`42ceae7`](https://github.com/langchain-ai/langgraph/commit/42ceae73c8b1602fe0164e95c474d03834b7eed5) x - [`0182fa4`](https://github.com/langchain-ai/langgraph/commit/0182fa46eda42e9eb12e9014c1574ae958d57e9c) x - [`f93e72b`](https://github.com/langchain-ai/langgraph/commit/f93e72b3065ff7f24cc95aa1f3863ffd5bdab45c) x - [`dbabf54`](https://github.com/langchain-ai/langgraph/commit/dbabf542e1b5e788b6d5fe4f6331e68557496528) x ### 📊 Changes **2 files changed** (+569 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/index.md` (+1 -0) ➕ `examples/passing-run-time-values-to-tools.ipynb` (+568 -0) </details> ### 📄 Description Adds a notebook that shows how to bind run time values to tools (e.g., user ID) and make them inaccessible to the LLM! --- <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:02 -05:00
yindo closed this issue 2026-02-20 17:45:02 -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#1567