Ai Tool Call Chip
A production-scale, light + dark Ai Tool Call Chip component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-tool-call-chipUsage
import { AIToolCallChip } from "@lerpa/ui";
<AIToolCallChip />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| tool | string | — | |
| args | Record<string, string | number> | — | |
| status | "queued" | "running" | "done" | "failed" | — | |
| durationMs | number | — | |
| result | string | — | |
| accent | string | — | |
| expanded | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.