langgraph/how-tos/node-retries/ #1175
Replies: 3 comments 4 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can I add the error message to the messages in the state? For example, if I get Pydantic Validation Error, it would be nice to add the message to the state, so the llm knows what to do better. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What if i have a JSONDecodeError? That inherits ValueError, and would be excluded. How could I retry on such an error? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
langgraph/how-tos/node-retries/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/how-tos/node-retries/
Beta Was this translation helpful? Give feedback.
All reactions