import { ToolResult } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
toolreq | string | — | Tool name |
input | Record<string, unknown> | — | Tool input |
output | unknown | — | Tool output |
duration | number | — | Execution time in milliseconds |
statusreq | "success" | "error" | — | Execution status |
error | string | — | Error message |
toolrequiredType
stringDefault —Tool name
inputType
Record<string, unknown>Default —Tool input
outputType
unknownDefault —Tool output
durationType
numberDefault —Execution time in milliseconds
statusrequiredType
"success" | "error"Default —Execution status
errorType
stringDefault —Error message
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?