You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node is followed by one conditional_edges, and the state update is returned at the node. As a result, conditional_edges are updated twice after the return
#2550
Open
5 tasks done
Panda-eat-meat opened this issue
Nov 27, 2024
· 0 comments
One node is called node1. Following the node, conditional_edges returns to update one field of the state. As a result, conditional_edges returns are updated twice. But if I insert a node between node1 and conditional_edges that doesn't return anything, it won't repeat
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
No response
Description
One node is called node1. Following the node, conditional_edges returns to update one field of the state. As a result, conditional_edges returns are updated twice. But if I insert a node between node1 and conditional_edges that doesn't return anything, it won't repeat
System Info
macbook m3
lang version:
langchain 0.3.7
langchain-anthropic 0.2.3
langchain-core 0.3.15
langchain-text-splitters 0.3.2
langgraph 0.2.53
langgraph-checkpoint 2.0.6
langgraph-checkpoint-postgres 2.0.2
langgraph-sdk 0.1.35
langsmith 0.1.137
The text was updated successfully, but these errors were encountered: