[PR #1432] [MERGED] fix(langchain): fix JS examples #1561

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1432
Author: @christian-bromann
Created: 11/14/2025
Status: Merged
Merged: 11/17/2025
Merged by: @lnhsingh

Base: mainHead: cb/js-fixes-2


📝 Commits (2)

  • d8f528c fix(langchain): fix JS examples
  • 713a147 Merge branch 'main' into cb/js-fixes-2

📊 Changes

5 files changed (+10 additions, -11 deletions)

View changed files

📝 src/oss/javascript/releases/langchain-v1.mdx (+1 -1)
📝 src/oss/langchain/agents.mdx (+2 -2)
📝 src/oss/langchain/middleware/built-in.mdx (+1 -1)
📝 src/oss/langchain/middleware/custom.mdx (+1 -1)
📝 src/oss/langchain/short-term-memory.mdx (+5 -6)

📄 Description

Various minor fixes:


🔄 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/1432 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 11/14/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `cb/js-fixes-2` --- ### 📝 Commits (2) - [`d8f528c`](https://github.com/langchain-ai/docs/commit/d8f528c7b2975c0ef4167338624942318267336f) fix(langchain): fix JS examples - [`713a147`](https://github.com/langchain-ai/docs/commit/713a14771adbdf88fff538548fcf9737d51fac31) Merge branch 'main' into cb/js-fixes-2 ### 📊 Changes **5 files changed** (+10 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/releases/langchain-v1.mdx` (+1 -1) 📝 `src/oss/langchain/agents.mdx` (+2 -2) 📝 `src/oss/langchain/middleware/built-in.mdx` (+1 -1) 📝 `src/oss/langchain/middleware/custom.mdx` (+1 -1) 📝 `src/oss/langchain/short-term-memory.mdx` (+5 -6) </details> ### 📄 Description Various minor fixes: - no need for `as const` anymore thanks to @pokey - update buggy example (see https://github.com/langchain-ai/langchainjs/issues/9246) --- <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:29 -05:00
yindo closed this issue 2026-02-17 17:22:29 -05:00
yindo changed title from [PR #1432] fix(langchain): fix JS examples to [PR #1432] [MERGED] fix(langchain): fix JS examples 2026-06-05 18:13:40 -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#1561