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 JsonSchema
JsonSchema.Builder.create()
Creates a new schema definition.@NotNull JsonSchema
FunctionParameter.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.Builder
JsonSchema.Builder.from
(@NotNull JsonSchema jsonSchema) Pre-configures this builder using the given schema.@NotNull FunctionParameter.Builder
FunctionParameter.Builder.schema
(@NotNull JsonSchema schema) Configures the JSON schema descriptor for the parameter value type.