Chatbot

ChainOfThought

Collapsible component for displaying multi-step reasoning or search process with step indicators.

Analyzing query context and intent
Searching internal knowledge base for matches
Cross-referencing 3 external sources
Synthesizing results into coherent answer

Props

PropTypeDefaultDescription
openboolean-Controlled open state
defaultOpenbooleanfalseInitial open state
onOpenChange(open: boolean) => void-Callback for state changes
classNamestring-Additional CSS classes

Import

import { ChainOfThought, ChainOfThoughtHeader, ChainOfThoughtStep, ChainOfThoughtContent } from '@blastx/ui-ai';