You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use SK and OpenAI only to build a multiturn conversation + nested dialog like below's example?
At the end, we also want to get the name, email and feedback.
There is a decision making as well based on user's reply (Yes/No).
This can be done with MS Bot Framework's dialog management.
If we want to use SK and OpenAI, what would the best way? Or it is still better to use Bot Framework for this requirement?
User: I want to submit a feedback
Bot: Sure, can I have your name?
User: My name is Alex
Bot: Can I have your email?
User: My email is [email protected]
Bot: May I get your feedback
User: lorem lorem lorem
Bot: Would you like to leave your phone number?
User: No
Bot: Okay, let me know if you need anything else.
User: Yes, 023232323123123
Bot: Thanks, let me know if you need anything else.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to use SK and OpenAI only to build a multiturn conversation + nested dialog like below's example?
At the end, we also want to get the name, email and feedback.
There is a decision making as well based on user's reply (Yes/No).
This can be done with MS Bot Framework's dialog management.
If we want to use SK and OpenAI, what would the best way? Or it is still better to use Bot Framework for this requirement?
User: I want to submit a feedback
Bot: Sure, can I have your name?
User: My name is Alex
Bot: Can I have your email?
User: My email is [email protected]
Bot: May I get your feedback
User: lorem lorem lorem
Bot: Would you like to leave your phone number?
User: No
Bot: Okay, let me know if you need anything else.
User: Yes, 023232323123123
Bot: Thanks, let me know if you need anything else.
Previously asking in Langchain but there is no reply:
Original post https://stackoverflow.com/questions/76097111/multiturn-conversation-nested-dialog-bot-with-langchain-and-openai
Beta Was this translation helpful? Give feedback.
All reactions