We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A2AStarletteApplication.routes()
1 parent 3584566 commit 6db54fdCopy full SHA for 6db54fd
src/a2a/server/apps/jsonrpc/starlette_app.py
@@ -53,8 +53,8 @@ def __init__(
53
def routes(
54
self,
55
agent_card_url: str = '/.well-known/agent.json',
56
- extended_agent_card_url: str = '/agent/authenticatedExtendedCard',
57
rpc_url: str = '/',
+ extended_agent_card_url: str = '/agent/authenticatedExtendedCard',
58
) -> list[Route]:
59
"""Returns the Starlette Routes for handling A2A requests.
60
0 commit comments