Interface: KabooInterruptHandlerProps¶
Defined in: integrations/KabooInterruptHandler.tsx:42
Props for KabooInterruptHandler.
Properties¶
agentId?¶
optionalagentId?:string
Defined in: integrations/KabooInterruptHandler.tsx:44
Restrict handling to a single CopilotKit agent (optional).
bridge?¶
optionalbridge?: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?¶
optionalrenderers?:Partial\<Record\<"approval"|"form",ComponentType\<InterruptRendererProps>>>
Defined in: integrations/KabooInterruptHandler.tsx:46
Per-interrupt-type renderer overrides.