Skip to main content

@wildix/wim-tools-client > CreateToolInput

CreateToolInput interface

Signature:

export interface CreateToolInput 

Properties

Property

Modifiers

Type

Description

category

string

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

companyId?

string | undefined

(Optional) The unique identifier of the tenant when a service token is used.

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.

input

ToolInput

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

name

string

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