We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd7dc2 commit 7530164Copy full SHA for 7530164
1 file changed
src/a2a/server/apps/rest/rest_adapter.py
@@ -94,7 +94,7 @@ async def handle_get_agent_card(self, request: Request) -> JSONResponse:
94
A JSONResponse containing the agent card data.
95
"""
96
if self.agent_card.supports_authenticated_extended_card:
97
- return await self.handle_authenticated_agent_card(request) # type: ignore[return-value]
+ return await self.handle_authenticated_agent_card(request) # type: ignore[return-value]
98
99
# The public agent card is a direct serialization of the agent_card
100
# provided at initialization.
0 commit comments