short chat with the user without exiting the graph #1099
Unanswered
wisefinger
asked this question in
Q&A
Replies: 1 comment
-
I usually use a pattern like this: https://langchain-ai.github.io/langgraph/how-tos/human_in_the_loop/wait-user-input/ |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where I need to create a complex graph. In some cases in the middle of the graph, I want to ask a few ad-hoc questions to the user, and then continue the graph. I have found examples of human-in-the-loop solutions but they are oriented on getting approval. In my case, I want to ask some questions and then continue. Does anyone has ideas on how this can be tackled? I can persist the state and then load it into a new invoke of the graph but that is not a performant solution
Beta Was this translation helpful? Give feedback.
All reactions