Skip to content

.NET: Update the migration guidelines with latest changes - #2703

Merged
Roger Barreto (rogerbarreto) merged 2 commits into
microsoft:mainfrom
rogerbarreto:update-migration-guideline
Dec 10, 2025
Merged

.NET: Update the migration guidelines with latest changes#2703
Roger Barreto (rogerbarreto) merged 2 commits into
microsoft:mainfrom
rogerbarreto:update-migration-guideline

Conversation

@rogerbarreto

@rogerbarretoRoger Barreto (rogerbarreto) commented Dec 8, 2025

Copy link
Copy Markdown
Member

Motivation and Context

Update the SK -> AF migration with latest changes

CopilotAI review requested due to automatic review settings December 8, 2025 16:21
@markwallace-microsoftMark Wallace (markwallace-microsoft) added the documentation Usage: [Issues, PRs], Target: documentation in the code base and learn docs label Dec 8, 2025

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Semantic Kernel to Agent Framework migration guidelines to reflect the latest API changes, including deprecation of the OpenAI Assistants API and addition of the Responses API as the recommended approach.

Key changes:

  • Added deprecation warnings for OpenAI Assistants API with recommendations to use Responses API instead
  • Added new sections documenting OpenAI and Azure OpenAI Responses API patterns
  • Updated CodeInterpreter pattern to use MEAI abstractions instead of breaking glass pattern
  • Removed duplicate content (Section 11 which duplicated Function Invocation Context information from Section 9)

Comment thread.github/upgrades/prompts/SemanticKernelToAgentFramework.md
Merged via the queue into microsoft:main with commit 1949193Dec 10, 2025
18 checks passed
Aris Nguyen (arisng) pushed a commit to arisng/agent-framework that referenced this pull request Feb 2, 2026
…2703)
* Update the migration guidelines with latest changes
* Update code interpreter sample
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationUsage: [Issues, PRs], Target: documentation in the code base and learn docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.NET: Create upgrade specification file for the Upgrade Assistant tool

4 participants

@rogerbarreto@SergeyMenshykh@markwallace-microsoft