diff --git a/dotnet/src/Microsoft.Agents.AI.Harness/HarnessAgent.cs b/dotnet/src/Microsoft.Agents.AI.Harness/HarnessAgent.cs index 87fa7d47b5..63712b3ea3 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).