Skip to content

@pgege/kaboo-react


Interface: KabooInterruptHandlerProps

Defined in: src/integrations/KabooInterruptHandler.tsx:44

Props for KabooInterruptHandler.

Properties

agentId?

optional agentId?: string

Defined in: src/integrations/KabooInterruptHandler.tsx:46

Restrict handling to a single CopilotKit agent (optional).


bridge?

optional bridge?: boolean

Defined in: src/integrations/KabooInterruptHandler.tsx:56

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: src/integrations/KabooInterruptHandler.tsx:48

Per-interrupt-type renderer overrides.