#Chatbot with Static and Dynamic Responses

1 messages · Page 1 of 1 (latest)

crimson mist
#

Hi all, thanks in advance for checking out my post. For context, I'm a beginner in working with python but I'm also a quick learner. I am working on creating a chatbot leveraging the API. Everything I see points to me using the Assistants API for my application.

I have a specific application for this chatbot and I have already developed a very detailed workflow for how the user is expected to interact with the chatbot. This workflow includes static and dynamic messages that I would like the chatbot to send to the user. Static messages for example are "What is the name of the person you are sending this to?". A dynamic message would have the chatbot compile the information collected from it's interaction and user selections to create say a passage that includes a topic from the user has already selected as well as a specific reading level the user has selected. Afterwards, more static questions may be asked in order to create better passages.

Because of my limited knowledge, I'm finding it hard to understand where to begin with something like this. All of the tutorials I've found only show how to make a chatbot that allows for completely freeform responses from beginning to end.

Hopefully what I'm asking for makes sense. I'm happy to clarify further if need be. Appreciate any help you all can give me or point me in the direction of.