From 29fcefa1e2630361f679fe9ceefc55d33fc239f0 Mon Sep 17 00:00:00 2001 From: sokoliva Date: Thu, 5 Mar 2026 14:40:50 +0000 Subject: [PATCH] docs: Remove `extended_agent_card_url` parameter description. Parameter extended_agent_card_url does not exist in that method. --- src/a2a/server/apps/rest/fastapi_app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/a2a/server/apps/rest/fastapi_app.py b/src/a2a/server/apps/rest/fastapi_app.py index fb971b9a7..422d393b8 100644 --- a/src/a2a/server/apps/rest/fastapi_app.py +++ b/src/a2a/server/apps/rest/fastapi_app.py @@ -99,7 +99,6 @@ def build( Args: agent_card_url: The URL for the agent card endpoint. rpc_url: The URL for the A2A JSON-RPC endpoint. - extended_agent_card_url: The URL for the authenticated extended agent card endpoint. **kwargs: Additional keyword arguments to pass to the FastAPI constructor. Returns: