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.BuilderJsonSchema.builder()Creates a new builder for creating aJsonSchemadefinition.@NotNull JsonSchema.BuilderJsonSchema.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.BuilderJsonSchema.Builder.from(@NotNull JsonSchema jsonSchema) Pre-configures this builder using the given schema.@NotNull JsonSchema.BuilderConfigures the JSON schema descriptor for the value type.@NotNull JsonSchema.BuilderJsonSchema.Builder.properties(@NotNull Map<String, Object> schema) Configures the JSON schema descriptor for the value type.@NotNull JsonSchema.BuilderConfigures the type of the value.