Expand description
RPC method response types.
These types appear as the result field of a
crate::jsonrpc::JsonRpcSuccessResponse.
| Method | Response type |
|---|---|
SendMessage | SendMessageResponse |
ListTasks | TaskListResponse |
GetExtendedAgentCard | AgentCard (re-exported as AuthenticatedExtendedCardResponse) |
Structs§
- List
Push Configs Response - The result of a
ListTaskPushNotificationConfigscall. - Task
List Response - The result of a
ListTaskscall: a page of tasks with pagination.
Enums§
- Send
Message Response - The result of a
SendMessagecall: either a completedTaskor an immediateMessageresponse.
Type Aliases§
- Authenticated
Extended Card Response - The full (private) agent card returned by
agent/authenticatedExtendedCard.