diff --git a/dotnet/src/Microsoft.Agents.AI.A2A/A2AAgent.cs b/dotnet/src/Microsoft.Agents.AI.A2A/A2AAgent.cs index cf88a89177..42f92be1b1 100644 --- a/dotnet/src/Microsoft.Agents.AI.A2A/A2AAgent.cs +++ b/dotnet/src/Microsoft.Agents.AI.A2A/A2AAgent.cs @@ -24,7 +24,7 @@ namespace Microsoft.Agents.AI.A2A; /// Support for tasks will be added later as part of the long-running /// executions work. /// -internal sealed class A2AAgent : AIAgent +public sealed class A2AAgent : AIAgent { private readonly A2AClient _a2aClient; private readonly string? _id;