ToolOutput

Formatted display for AI tool execution results.

Agentic AIaitoolresultoutput

JSON output

json
{
"status": "success",
"data": {
"users": 42,
"active": 38
}
}

Code output

typescript
function greet(name: string) {
return `Hello, ${name}!`
}

Text output

Search completed. Found 12 results matching your query.

Error output

Error: Connection timeout after 30s

Related Components