Skip to main content

@wildix/wim-tools-client > UpdateToolInput

UpdateToolInput interface

Signature:

export interface UpdateToolInput 

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'

toolId

string

Unique identifier of the tool.