Skip to content

@pgege/kaboo-react


Interface: KabooInterruptHandlerProps

Defined in: integrations/KabooInterruptHandler.tsx:42

Props for KabooInterruptHandler.

Properties

agentId?

optional agentId?: string

Defined in: integrations/KabooInterruptHandler.tsx:44

Restrict handling to a single CopilotKit agent (optional).


bridge?

optional bridge?: boolean

Defined in: integrations/KabooInterruptHandler.tsx:54

Also publish the active interrupts to the InterruptBridge so each renders inside the drill-down detail view (not just the chat). Defaults to true; requires an InterruptBridgeProvider (included in KabooProvider).


renderers?

optional renderers?: Partial\<Record\<"approval" | "form", ComponentType\<InterruptRendererProps>>>

Defined in: integrations/KabooInterruptHandler.tsx:46

Per-interrupt-type renderer overrides.