Chatbot
Reasoning
Collapsible component for displaying AI reasoning process with auto-expand/collapse during streaming.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| isStreaming | boolean | false | Streaming state indicator |
| open | boolean | - | Controlled open state |
| defaultOpen | boolean | - | Initial open state |
| onOpenChange | (open: boolean) => void | - | State change callback |
| duration | number | - | Reasoning duration in seconds |
Import
import { Reasoning, ReasoningTrigger, ReasoningContent } from '@blastx/ui-ai';