[PR #314] [MERGED] fix(oss): improved typing of runtime parameter in long term memory JS example #627

Closed
opened 2026-02-17 17:20:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/314
Author: @christian-bromann
Created: 9/1/2025
Status: Merged
Merged: 9/2/2025
Merged by: @christian-bromann

Base: mainHead: cb/store-type-fixes


📝 Commits (2)

  • 52047a9 fix(oss): improved typing of runtime parameter
  • a42be79 rename variable to runtime

📊 Changes

1 file changed (+16 additions, -10 deletions)

View changed files

📝 src/oss/langchain-long-term-memory.mdx (+16 -10)

📄 Description

Let's not use LangGraphRunnableConfig and instead the ported AgentRuntime type.


🔄 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/314 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 9/1/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/store-type-fixes` --- ### 📝 Commits (2) - [`52047a9`](https://github.com/langchain-ai/docs/commit/52047a92e2fdd1aebd3f515651d468682a9566b4) fix(oss): improved typing of runtime parameter - [`a42be79`](https://github.com/langchain-ai/docs/commit/a42be79184ba2ed5edc4abe1f3b5064d2a4dc504) rename variable to runtime ### 📊 Changes **1 file changed** (+16 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain-long-term-memory.mdx` (+16 -10) </details> ### 📄 Description Let's not use `LangGraphRunnableConfig` and instead the ported `AgentRuntime` type. --- <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:20:47 -05:00
yindo closed this issue 2026-02-17 17:20:48 -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#627