Anyone know correct usage of HostedCodeInterpreterTool ? #6418
-
How to pass data for example?
` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Several AI services provide code interpreter features, but none of the services supported by the implementations in this repo currently expose it. We added the HostedCodeInterpreterTool as part of adding an IChatClient implementation for the OpenAI Assistants API, which did expose it, but then we removed that implementation when OpenAI announced it was being deprecated. The Responses API is destined to get support, and when it does that IChatClient implementation will be updated to support it, but at the moment nothing in this repo recognizes HostedCodeInterpreterTool. Other IChatClient implementations for other services might. https://community.openai.com/t/responses-api-code-interpreter/1153442 |
Beta Was this translation helpful? Give feedback.
Several AI services provide code interpreter features, but none of the services supported by the implementations in this repo currently expose it. We added the HostedCodeInterpreterTool as part of adding an IChatClient implementation for the OpenAI Assistants API, which did expose it, but then we removed that implementation when OpenAI announced it was being deprecated. The Responses API is destined to get support, and when it does that IChatClient implementation will be updated to support it, but at the moment nothing in this repo recognizes HostedCodeInterpreterTool. Other IChatClient implementations for other services might.
https://community.openai.com/t/responses-api-code-interpreter…