Skip to content

.NET: docs: clarify chat client pipeline order as outer to inner#6496

Open
iangithub wants to merge 1 commit into
microsoft:mainfrom
iangithub:main
Open

.NET: docs: clarify chat client pipeline order as outer to inner#6496
iangithub wants to merge 1 commit into
microsoft:mainfrom
iangithub:main

Conversation

@iangithub

Copy link
Copy Markdown

Motivation and Context

This change clarifies the wording used to describe the chat client pipeline order.

No open issue is linked.

Description

The previous wording could be interpreted as listing the pipeline from inner to outer, which may cause readers to misunderstand the actual registration and wrapping behavior. The updated wording makes the intended order explicit and helps users understand how handlers are composed in the chat client pipeline.

This contributes to documentation accuracy and helps developers reason about request and response flow when configuring chat client pipeline handlers.

Contribution Checklist

  • The code builds clean without any errors or warnings
  • [v] The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

Copilot AI review requested due to automatic review settings June 12, 2026 08:53

Copilot AI 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

Note

Copilot was unable to run its full agentic suite in this review.

Updates API documentation to clarify the order of components in the harness agent’s chat client pipeline.

Changes:

  • Corrected the described chat client pipeline direction from “inner to outer” to “outer to inner”.

/// </para>
/// <para>
/// <strong>Chat client pipeline (inner to outer):</strong>
/// <strong>Chat client pipeline (outer to inner):</strong>
@moonbox3 moonbox3 added the .NET label Jun 12, 2026
@github-actions github-actions Bot changed the title docs: clarify chat client pipeline order as outer to inner .NET: docs: clarify chat client pipeline order as outer to inner Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants