ToolCallCard
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Completed#
Loading…
Running#
Loading…
Stack#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| name * | ReactNode | — | Tool / function name. Rendered in mono. |
| status | ReactNode | — | Status text — e.g., `94ms · 142 rows`. |
| running | boolean | undefined | — | When true, shows a streaming caret next to the status. |
| children | ReactNode | — | Optional preformatted body — typically args or a query preview. |