bodhi-realtime-agent / SendOrQueueOptions
Interface: SendOrQueueOptions
Defined in: core/background-notification-queue.ts:9
Options for sendOrQueue.
Properties
priority?
optionalpriority:QueuePriority
Defined in: core/background-notification-queue.ts:11
Delivery priority. 'high' attempts immediate delivery or front-of-queue. Default: 'normal'.
toolCallId?
optionaltoolCallId:string
Defined in: core/background-notification-queue.ts:13
Tool call ID for deduplication. If provided, prevents duplicate notifications for the same tool call.