Unable to define a conditional edge #460
Replies: 6 comments
-
What does |
Beta Was this translation helpful? Give feedback.
-
some commented code for testing |
Beta Was this translation helpful? Give feedback.
-
I'm having this same problem. Pip versions: Code:
Output error: langgraph.errors.InvalidUpdateError: Expected dict, got other Hoping this example helps.. |
Beta Was this translation helpful? Give feedback.
-
You can fix this by adding a next_step to your graph instead of just passing the route function to the conditional edge I hope this helps |
Beta Was this translation helpful? Give feedback.
-
I'm having this same error |
Beta Was this translation helpful? Give feedback.
-
I got the same error, but I resolved it by applying a lambda function within the conditional edges to check the relevant conditions. This approach worked for me.
I hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
No response
Description
whenever i remove conditional node it works fine
System Info
System Information
Package Information
Packages not installed (Not Necessarily a Problem)
The following packages were not found:
Beta Was this translation helpful? Give feedback.
All reactions