[PR #1220] [MERGED] fix(langgraph): allow passing LangGraphRunnableConfig as an secondary argument to getStore(), getWriter() and getCurrentTaskInput() #1309

Closed
opened 2026-02-15 20:15:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1220
Author: @dqbd
Created: 5/26/2025
Status: Merged
Merged: 5/28/2025
Merged by: @dqbd

Base: mainHead: dqbd/context-getters-optional-config


📝 Commits (1)

  • 52e56c1 fix(langgraph): allow passing LangGraphRunnableConfig as an secondary argument to getStore(), getWriter() and getCurrentTaskInput()

📊 Changes

1 file changed (+51 additions, -17 deletions)

View changed files

📝 libs/langgraph/src/pregel/utils/config.ts (+51 -17)

📄 Description

Closes getCurrentTaskInput Error #1198


🔄 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/langgraphjs/pull/1220 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/26/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/context-getters-optional-config` --- ### 📝 Commits (1) - [`52e56c1`](https://github.com/langchain-ai/langgraphjs/commit/52e56c1c20d9cc911d6254255751db805b6f2a8e) fix(langgraph): allow passing `LangGraphRunnableConfig` as an secondary argument to `getStore()`, `getWriter()` and `getCurrentTaskInput()` ### 📊 Changes **1 file changed** (+51 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/utils/config.ts` (+51 -17) </details> ### 📄 Description Closes `getCurrentTaskInput` Error #1198 --- <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-15 20:15:12 -05:00
yindo closed this issue 2026-02-15 20:15:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1309