AI / Agent
ToolCallCard
A detailed card showing a single tool call with input parameters, output, and execution status.
Preview:1280px
read_file82msSuccess
search_web0msRunning
run_shell4.20sError
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| toolName | string | - | Name of the tool being called. |
| status | 'running' | 'success' | 'error' | 'running' | Execution status. |
| input | Record<string, unknown> | - | Input parameters passed to the tool. |
| output | string | - | Tool output or error message. |
| duration | number | - | Execution time in milliseconds. |