Uses of Enum Class
de.espirit.firstspirit.ai.dto.StrictMode
Packages that use StrictMode
-
Uses of StrictMode in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return StrictModeModifier and TypeMethodDescription@NotNull StrictModeFunction.getStrictMode()Returns the strict mode to be used when using this function.@NotNull StrictModeResponseFormatJsonSchema.getStrictMode()Returns the strict mode to be used when using structured output using a pre-defined JSON schema.static StrictModeReturns the enum constant of this class with the specified name.static StrictMode[]StrictMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.ai.dto with parameters of type StrictModeModifier and TypeMethodDescription@NotNull Function.BuilderFunction.Builder.strictMode(@NotNull StrictMode strictMode) Configures the strict mode for this function.@NotNull ResponseFormatJsonSchema.BuilderResponseFormatJsonSchema.Builder.strictMode(@NotNull StrictMode strictMode) Configures the strict mode when using structured output using a pre-defined JSON schema.