Developer API
|
enumSemanticType
List of enumSemanticType
| Name | Description |
| Continuous | Continuous: The engine interprets output as a floating-point regression value, typical for predictive logic or scaling factors. |
| Enumeration | Enumeration: The engine interprets output as a discrete index mapping to a predefined set of categorical actions or logic branches. |
|