Skip to content

Conversation

@SergeyMenshykh
Copy link
Member

Addresses: #2899

@SergeyMenshykh SergeyMenshykh self-assigned this Jan 13, 2026
@SergeyMenshykh SergeyMenshykh added the v1.0 Features being tracked for the version 1.0 GA label Jan 13, 2026
Copilot AI review requested due to automatic review settings January 13, 2026 11:39
@SergeyMenshykh SergeyMenshykh moved this to In Review in Agent Framework Jan 13, 2026
@markwallace-microsoft markwallace-microsoft added documentation Improvements or additions to documentation .NET workflows Related to Workflows in agent-framework labels Jan 13, 2026
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 implements a breaking change to rename AgentRunResponse and AgentRunResponseUpdate classes to AgentResponse and AgentResponseUpdate respectively. The renaming is part of addressing issue #2899 and improves the clarity and consistency of the API naming.

Changes:

  • Renamed AgentRunResponse to AgentResponse across all code files
  • Renamed AgentRunResponseUpdate to AgentResponseUpdate across all code files
  • Updated all references, method names, variable names, documentation, and comments to use the new names

Reviewed changes

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

Show a summary per file
File Description
Core abstractions Updated class definitions, method signatures, and XML documentation in Microsoft.Agents.AI.Abstractions
Test files Updated all unit tests and integration tests to use new class names
Sample files Updated sample code and demonstrations to use new class names
Supporting libraries Updated all dependent libraries (DurableTask, Workflows, OpenAI, etc.) to use new names
Documentation Updated inline comments, XML documentation, and README files
Generated code Updated code generation templates and generated output

@SergeyMenshykh SergeyMenshykh added this pull request to the merge queue Jan 14, 2026
Merged via the queue into microsoft:main with commit c70e594 Jan 14, 2026
15 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in Agent Framework Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation .NET v1.0 Features being tracked for the version 1.0 GA workflows Related to Workflows in agent-framework

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants