Share feedback, ideas and get community help

Home
Members
ESchwaa
E
ESchwaa
Offline, last seen 3 months ago
Joined September 13, 2024
Hi Type Bot Community!

I need a bit of help with the OpenAI Assistant settings in the simple typebot template. I have configured my OpenAI account, and it sees my assistant, but when I test the integration, it doesn't seem to be aware of the files that I have uploaded to the assistant.

Effectively I need to be able to pass in a block like the following:

{
"assistant_id":"asst_xxx"
"additional_instructions":NULL
"tool_choice":{
"type":"file_search"
}
}

I'm trying to pass this in through the messages block like the following attached image. Is this the right way to do this?

Thanks!!
Image
40 comments
M
E
B
M
I'm running into an issue where I have deployed the Basic ChatGPT Assistant typebot into a Video Learning system called Kajabi. It's a no code environment for monetizing videos. The ChatBot embeds perfectly and displays at load, and allows me to ask questions of a ChatGPT Assistant that I have setup.

The issue that I'm seeing is that after the first response from the ChatBot, the input element, although clicked and taking text input, is passing certain keys up the DOM chain to the page where the video is playing so that every time the "F" key is pressed, the video launches in Full Screen mode. I haven't found any other keys that create this behavior. Have you seen this type of behavior before? Is there a way to trap the events in the input of the text bot so that it doesn't propigate those events up to the page?
1 comment
B