Chatbot
ChainOfThought
Collapsible component for displaying multi-step reasoning or search process with step indicators.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| open | boolean | - | Controlled open state |
| defaultOpen | boolean | false | Initial open state |
| onOpenChange | (open: boolean) => void | - | Callback for state changes |
| className | string | - | Additional CSS classes |
Import
import { ChainOfThought, ChainOfThoughtHeader, ChainOfThoughtStep, ChainOfThoughtContent } from '@blastx/ui-ai';