Class SolConstants.OpenAIConstants.JsonTypes
java.lang.Object
com.bluebell.greenhouse.sol.constants.SolConstants.OpenAIConstants.JsonTypes
- Enclosing class:
SolConstants.OpenAIConstants
Constants for JSON schema types.
- Version:
- 3.0.4
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringJSON schema array type.static final StringJSON schema boolean type.static final StringJSON schema null type.static final StringJSON schema number type.static final StringJSON schema object type.static final StringJSON schema string type. -
Method Summary
-
Field Details
-
STRING
-
NUMBER
-
BOOLEAN
-
OBJECT
-
ARRAY
-
NULL
-