Hello. Please clarify, I have created an assistant in Playground and want to integrate it into a Telegram bot. I set the model to gpt-4o-mini and uploaded files to File Search. However, the bot doesn’t refer to the database and responds as if it doesn’t know about it. If I directly insert the assistant’s ID, it constantly returns different errors. Could you guide me on how to set this up properly? I want to configure my assistant in the Playground panel so that the bot in Telegram interacts with it.
Here’s some info about optimizing the AI’s use of its myfiles_browser tool when using that model.
If you can interact with the assistant in the Playground then, it is then simply a complex matter of coding, making all the API calls, using your existing Assistant that has file search enabled with a vector store, deciding on how you will be maintaining and mapping sessions to chat threads, run new messages, poll for a finished response or stream them, use an event handler and collect and run tool requests for the AI, etc - through all the API calls that you can read about in Documentation and API Reference.