Conversation
…MEAI 10.4.0, and cascading deps Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
- ResponsesClient constructor no longer takes a model parameter - AzureOpenAIClient.GetResponsesClient() no longer takes an argument - Model ID is now passed to OpenAIResponseAgent constructor - CreateClient methods now return (ResponsesClient, string) tuples - ExecuteAgentAsync/ExecuteStreamingAgentAsync accept modelId parameter Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
stephentoub
March 17, 2026 02:36
View session
…Options model, Realtime API renames, unit and integration tests Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
…tors in migration samples Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
Member
|
@copilot please update Azure.AI.Projects* to latest 2.0.0-beta.2 |
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Update OpenAI to 2.9.1, Azure.AI.OpenAI to 2.9.0-beta.1, Microsoft.Extensions.AI* to 10.4.0
Update OpenAI to 2.9.1, Azure.AI.OpenAI to 2.9.0-beta.1, Azure.AI.Projects to 2.0.0-beta.2, Microsoft.Extensions.AI* to 10.4.0
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Bumps core AI SDK dependencies to their latest versions to pick up new features and fixes.
Description
Updates the following packages in
Directory.Packages.props:Addresses the following breaking changes introduced by OpenAI 2.9.1:
CreateInputImagePartBinaryData overload removed (replaced with data URI approach)ConversationTool→RealtimeTool,ConversationSessionOptions→RealtimeConversationSessionOptions, etc.)ResponsesClientconstructor no longer accepts a model parameter; model is now specified onCreateResponseOptions.ModelResponseResult.Instructionsis now read-onlyCode changes to adapt:
ModelIdproperty toOpenAIResponseAgentand propagated it throughResponseCreationOptionsFactoryBaseOpenAIResponseClientTest,OpenAIResponseAgentExtensionsTests,OpenAIResponseExtensionsTests)OpenAIResponseAgentTests,OpenAIResponseAgentFixture)BaseResponsesAgentTestandGettingStartedWithAgentssamplesAgentFrameworkMigrationsamples (GetResponsesClient,AsIChatClient,CreateAIAgent, modelId propagation)OpenAIRealtimedemo for the restructured Realtime API event modelContribution Checklist
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.