@wildix/wim-tools-client > Tool
Tool interface
Signature:
export interface Tool
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | Category of the tool, e.g.: 'Support' | ||
string | Company ID that owns this tool | ||
string | Description of the tool, used by AI to understand the purpose of the tool | ||
Handler of the tool, used to execute the tool | |||
string | Unique identifier of the tool | ||
Input of the tool, used to pass data to the tool | |||
string | Name of the tool, e.g.: 'send_email' |