@wildix/wim-tools-client > CreateToolInput
CreateToolInput interface
Signature:
export interface CreateToolInput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | Category of the tool, e.g.: 'Support' | ||
string | undefined | (Optional) The unique identifier of the tenant when a service token is used. | ||
string | Description of the tool, used by AI to understand the purpose of the tool. | ||
Handler of the tool, used to execute the tool. | |||
Input of the tool, used to pass data to the tool. | |||
string | Name of the tool, e.g.: 'send_email' |