Is there a way to skip directly in a node state in LangGraph when the structure is already compiled in conversation flow Node->Question->Answer? #18817
RicardoRobledo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am making a chatbot for sales in Whatsapp and need to manage the node state in which I am.
(node->question->answer->new transition if the node question is answered)
Is there a way to do this in LangGraph in a flow node->question->answer?. 'Cause I need to keep the node state in which the customer is and when the user send a message, I have to load the node state in which he is and follow the node actual state in the conversation flow.
Is there a way to do that in this code?. where I need feedback in each node?
Beta Was this translation helpful? Give feedback.
All reactions