Feedback
Thinking
Expandable trace panel that surfaces an AI model"s internal reasoning steps - supports steps, reasoning, search and coding trace types with active/completed states.
Preview:1280px
Breaking the problem into sub-tasks.
Evaluating trade-offs between approaches.
Querying internal knowledge base for relevant docs.
Generating TypeScript implementation.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| steps | ThinkingStep[] | [] | Array of trace steps to display. |
| defaultOpen | boolean | false | Expand the panel on first render. |