Code Interpreter + Semantic Kernel #7601
Closed
yuichiromukaiyama
started this conversation in
General
Replies: 1 comment 4 replies
-
Ho @yuichiromukaiyama, we've just pushed the OpenAI Assistants (v2) Agents to Python main. We will get a package out with this early next week. The OpenAIAssistantAgent whether targeting OpenAI or Azure OpenAI, will allow you to easily work with a code interpreter and be able to include files. You can see some of the agent concept samples for different use cases. Here's an example of the code interpreter using a provided file. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone implemented a Code Interpreter on an application developed with Semantic Kernel?
Could you share examples of implementation methods?
For example, the ideas I have in mind are as follows:
If there is a better method, I would love to hear about it. What I am particularly struggling with is how to pass files, such as CSV files uploaded by users, to the plugin.
Beta Was this translation helpful? Give feedback.
All reactions