Skip to content

Update Microsoft.Agents.AI to 1.0.0-preview.260212.1#56341

Open
rogerbarreto wants to merge 1 commit intoAzure:mainfrom
rogerbarreto:features/bump-azure-ai-agentserver-agentframework
Open

Update Microsoft.Agents.AI to 1.0.0-preview.260212.1#56341
rogerbarreto wants to merge 1 commit intoAzure:mainfrom
rogerbarreto:features/bump-azure-ai-agentserver-agentframework

Conversation

@rogerbarreto
Copy link
Contributor

Bump Microsoft.Agents.AI package version and adapt to type renames:

  • AgentRunResponseUpdate -> AgentResponseUpdate
  • AgentRunResponse -> AgentResponse

Bump Microsoft.Agents.AI package version and adapt to type renames:
- AgentRunResponseUpdate -> AgentResponseUpdate
- AgentRunResponse -> AgentResponse

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

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 Microsoft.Agents.AI package dependency from version 1.0.0-preview.251104.1 to 1.0.0-preview.260212.1 and adapts the codebase to breaking type renames introduced in the new version. The changes are straightforward mechanical replacements that maintain API compatibility by updating the public API surface accordingly.

Changes:

  • Updated Microsoft.Agents.AI package version in eng/Packages.Data.props
  • Renamed all references from AgentRunResponse to AgentResponse and AgentRunResponseUpdate to AgentResponseUpdate throughout the codebase
  • Regenerated public API surface files for both net8.0 and net10.0 target frameworks

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
sdk/agentserver/Azure.AI.AgentServer.AgentFramework/src/Converters/ResponseConverterExtensions.cs Updated parameter type from AgentRunResponse to AgentResponse in ToResponse extension method
sdk/agentserver/Azure.AI.AgentServer.AgentFramework/src/Converters/ItemResourceGenerator.cs Updated base class generic parameter and all method signatures from AgentRunResponseUpdate to AgentResponseUpdate
sdk/agentserver/Azure.AI.AgentServer.AgentFramework/api/Azure.AI.AgentServer.AgentFramework.net8.0.cs Regenerated API surface file reflecting type renames for .NET 8.0 target
sdk/agentserver/Azure.AI.AgentServer.AgentFramework/api/Azure.AI.AgentServer.AgentFramework.net10.0.cs Regenerated API surface file reflecting type renames for .NET 10.0 target
eng/Packages.Data.props Updated Microsoft.Agents.AI package version from 1.0.0-preview.251104.1 to 1.0.0-preview.260212.1

@github-actions
Copy link

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Azure.AI.AgentServer.AgentFramework

Copy link
Member

@jsquire jsquire left a comment

Choose a reason for hiding this comment

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

Central package change looks good. Please mention me when you've got team approval on the other content, and I'll do a final pass+merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments