naylence-agent-sdk-ts / SetTaskPushNotificationRequest
Type Alias: SetTaskPushNotificationRequest
type SetTaskPushNotificationRequest = JSONRPCRequest<TaskPushNotificationConfig> & {
method: "tasks/pushNotification/set";
};Defined in: src/naylence/agent/a2a-types.ts:247
Type Declaration
| Name | Type | Defined in |
|---|---|---|
method | "tasks/pushNotification/set" | src/naylence/agent/a2a-types.ts:248 |
Last updated on