thought 120ms
Analyzing the user request and planning a retrieval strategy.
AiAgentTimeline
Rich timeline visualization with duration, connectors, and nested children.
const entries: AiTimelineEntry[] = [
{ id: '1', type: 'thought', content: 'Planning retrieval…', status: 'completed', duration: 120 },
{
id: '2',
type: 'action',
content: 'Searching knowledge base',
tool: 'search',
status: 'completed',
duration: 850,
children: [
{ id: '2a', type: 'observation', content: 'Retrieved 12 chunks', status: 'completed' },
],
},
{ id: '3', type: 'action', content: 'Generating response', tool: 'generate', status: 'running' },
]
<AiAgentTimeline :entries="entries" title="Agent Run" :show-duration="true" />| Prop | Type | Default | Description |
|---|---|---|---|
| entries* | AiTimelineEntry[] | — | Timeline entries to display |
| title | string | — | Timeline header title |
| showDuration | boolean | true | Show duration on entries |
| collapsed | boolean | false | Collapse the timeline entries |
defaultheadertitlesummaryentryconnectorentry-headerentry-bodychildrenchild