@@ -58,7 +58,7 @@ class InvalidAgentResponseError(A2AError):
5858 message = 'Invalid agent response'
5959
6060
61- class AuthenticatedExtendedCardNotConfiguredError (A2AError ):
61+ class ExtendedAgentCardNotConfiguredError (A2AError ):
6262 """Exception raised when the authenticated extended card is not configured."""
6363
6464 message = 'Authenticated Extended Card is not configured'
@@ -122,7 +122,7 @@ class VersionNotSupportedError(A2AError):
122122 UnsupportedOperationError : - 32004 ,
123123 ContentTypeNotSupportedError : - 32005 ,
124124 InvalidAgentResponseError : - 32006 ,
125- AuthenticatedExtendedCardNotConfiguredError : - 32007 ,
125+ ExtendedAgentCardNotConfiguredError : - 32007 ,
126126 ExtensionSupportRequiredError : - 32008 ,
127127 VersionNotSupportedError : - 32009 ,
128128 InvalidParamsError : - 32602 ,
@@ -139,7 +139,7 @@ class VersionNotSupportedError(A2AError):
139139 UnsupportedOperationError : 'UNSUPPORTED_OPERATION' ,
140140 ContentTypeNotSupportedError : 'CONTENT_TYPE_NOT_SUPPORTED' ,
141141 InvalidAgentResponseError : 'INVALID_AGENT_RESPONSE' ,
142- AuthenticatedExtendedCardNotConfiguredError : 'EXTENDED_AGENT_CARD_NOT_CONFIGURED' ,
142+ ExtendedAgentCardNotConfiguredError : 'EXTENDED_AGENT_CARD_NOT_CONFIGURED' ,
143143 ExtensionSupportRequiredError : 'EXTENSION_SUPPORT_REQUIRED' ,
144144 VersionNotSupportedError : 'VERSION_NOT_SUPPORTED' ,
145145}
0 commit comments