@@ -398,7 +398,7 @@ class FileWithUri(A2ABaseModel):
398398
399399class GetAuthenticatedExtendedCardRequest (A2ABaseModel ):
400400 """
401- Represents a JSON-RPC request for the `agent/authenticatedExtendedCard ` method.
401+ Represents a JSON-RPC request for the `agent/getAuthenticatedExtendedCard ` method.
402402 """
403403
404404 id : str | int
@@ -409,11 +409,11 @@ class GetAuthenticatedExtendedCardRequest(A2ABaseModel):
409409 """
410410 The version of the JSON-RPC protocol. MUST be exactly "2.0".
411411 """
412- method : Literal ['agent/authenticatedExtendedCard ' ] = (
413- 'agent/authenticatedExtendedCard '
412+ method : Literal ['agent/getAuthenticatedExtendedCard ' ] = (
413+ 'agent/getAuthenticatedExtendedCard '
414414 )
415415 """
416- The method name. Must be 'agent/authenticatedExtendedCard '.
416+ The method name. Must be 'agent/getAuthenticatedExtendedCard '.
417417 """
418418
419419
@@ -1799,7 +1799,7 @@ class AgentCard(A2ABaseModel):
17991799
18001800class GetAuthenticatedExtendedCardSuccessResponse (A2ABaseModel ):
18011801 """
1802- Represents a successful JSON-RPC response for the `agent/authenticatedExtendedCard ` method.
1802+ Represents a successful JSON-RPC response for the `agent/getAuthenticatedExtendedCard ` method.
18031803 """
18041804
18051805 id : str | int | None = None
@@ -1877,7 +1877,7 @@ class GetAuthenticatedExtendedCardResponse(
18771877):
18781878 root : JSONRPCErrorResponse | GetAuthenticatedExtendedCardSuccessResponse
18791879 """
1880- Represents a JSON-RPC response for the `agent/authenticatedExtendedCard ` method.
1880+ Represents a JSON-RPC response for the `agent/getAuthenticatedExtendedCard ` method.
18811881 """
18821882
18831883
0 commit comments