Does anyone have any material explaining how to make OpenAi assistants perform Functions using Typebot? I need it to be in the "Ask Assistant" function in Typebot. Tkss
I found content just showing how to perform the functions with chat completion, but I need to do it with the ask assistant function in Typebot. I have a function in my assistant to access an API and I would like that when the user requests chat via typebot, the assistant performs the action and returns with the message the user needs.
It works the same as Create chat completion, but instead you define the function in your Assistants playground and then only provide the code content on Typebot.