Interface: KabooActivityProviderProps¶
Defined in: context/ActivityProvider.tsx:29
Props for KabooActivityProvider.
Properties¶
agentId?¶
optionalagentId?:string
Defined in: context/ActivityProvider.tsx:34
CopilotKit agent id whose activity snapshots to consume. Omit to use the provider's default agent. Agent and thread scoping come from CopilotKit.
children¶
children:
ReactNode
Defined in: context/ActivityProvider.tsx:38
The subtree that reads activity via useActivity.
structuredRenderers?¶
optionalstructuredRenderers?:StructuredRenderers
Defined in: context/ActivityProvider.tsx:36
Renderers for structured agent outputs, keyed by output schema name.