Conversation
Contributor
There was a problem hiding this comment.
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/ResponseAgentProvider.cs:17
- The phrasing "is very much opinionated" is awkward. Consider simplifying to "is opinionated" or "is strongly opinionated" or "heavily favors" for more natural English.
dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/ResponseAgentProvider.cs:14 - The phrase "Defines contract used by" is missing an article. It should be "Defines the contract used by" or "Defines a contract used by" for grammatically correct English.
…ttps://github.com/microsoft/agent-framework into crickman/workflows-declarative-agentprovider-rename
alliscode
approved these changes
Feb 12, 2026
peibekwe
approved these changes
Feb 13, 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
Rename the
WorkflowAgentProvidercontract to that its clear that it has an affinity for Response API patterns.Description
@alliscode and @markwallace-microsoft proposed
WorkflowAgentProviderbe renamed to highlight that Declrative Workflows only works with Response API (including Foundry V2 Agents). At some point in the future, generalizing this contract for anyAIAgentmight be addressed.Contribution Checklist