TTMSFNCCloudAIParameterType Enumeration
Defines the JSON schema type for a tool parameter.
API unit family: TMSFNCCloudAI
Members
| Name | Description |
|---|---|
ptString |
Represents a string value. |
ptNumber |
Represents a numeric value. |
ptEnum |
Represents a value restricted to a fixed list of strings. |
ptObject |
Represents an object with nested properties. |
ptArray |
Represents an array value. |
ptBoolean |
Represents a Boolean value. |