[PR #644] [CLOSED] feat(langchain): add docs on dynamic models #885

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/644
Author: @christian-bromann
Created: 9/24/2025
Status: Closed

Base: mainHead: cb/dynamic-models


📝 Commits (1)

  • a1fd463 feat(langchain): add docs on dynamic models

📊 Changes

1 file changed (+132 additions, -0 deletions)

View changed files

src/oss/langchain/dynamic-models.mdx (+132 -0)

📄 Description

This patch adds a docs page on "Dynamic Models" explaining concepts how users can dynamically switch models within create_agent based on context (simple) or complexity derived from state (advanced).

Happy to enhance with Python docs once we are ok with the structure and examples.


🔄 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/644 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 9/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cb/dynamic-models` --- ### 📝 Commits (1) - [`a1fd463`](https://github.com/langchain-ai/docs/commit/a1fd4632828be6ac5689722c04d6053db0cffa45) feat(langchain): add docs on dynamic models ### 📊 Changes **1 file changed** (+132 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/langchain/dynamic-models.mdx` (+132 -0) </details> ### 📄 Description This patch adds a docs page on "Dynamic Models" explaining concepts how users can dynamically switch models within `create_agent` based on context (simple) or complexity derived from state (advanced). Happy to enhance with Python docs once we are ok with the structure and examples. --- <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:19 -05:00
yindo closed this issue 2026-02-17 17:21:19 -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#885