Uses of Interface
de.espirit.firstspirit.ai.dto.ResponseFormatJsonSchema.Builder
Packages that use ResponseFormatJsonSchema.Builder
-
Uses of ResponseFormatJsonSchema.Builder in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return ResponseFormatJsonSchema.BuilderModifier and TypeMethodDescriptionstatic @NotNull ResponseFormatJsonSchema.BuilderResponseFormatJsonSchema.builder()Creates a new builder for creating aResponseFormatJsonSchemadefinition.@NotNull ResponseFormatJsonSchema.BuilderResponseFormatJsonSchema.Builder.schema(@NotNull JsonSchema schema) Configures the JSON schema descriptor for the structured output.@NotNull ResponseFormatJsonSchema.BuilderResponseFormatJsonSchema.Builder.strictMode(@NotNull StrictMode strictMode) Configures the strict mode when using structured output using a pre-defined JSON schema.