Uses of Class
dev.langchain4j.model.chat.request.json.JsonObjectSchema
Packages that use JsonObjectSchema
Package
Description
-
Uses of JsonObjectSchema in dev.langchain4j.agent.tool
Methods in dev.langchain4j.agent.tool that return JsonObjectSchemaModifier and TypeMethodDescriptionToolSpecification.parameters()Returns the parameters of the tool.Methods in dev.langchain4j.agent.tool with parameters of type JsonObjectSchemaModifier and TypeMethodDescriptionToolSpecification.Builder.parameters(JsonObjectSchema parameters) Sets theparameters. -
Uses of JsonObjectSchema in dev.langchain4j.internal
Methods in dev.langchain4j.internal that return JsonObjectSchemaModifier and TypeMethodDescriptionstatic JsonObjectSchemaJsonSchemaElementUtils.wrapPolymorphic(String propertyName, JsonSchemaElement element, Map<Class<?>, JsonSchemaElementUtils.VisitedClassMetadata> visited) Wrapselementas the only required property of an object schema (thevalue/valuesenvelope used at the root of polymorphic AI Service return types, sinceanyOfis not allowed at the JSON-schema root) and attaches any recursion-induced definitions collected invisited. -
Uses of JsonObjectSchema in dev.langchain4j.model.chat.request.json
Methods in dev.langchain4j.model.chat.request.json that return JsonObjectSchema