Skip to main content

@wildix/wim-tools-client > Tool

Tool interface

Signature:

export interface Tool 

Properties

Property

Modifiers

Type

Description

category

string

Category of the tool, e.g.: 'Support'

companyId

string

Company ID that owns this tool

description

string

Description of the tool, used by AI to understand the purpose of the tool

handler

ToolHandler

Handler of the tool, used to execute the tool

id

string

Unique identifier of the tool

input

ToolInput

Input of the tool, used to pass data to the tool

name

string

Name of the tool, e.g.: 'send_email'