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).