Skip to content

bodhi-realtime-agent / SendOrQueueOptions

Interface: SendOrQueueOptions

Defined in: core/background-notification-queue.ts:9

Options for sendOrQueue.

Properties

priority?

optional priority: QueuePriority

Defined in: core/background-notification-queue.ts:11

Delivery priority. 'high' attempts immediate delivery or front-of-queue. Default: 'normal'.


toolCallId?

optional toolCallId: string

Defined in: core/background-notification-queue.ts:13

Tool call ID for deduplication. If provided, prevents duplicate notifications for the same tool call.

Built with VitePress