[PR #1608] [MERGED] fix: agent jump example, enhanced state docs for JS and more #1693

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1608
Author: @christian-bromann
Created: 11/24/2025
Status: Merged
Merged: 12/4/2025
Merged by: @christian-bromann

Base: mainHead: cb/improved-js-docs-take-3


📝 Commits (6)

  • 5458883 fix: agent jump example, enhanced state docs for JS
  • 06570c2 add section on custom context
  • 5b704b9 improvements to openAIModerationMiddleware in JS
  • ff3e357 add references to middleware videos
  • bf74fe2 cr
  • 54c19cb feedback

📊 Changes

5 files changed (+347 additions, -26 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+1 -0)
📝 src/oss/javascript/integrations/providers/openai.mdx (+149 -0)
📝 src/oss/langchain/middleware/built-in.mdx (+54 -0)
📝 src/oss/langchain/middleware/custom.mdx (+143 -15)
📝 src/oss/python/integrations/providers/openai.mdx (+0 -11)

📄 Description

Some further improvements on:

  • custom state schema: more details on how this is useful
  • custom context schema: new section (was not documented before)
  • adding references to published middleware videos:
    Screenshot 2025-11-22 at 3 22 10 PM
  • (js only): add docs on public/private state
  • (js only): fix example for jump to section
  • (js only): improvements to openAIModerationMiddleware

🔄 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/1608 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/improved-js-docs-take-3` --- ### 📝 Commits (6) - [`5458883`](https://github.com/langchain-ai/docs/commit/5458883b017547863750a72b22044ce2783824aa) fix: agent jump example, enhanced state docs for JS - [`06570c2`](https://github.com/langchain-ai/docs/commit/06570c2b6db99e4f91ed39bd72144a39d648478b) add section on custom context - [`5b704b9`](https://github.com/langchain-ai/docs/commit/5b704b9278ed4602a6c317d7b2206d89906c8794) improvements to openAIModerationMiddleware in JS - [`ff3e357`](https://github.com/langchain-ai/docs/commit/ff3e3577a955505bc3c5f663dd201d04dc172022) add references to middleware videos - [`bf74fe2`](https://github.com/langchain-ai/docs/commit/bf74fe228bfb8fd26fe1fa3f1dc80266791bf722) cr - [`54c19cb`](https://github.com/langchain-ai/docs/commit/54c19cbbbcffa4dc49f2375842294f4aafed9545) feedback ### 📊 Changes **5 files changed** (+347 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+1 -0) 📝 `src/oss/javascript/integrations/providers/openai.mdx` (+149 -0) 📝 `src/oss/langchain/middleware/built-in.mdx` (+54 -0) 📝 `src/oss/langchain/middleware/custom.mdx` (+143 -15) 📝 `src/oss/python/integrations/providers/openai.mdx` (+0 -11) </details> ### 📄 Description Some further improvements on: - custom state schema: more details on how this is useful - custom context schema: new section (was not documented before) - adding references to published middleware videos: <img width="630" height="82" alt="Screenshot 2025-11-22 at 3 22 10 PM" src="https://github.com/user-attachments/assets/73b67185-9233-4196-a1ee-4d8025840e21" /> - (js only): add docs on public/private state - (js only): fix example for jump to section - (js only): improvements to openAIModerationMiddleware --- <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:22:38 -05:00
yindo closed this issue 2026-02-17 17:22:38 -05:00
yindo changed title from [PR #1608] fix: agent jump example, enhanced state docs for JS and more to [PR #1608] [MERGED] fix: agent jump example, enhanced state docs for JS and more 2026-06-05 18:14:23 -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#1693