Uses of Interface
de.espirit.firstspirit.ai.dto.JsonSchema.Builder
Packages that use JsonSchema.Builder
-
Uses of JsonSchema.Builder in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return JsonSchema.BuilderModifier and TypeMethodDescriptionstatic @NotNull JsonSchema.Builder
JsonSchema.builder()
Creates a new builder for creating aJsonSchema
definition.@NotNull JsonSchema.Builder
JsonSchema.Builder.description
(@NotNull String description) Configures a description of the value type, used by the model to choose how to call the function.default @NotNull JsonSchema.Builder
JsonSchema.Builder.from
(@NotNull JsonSchema jsonSchema) Pre-configures this builder using the given schema.@NotNull JsonSchema.Builder
Configures the JSON schema descriptor for the value type.@NotNull JsonSchema.Builder
JsonSchema.Builder.properties
(@NotNull Map<String, Object> schema) Configures the JSON schema descriptor for the value type.@NotNull JsonSchema.Builder
Configures the type of the value.