[PR #843] [CLOSED] Update agents.mdx #1072

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/843
Author: @gsmini
Created: 10/11/2025
Status: Closed

Base: mainHead: patch-2


📝 Commits (1)

📊 Changes

1 file changed (+14 additions, -11 deletions)

View changed files

📝 src/oss/langchain/agents.mdx (+14 -11)

📄 Description

I found that the wrap_model_call function no longer exists, so i use func modify_model_request and the parameters passed to the target function that calls the modify_model_request are different from wrap_model_call . Therefore, I made modifications to this part of the example based on the comments in the source code


🔄 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/843 **Author:** [@gsmini](https://github.com/gsmini) **Created:** 10/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`ccfb41a`](https://github.com/langchain-ai/docs/commit/ccfb41af069948c630e4e936b7e4c4ee58d654d5) Update agents.mdx ### 📊 Changes **1 file changed** (+14 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/agents.mdx` (+14 -11) </details> ### 📄 Description I found that the `wrap_model_call` function no longer exists, so i use func `modify_model_request ` and the parameters passed to the target function that calls the `modify_model_request` are different from `wrap_model_call `. Therefore, I made modifications to this part of the example based on the comments in the source code --- <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:40 -05:00
yindo closed this issue 2026-02-17 17:21:40 -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#1072