From 9788e6508b2cff19c72ad2574dc972533ae74f3f Mon Sep 17 00:00:00 2001 From: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:57:32 +0100 Subject: [PATCH] Change --- dotnet/src/Microsoft.Agents.AI.Abstractions/AIAgent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/src/Microsoft.Agents.AI.Abstractions/AIAgent.cs b/dotnet/src/Microsoft.Agents.AI.Abstractions/AIAgent.cs index e80c5c8fc3..76c98eff38 100644 --- a/dotnet/src/Microsoft.Agents.AI.Abstractions/AIAgent.cs +++ b/dotnet/src/Microsoft.Agents.AI.Abstractions/AIAgent.cs @@ -15,7 +15,7 @@ namespace Microsoft.Agents.AI; /// /// /// serves as the foundational class for implementing AI agents that can participate in conversations -/// and process user requests. An agent instance may participate in multiple concurrent conversations, and each conversation +/// and process user a requests. An agent instance may participate in multiple concurrent conversations, and each conversation /// may involve multiple agents working together. /// public abstract class AIAgent