AiChainOfThought
Chain of Thought
Discrete labeled steps for agent reasoning flows.
Analyzing user query
Parsing intent and extracting key entities from the question.
Searching knowledge base
Retrieved 4 relevant documents from vector store.
Generating visual diagram
Creating a system architecture overview.
Synthesizing final answer
Usage
<AiChainOfThought :steps="steps" title="Reasoning" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| steps* | AiChainOfThoughtStep[] | — | — |
| title | string | — | — |
Slots
stepheader