update a2a sample to work with latest a2a library (#1149)

This commit is contained in:
SergeyMenshykh
2025-10-03 12:04:43 +00:00
committed by GitHub
parent cf831b0348
commit ca9f6fe21d
3 changed files with 9 additions and 4 deletions
@@ -103,5 +103,6 @@ else
}
app.MapA2A(hostAgent!.TaskManager!, "/");
app.MapWellKnownAgentCard(hostAgent!.TaskManager!, "/");
await app.RunAsync();