naylence-agent-sdk-ts / GetTaskPushNotificationRequest
Type Alias: GetTaskPushNotificationRequest
type GetTaskPushNotificationRequest = JSONRPCRequest<TaskIdParams> & {
method: "tasks/pushNotification/get";
};Defined in: src/naylence/agent/a2a-types.ts:255
Type Declaration
| Name | Type | Defined in |
|---|---|---|
method | "tasks/pushNotification/get" | src/naylence/agent/a2a-types.ts:256 |
Last updated on