TTMSFNCCloudAI.GetActiveServices Method
Returns active services that match the requested capability filters.
API unit family: TMSFNCCloudAI
Declaring type: TTMSFNCCloudAI
Syntax
function GetActiveServices(UseFunctionCalling: boolean = false; UseFiles: boolean = false): TStringList;
Parameters
| Name | Description |
|---|---|
UseFunctionCalling |
When True, returns only active services that support function calling. |
UseFiles |
When True, returns only active services that support file input. |
Returns
A string list containing matching active service names.