We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b60cc6 commit 3e32834Copy full SHA for 3e32834
1 file changed
src/a2a/client/card_resolver.py
@@ -61,7 +61,7 @@ async def get_agent_card(
61
An `AgentCard` object representing the agent's capabilities.
62
63
Raises:
64
- A2AClientError: If an HTTP error occurs during the request, if the
+ AgentCardResolutionError: If an HTTP error occurs during the request, if the
65
response body cannot be decoded as JSON, or if it cannot be
66
validated against the AgentCard schema.
67
"""
0 commit comments