Replies: 1 comment
-
Closing since a duplicate of the issue here #2336 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I'm using a langraph in parallel.
When one of the parallel nodes runs incorrectly, I gave it a conditional edge to retry it, and the error "can receive only one value per step" occurs.
There is no problem if you clear the conditional edge running retry.
When I printed it out, in the process of continuing to run retries on parallelized nodes, other nodes seem to be running the next node without waiting for it, but I want to know a solution.
Attached is the sample and graph structure that simply changed my code.
Thank you.
CODE
PRINT & ERROR
GRAPH
Beta Was this translation helpful? Give feedback.
All reactions