From bcf5a22ab1549e98b8bca343153025549f2b1e45 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 12 Jun 2026 16:41:33 +0800 Subject: [PATCH] docs: clarify chat client pipeline order as outer to inner --- dotnet/src/Microsoft.Agents.AI.Harness/HarnessAgent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/src/Microsoft.Agents.AI.Harness/HarnessAgent.cs b/dotnet/src/Microsoft.Agents.AI.Harness/HarnessAgent.cs index d6bc16d354..0e43620259 100644 --- a/dotnet/src/Microsoft.Agents.AI.Harness/HarnessAgent.cs +++ b/dotnet/src/Microsoft.Agents.AI.Harness/HarnessAgent.cs @@ -29,7 +29,7 @@ namespace Microsoft.Agents.AI; /// only need to configure the parts they want to customize. /// /// -/// Chat client pipeline (inner to outer): +/// Chat client pipeline (outer to inner): /// /// — automatic function/tool invocation with configurable iteration limits. /// — allows external code to inject messages into the conversation mid-stream (e.g., for user interrupts).