[PR #1444] [MERGED] [Docs] Use injected RunnableConfig #2078

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1444
Author: @hinthornw
Created: 8/22/2024
Status: Merged
Merged: 8/22/2024
Merged by: @hinthornw

Base: mainHead: wfh/typing


📝 Commits (2)

📊 Changes

19 files changed (+127 additions, -79 deletions)

View changed files

📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+3 -2)
📝 examples/chatbots/information-gather-prompting.ipynb (+14 -7)
📝 examples/create-react-agent-hitl.ipynb (+1 -1)
📝 examples/customer-support/customer-support.ipynb (+15 -9)
📝 examples/human_in_the_loop/review-tool-calls.ipynb (+35 -30)
📝 examples/input_output_schema.ipynb (+4 -0)
📝 examples/llm-compiler/LLMCompiler.ipynb (+7 -3)
📝 examples/many-tools.ipynb (+3 -3)
📝 examples/pass-run-time-values-to-tools.ipynb (+1 -0)
📝 examples/pass_private_state.ipynb (+2 -2)
📝 examples/persistence.ipynb (+1 -1)
📝 examples/persistence_mongodb.ipynb (+10 -4)
📝 examples/persistence_postgres.ipynb (+3 -3)
📝 examples/persistence_redis.ipynb (+9 -3)
📝 examples/reflection/reflection.ipynb (+1 -1)
📝 examples/reflexion/reflexion.ipynb (+1 -0)
📝 examples/streaming-content.ipynb (+3 -1)
📝 examples/tutorials/rag-agent-testing-local.ipynb (+10 -9)
📝 examples/tutorials/tool-calling-agent-local.ipynb (+4 -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/1444 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/typing` --- ### 📝 Commits (2) - [`3b0fd86`](https://github.com/langchain-ai/langgraph/commit/3b0fd86efdb994c8b0231048f9b02a40c96eb639) Pass via type - [`b43b90b`](https://github.com/langchain-ai/langgraph/commit/b43b90b992dba4c08f467228449af8b878e9a187) Format ### 📊 Changes **19 files changed** (+127 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+3 -2) 📝 `examples/chatbots/information-gather-prompting.ipynb` (+14 -7) 📝 `examples/create-react-agent-hitl.ipynb` (+1 -1) 📝 `examples/customer-support/customer-support.ipynb` (+15 -9) 📝 `examples/human_in_the_loop/review-tool-calls.ipynb` (+35 -30) 📝 `examples/input_output_schema.ipynb` (+4 -0) 📝 `examples/llm-compiler/LLMCompiler.ipynb` (+7 -3) 📝 `examples/many-tools.ipynb` (+3 -3) 📝 `examples/pass-run-time-values-to-tools.ipynb` (+1 -0) 📝 `examples/pass_private_state.ipynb` (+2 -2) 📝 `examples/persistence.ipynb` (+1 -1) 📝 `examples/persistence_mongodb.ipynb` (+10 -4) 📝 `examples/persistence_postgres.ipynb` (+3 -3) 📝 `examples/persistence_redis.ipynb` (+9 -3) 📝 `examples/reflection/reflection.ipynb` (+1 -1) 📝 `examples/reflexion/reflexion.ipynb` (+1 -0) 📝 `examples/streaming-content.ipynb` (+3 -1) 📝 `examples/tutorials/rag-agent-testing-local.ipynb` (+10 -9) 📝 `examples/tutorials/tool-calling-agent-local.ipynb` (+4 -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:46:14 -05:00
yindo closed this issue 2026-02-20 17:46:14 -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#2078