Uses of Record Class
ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec
Packages that use ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec
Package
Description
Jackson-deserialisable Java records mirroring the OpenAI Chat Completions API request
and response shapes.
-
Uses of ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec in ai.doctruth.internal.providers.openai.wire
Methods in ai.doctruth.internal.providers.openai.wire that return ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec in in in inModifier and TypeMethodDescriptionai.doctruth.internal.providers.openai.wire.JsonSchemaSpecResponseFormat.json_schema()Constructors in ai.doctruth.internal.providers.openai.wire with parameters of type ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec in in in inModifierConstructorDescriptionResponseFormat(String type, ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec json_schema)