TTMSFNCCloudAITool.Execute Method
Executes the tool with the specified arguments.
API unit family: TMSFNCCloudAI
Declaring type: TTMSFNCCloudAITool
Syntax
procedure Execute(Args: TJSONObject; var Result: string);
Parameters
| Name | Description |
|---|---|
Args |
JSON arguments supplied by the service. |
Result |
Text result returned to the service; the method or event handler can modify this value. |