TTMSFNCCloudAITools.Execute Method
Executes the tool with the specified name.
API unit family: TMSFNCCloudAI
Declaring type: TTMSFNCCloudAITools
Syntax
procedure Execute(AName: string; Args: TJSONObject; var Result: string);
Parameters
| Name | Description |
|---|---|
AName |
Name of the tool to execute. |
Args |
JSON arguments supplied by the service. |
Result |
Text result returned to the service; the executed tool can modify this value. |