Make A2AAgent public, so that it's concrete implementation methods can be used. (#3119)

This commit is contained in:
westey
2026-01-08 11:27:41 +00:00
committed by GitHub
Unverified
parent f508f1d6da
commit 299a5110ed
@@ -24,7 +24,7 @@ namespace Microsoft.Agents.AI.A2A;
/// Support for tasks will be added later as part of the long-running
/// executions work.
/// </remarks>
internal sealed class A2AAgent : AIAgent
public sealed class A2AAgent : AIAgent
{
private readonly A2AClient _a2aClient;
private readonly string? _id;