TTMSFNCCloudAIParameter Class
Describes one parameter accepted by an AI tool.
API unit family: TMSFNCCloudAI
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudAIParameter = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| ArrayProperties | Gets or sets nested property definitions for array items that are objects. |
| ArrayType | Gets or sets the item type used when this parameter is an array. |
| Description | Gets or sets the description sent to the AI service for this parameter. |
| Enum | Gets the allowed string values for an enum parameter. |
| Format | Gets or sets an optional format constraint for the parameter. |
| Name | Gets or sets the parameter name sent in the tool schema. |
| Properties | Gets or sets nested property definitions when this parameter is an object. |
| Required | Gets or sets whether the parameter is required. |
| Tag | Gets or sets user-defined data associated with the parameter. |