Skip to content

.Net: Migrate Python code interpreter C# plugin to the lates Azure code interpreter API version #11856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

SergeyMenshykh
Copy link
Member

@SergeyMenshykh SergeyMenshykh commented May 2, 2025

Motivation, Context and Description

This PR migrates the SessionsPythonPlugin plugin to the latest Azure code interpreter API version - 2024-10-02-preview. Taking into account that the new API has breaking changes, these have influenced the public API surface of the plugin respectively.

Additionally, this PR takes the first step to tighten the public API surface of the plugin and its model classes by sealing the SessionsPythonPlugin and SessionsRemoteFileMetadata classes. More changes in this direction will follow in the next PRs.

Contributes to: #10070

@SergeyMenshykh SergeyMenshykh self-assigned this May 2, 2025
@SergeyMenshykh SergeyMenshykh requested a review from a team as a code owner May 2, 2025 08:55
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels May 2, 2025
@SergeyMenshykh SergeyMenshykh added core plugin Anything related to core plugins and removed kernel Issues or pull requests impacting the core kernel labels May 2, 2025
@SergeyMenshykh SergeyMenshykh moved this to Sprint: In Review in Semantic Kernel May 2, 2025
@markwallace-microsoft markwallace-microsoft added the kernel Issues or pull requests impacting the core kernel label May 2, 2025
@SergeyMenshykh SergeyMenshykh added this pull request to the merge queue May 2, 2025
Merged via the queue into microsoft:main with commit 5e6d6bb May 2, 2025
20 checks passed
@SergeyMenshykh SergeyMenshykh deleted the port-python-interpreter-to-new-api-version branch May 2, 2025 11:58
@github-project-automation github-project-automation bot moved this from Sprint: In Review to Sprint: Done in Semantic Kernel May 2, 2025
glorious-beard pushed a commit to glorious-beard/semantic-kernel that referenced this pull request May 6, 2025
…de interpreter API version (microsoft#11856)

### Motivation, Context and Description

This PR migrates the `SessionsPythonPlugin` plugin to the latest Azure
code interpreter API version - `2024-10-02-preview`. Taking into account
that the new API has breaking changes, these have influenced the public
API surface of the plugin respectively.

Additionally, this PR takes the first step to tighten the public API
surface of the plugin and its model classes by sealing the
`SessionsPythonPlugin` and `SessionsRemoteFileMetadata` classes. More
changes in this direction will follow in the next PRs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core plugin Anything related to core plugins kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants