[PR #653] [MERGED] fix(langchain/middleware): document that user can define tools #899

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/653
Author: @christian-bromann
Created: 9/25/2025
Status: Merged
Merged: 9/29/2025
Merged by: @lnhsingh

Base: cb/dynamic-toolsHead: cb/tools-in-middleware


📝 Commits (2)

  • 761b22e fix(langchain/middleware): document that user can define tools
  • 06c9e1c Merge branch 'cb/dynamic-tools' into cb/tools-in-middleware

📊 Changes

1 file changed (+27 additions, -13 deletions)

View changed files

📝 src/oss/langchain/middleware.mdx (+27 -13)

📄 Description

Quick patch that documents that user can define tools in middleware as well as ModelRequest now takes a list of tool names instead of tool instances.


🔄 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/docs/pull/653 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `cb/dynamic-tools` ← **Head:** `cb/tools-in-middleware` --- ### 📝 Commits (2) - [`761b22e`](https://github.com/langchain-ai/docs/commit/761b22e4615458222fa177bed435a80b44f14ecd) fix(langchain/middleware): document that user can define tools - [`06c9e1c`](https://github.com/langchain-ai/docs/commit/06c9e1ce5b27be4f39498cbc8fe11b2d63f964f2) Merge branch 'cb/dynamic-tools' into cb/tools-in-middleware ### 📊 Changes **1 file changed** (+27 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/middleware.mdx` (+27 -13) </details> ### 📄 Description Quick patch that documents that user can define tools in middleware as well as ModelRequest now takes a list of tool names instead of tool instances. --- <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-17 17:21:20 -05:00
yindo closed this issue 2026-02-17 17:21:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#899