[PR #566] [MERGED] fix(langgraph): Pass full state properties to conditional edges #854

Closed
opened 2026-02-15 19:16:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/566
Author: @jacoblee93
Created: 10/8/2024
Status: Merged
Merged: 10/8/2024
Merged by: @jacoblee93

Base: mainHead: jacob/edges


📝 Commits (1)

  • d1b934d Pass full state properties to conditional edges

📊 Changes

2 files changed (+14 additions, -2 deletions)

View changed files

📝 libs/langgraph/src/graph/state.ts (+6 -1)
📝 libs/langgraph/src/tests/pregel.test.ts (+8 -1)

📄 Description

Fixes #513


🔄 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/566 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/edges` --- ### 📝 Commits (1) - [`d1b934d`](https://github.com/langchain-ai/langgraphjs/commit/d1b934df09e034f714ad9b9b8414eb85e56ac562) Pass full state properties to conditional edges ### 📊 Changes **2 files changed** (+14 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/graph/state.ts` (+6 -1) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+8 -1) </details> ### 📄 Description Fixes #513 --- <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 19:16:09 -05:00
yindo closed this issue 2026-02-15 19:16:09 -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#854