Tool invocation card with the function name, typed arguments in monospace, and a running or done status pill.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ai22 } from "@/components/beste/piece/ai22";
<Ai22
fn="search_docs"
args={[
{
"key": "query",
"value": "\"rate limiting\""
},
{
"key": "limit",
"value": "5"
}
]}
status="done"
tone="violet"
/>