Hey, I am trying to create basically a chatbot that gathers information from a customer. It asks a series of questions. Basically I have all that sorted but I want it to trigger a function to store the data from the conversation in every time so I can pass that onto a webhook.
Under the Message an Assistant OpenAi module there’s a section called Tool Choice. When I select that to Functions and put in my function name.
This is the error I get:
I’m not sure what I am doing wrong or missing. Is there another easier way to have a customer chat with the bot and the bot collect information and adds the key info points that I want to note down into a schema format for me to send over a webhook to my CRM.
Sorry if I’ve explained this a bit shitty. Let me know and I will try and elaborate some more.