@wildix/wim-tools-client > ExecuteToolInput
ExecuteToolInput interface
Signature:
export interface ExecuteToolInput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) The unique identifier of the tenant when a service token is used. | ||
string | Unique identifier of the tool. | ||
__DocumentType | Input of the tool, used to pass data to the tool. | ||
string | undefined | (Optional) Optional parameter, by which service the tool is executed, e.g. chatbots. | ||
string | undefined | (Optional) Optional parameter, for which user the tool is executed, e.g. john.doe@example.com. |