genkit-plugins icon indicating copy to clipboard operation
genkit-plugins copied to clipboard

OpenAI - Add support for the Assistants API and the ADA (Advanced Data Analysis) tool

Open Tyg-g opened this issue 8 months ago • 1 comments

Is your feature request related to a problem? Please describe. My project needs to use the ADA (Advanced Data Analysis) tool (formerly: code_interpreter), that is available only thru the assistants API. This is important for analyzing and processing structured files and data input.

Describe the solution you'd like I'd like a way to use ADA thru genkit.

Describe alternatives you've considered The only option now is to manually call the OpenAI API. This makes it impossible to use my .prompt files.

Additional context x

Tyg-g avatar Apr 16 '25 20:04 Tyg-g

Additional context

This seems to be possible using the new ai.chat() and ai.createSession() interfaces in genkit/beta.

Tyg-g avatar Apr 16 '25 20:04 Tyg-g

hi, we have merged the openai plugin to the cre of the framework to have 1st tier support, please open the issue there: https://github.com/firebase/genkit/tree/main/js/plugins/compat-oai

xavidop avatar Jul 16 '25 09:07 xavidop