Uses of Class
dev.langchain4j.model.openai.internal.chat.JsonObjectSchema.Builder
Packages that use JsonObjectSchema.Builder
-
Uses of JsonObjectSchema.Builder in dev.langchain4j.model.openai.internal.chat
Methods in dev.langchain4j.model.openai.internal.chat that return JsonObjectSchema.BuilderModifier and TypeMethodDescriptionJsonObjectSchema.Builder.additionalProperties
(Boolean additionalProperties) static JsonObjectSchema.Builder
JsonObjectSchema.builder()
JsonObjectSchema.Builder.definitions
(Map<String, JsonSchemaElement> definitions) JsonObjectSchema.Builder.description
(String description) JsonObjectSchema.Builder.properties
(Map<String, JsonSchemaElement> properties) Constructors in dev.langchain4j.model.openai.internal.chat with parameters of type JsonObjectSchema.Builder