Is there a pattern on using openai code-interpreter with ai rsc sdk?
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
Hi,
Was curious if there is any guides on how to implement some of the other features from ai rsc side of the sdk as I have an AI chatbot that is currently using a generate_query tool to write itself some sql queries which I can visualise via a component which is all great.
But ideally I want it to run the tool then have a separate tool that analyses the data it gets back and streams that text back but not exactly sure how the tool composition works here or if it is better to have an api endpoint for the code-interpreter and let openai do its thing and await that return?
Thanks
Was curious if there is any guides on how to implement some of the other features from ai rsc side of the sdk as I have an AI chatbot that is currently using a generate_query tool to write itself some sql queries which I can visualise via a component which is all great.
But ideally I want it to run the tool then have a separate tool that analyses the data it gets back and streams that text back but not exactly sure how the tool composition works here or if it is better to have an api endpoint for the code-interpreter and let openai do its thing and await that return?
Thanks