Uses of Record Class
ai.doctruth.internal.providers.openai.wire.ResponseFormat
Packages that use ai.doctruth.internal.providers.openai.wire.ResponseFormat
Package
Description
Jackson-deserialisable Java records mirroring the OpenAI Chat Completions API request
and response shapes.
-
Uses of ai.doctruth.internal.providers.openai.wire.ResponseFormat in ai.doctruth.internal.providers.openai.wire
Methods in ai.doctruth.internal.providers.openai.wire that return ai.doctruth.internal.providers.openai.wire.ResponseFormat in in in inModifier and TypeMethodDescriptionstatic ai.doctruth.internal.providers.openai.wire.ResponseFormatResponseFormat.jsonSchema(com.fasterxml.jackson.databind.JsonNode schema) ai.doctruth.internal.providers.openai.wire.ResponseFormatChatCompletionsRequest.response_format()Constructors in ai.doctruth.internal.providers.openai.wire with parameters of type ai.doctruth.internal.providers.openai.wire.ResponseFormat in in in in