Skip to Content
Naylence Docs are in active development. Share feedback in Discord.
ReferenceAgent APITypeScript ReferenceType AliasesSetTaskPushNotificationRequest

naylence-agent-sdk-ts


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

NameTypeDefined in
method"tasks/pushNotification/set"src/naylence/agent/a2a-types.ts:248
Last updated on