TTMSFNCCloudAIFormat Enumeration
Defines an optional JSON schema format for a tool parameter.
API unit family: TMSFNCCloudAI
Members
| Name | Description |
|---|---|
fmtNone |
Does not add a format constraint. |
fmtEmail |
Marks the parameter as an email address. |
fmtURI |
Marks the parameter as a URI. |
fmtDate |
Marks the parameter as a date. |
fmtDateTime |
Marks the parameter as a date and time. |
fmtTime |
Marks the parameter as a time. |
fmtHostName |
Marks the parameter as a host name. |
fmtipv4 |
Marks the parameter as an IPv4 address. |
fmtipv6 |
Marks the parameter as an IPv6 address. |
fmtuuid |
Marks the parameter as a UUID. |
fmtregex |
Marks the parameter as a regular expression. |
fmtPhone |
Marks the parameter as a phone number. |