Chatbot
Tool
Collapsible section for displaying tool execution details with input parameters and output results.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| type | string | - | Tool type identifier |
| state | ToolState | - | Execution state for status badge |
| title | string | - | Custom tool title |
| toolName | string | - | Tool name for dynamic tools |
Import
import { Tool, ToolHeader, ToolContent, ToolInput, ToolOutput } from '@blastx/ui-ai';