pnpm dlx shadcn@latest add https://ui.saturation.io/r/tool-call-card.jsonimport { ToolCallCard } from "@/components/ui/tool-call-card"<ToolCallCard
toolName="search_web"
status="success"
description="Searched for React documentation"
/>
<ToolCallCard
toolName="read_file"
status="calling"
description="Reading package.json"
/>| Prop | Type | Default | Description |
|---|---|---|---|
toolName | string | — | The name of the tool being called. |
status | "calling" | "success" | "error" | — | The current status of the tool call. |
description | string | — | Optional description or result summary. |
icon | LucideIcon | — | Optional custom icon to display. |
className | string | — | Additional CSS classes. |
On This Page
Found 12 results
Processing dataset...
Authentication failed