@wildix/wim-tools-client > ToolDescription
ToolDescription interface
Signature:
export interface ToolDescription
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | Description of the tool, used by AI to understand the purpose of the tool | ||
string | Unique identifier of the tool | ||
string | Name of the tool, e.g.: 'send_email' | ||
(ToolVariable)[] | List of tool variables, used to pass data to the tool |