Skip to main content

@wildix/wim-tools-client > ExecuteToolInput

ExecuteToolInput interface

Signature:

export interface ExecuteToolInput 

Properties

Property

Modifiers

Type

Description

companyId?

string | undefined

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

id

string

Unique identifier of the tool.

input

__DocumentType

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

service?

string | undefined

(Optional) Optional parameter, by which service the tool is executed, e.g. chatbots.

user?

string | undefined

(Optional) Optional parameter, for which user the tool is executed, e.g. john.doe@example.com.