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 in
    Modifier and Type
    Method
    Description
    static ai.doctruth.internal.providers.openai.wire.ResponseFormat
    ResponseFormat.jsonSchema(com.fasterxml.jackson.databind.JsonNode schema)
     
    ai.doctruth.internal.providers.openai.wire.ResponseFormat
    ChatCompletionsRequest.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
    Modifier
    Constructor
    Description
     
    ChatCompletionsRequest(String model, List<ai.doctruth.internal.providers.openai.wire.Message> messages, ai.doctruth.internal.providers.openai.wire.ResponseFormat response_format)