[PR #2673] [MERGED] feat(langchain): add wrap_model_call #2658

Closed
opened 2026-02-17 17:23:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2673
Author: @npentrel
Created: 2/16/2026
Status: Merged
Merged: 3/6/2026
Merged by: @npentrel

Base: mainHead: DOC-703


📝 Commits (10+)

  • 7d0cbc1 feat(langchain): add wrap_model_call
  • dd33a0d update samples
  • 8bb7494 Apply suggestions from code review
  • fa808cb Apply suggestion from @npentrel
  • 6ccee4a Apply suggestion from @npentrel
  • 304241c Apply suggestion from @npentrel
  • ca77539 Apply suggestion from @npentrel
  • e35205a update code sample
  • 444b8ba Apply suggestions from code review
  • 456155f update

📊 Changes

3 files changed (+274 additions, -2 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+2 -0)
📝 src/oss/langchain/context-engineering.mdx (+13 -1)
📝 src/oss/langchain/middleware/custom.mdx (+259 -1)

📄 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/docs/pull/2673 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 3/6/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `DOC-703` --- ### 📝 Commits (10+) - [`7d0cbc1`](https://github.com/langchain-ai/docs/commit/7d0cbc14f6e778869a77bec2158bcd5283384e38) feat(langchain): add wrap_model_call - [`dd33a0d`](https://github.com/langchain-ai/docs/commit/dd33a0dde176628d6a0bf136036ce8844750ac26) update samples - [`8bb7494`](https://github.com/langchain-ai/docs/commit/8bb7494c7f829fa6b0cbc3d904e2ff16ee201bd8) Apply suggestions from code review - [`fa808cb`](https://github.com/langchain-ai/docs/commit/fa808cb9fc9934ab9263fce6685b7ec56948bc62) Apply suggestion from @npentrel - [`6ccee4a`](https://github.com/langchain-ai/docs/commit/6ccee4abdf5bfee62ff2cd4f09085e515d5144dd) Apply suggestion from @npentrel - [`304241c`](https://github.com/langchain-ai/docs/commit/304241c6ce9968116a4087990368603340ae5ffa) Apply suggestion from @npentrel - [`ca77539`](https://github.com/langchain-ai/docs/commit/ca77539f6189944442cb079787c8ac3ccdc21bf8) Apply suggestion from @npentrel - [`e35205a`](https://github.com/langchain-ai/docs/commit/e35205a01c742aaa2c8fa00735eacfebc92442c7) update code sample - [`444b8ba`](https://github.com/langchain-ai/docs/commit/444b8ba004e2ce93979348948230952679b88b0b) Apply suggestions from code review - [`456155f`](https://github.com/langchain-ai/docs/commit/456155fb8d8c75fb9a3a2f2d683e7bcb37738e71) update ### 📊 Changes **3 files changed** (+274 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+2 -0) 📝 `src/oss/langchain/context-engineering.mdx` (+13 -1) 📝 `src/oss/langchain/middleware/custom.mdx` (+259 -1) </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-17 17:23:38 -05:00
yindo changed title from [PR #2673] feat(langchain): add wrap_model_call to [PR #2673] [MERGED] feat(langchain): add wrap_model_call 2026-06-05 18:19:51 -04:00
yindo closed this issue 2026-06-05 18:19:52 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2658