|
routeGroup.MapGet(".well-known/agent.json", async (HttpRequest request, CancellationToken cancellationToken) => |
Using .well-known/agent-card.json is optional, so we should either split this into a different Map call or provide a parameter to opt-in or opt-out.
My vote would be for a MapWellKnownAgentCard() method.