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