Replies: 1 comment 1 reply
-
You can do this with LangGraph: https://github.com/langchain-ai/langgraph/blob/main/examples/chatbots/information-gather-prompting.ipynb |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to Langchain and I need your support to build a better solution. I would like to discuss the use case of the user registration process. In this use case, the chatbot will collect inputs from the user, such as their first name, last name, and area pincode. Once all the inputs are collected, the chatbot will share a final response stating that the registration process is completed with the user's final address. I am unsure of the best approach to solve this problem in Langchain.
Beta Was this translation helpful? Give feedback.
All reactions