Uses of Enum
de.xima.fc.prompt.service.support.EJsonSchemaDefinitionMethod
Packages that use EJsonSchemaDefinitionMethod
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of EJsonSchemaDefinitionMethod in de.xima.fc.prompt.service.support
Subclasses with type arguments of type EJsonSchemaDefinitionMethod in de.xima.fc.prompt.service.supportModifier and TypeClassDescriptionenumEnumeration that defines the methods available for a user to define a JSON schema for the prompt response.Methods in de.xima.fc.prompt.service.support that return EJsonSchemaDefinitionMethodModifier and TypeMethodDescriptionJsonSchemaOutput.getDefinitionType()Gets the type that controls how the user defines the JSON schema.static EJsonSchemaDefinitionMethodReturns the enum constant of this type with the specified name.static EJsonSchemaDefinitionMethod[]EJsonSchemaDefinitionMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.prompt.service.support with parameters of type EJsonSchemaDefinitionMethodModifier and TypeMethodDescriptionvoidJsonSchemaOutput.setDefinitionType(EJsonSchemaDefinitionMethod definitionType) Sets the type that controls how the user defines the JSON schema.