Uses of Interface
de.espirit.firstspirit.ai.dto.JsonSchema
Packages that use JsonSchema
-
Uses of JsonSchema in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return JsonSchemaModifier and TypeMethodDescription@NotNull JsonSchemaJsonSchema.Builder.create()Creates a new schema definition.@NotNull JsonSchemaFunctionParameter.getSchema()JSON Schema descriptor for the type of object this parameter contains.Methods in de.espirit.firstspirit.ai.dto with parameters of type JsonSchemaModifier and TypeMethodDescriptiondefault @NotNull JsonSchema.BuilderJsonSchema.Builder.from(@NotNull JsonSchema jsonSchema) Pre-configures this builder using the given schema.@NotNull FunctionParameter.BuilderFunctionParameter.Builder.schema(@NotNull JsonSchema schema) Configures the JSON schema descriptor for the parameter value type.