AiChainOfThought

Chain of Thought

Discrete labeled steps for agent reasoning flows.

  1. Analyzing user query

    Parsing intent and extracting key entities from the question.

  2. Searching knowledge base

    Retrieved 4 relevant documents from vector store.

  3. Generating visual diagram

    Creating a system architecture overview.

    Architecture diagram
  4. Synthesizing final answer

Usage

<AiChainOfThought :steps="steps" title="Reasoning" />

Props

Prop Type Default Description
steps*AiChainOfThoughtStep[]
titlestring

Slots

  • step
  • header