Skip to content

Suggestions on how to create steps in conversation flow #23

Answered by ajhai
napon asked this question in Q&A
Discussion options

You must be logged in to vote

Are there any documentations on how to configure the OpenAI Processor particularly for the bot to call functions when needed?

We do not yet allow function calling within the app. Right now it simply returns OpenAI's response i.e., function to call along with arguments.

Are there examples of chatbot implementation that includes conversational steps / prompting user for inputs?

This can be done with some prompting + promptly/text-chat or openai/chatgpt processors. Make sure to turn on history in advanced settings of the processors so the model can remember the conversation flow and ask follow up questions. I can share a template to get started with if that helps.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@napon
Comment options

Answer selected by vegito22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants