Uses of Record Class
ai.doctruth.internal.providers.openai.wire.Choice

Packages that use ai.doctruth.internal.providers.openai.wire.Choice
Package
Description
Jackson-deserialisable Java records mirroring the OpenAI Chat Completions API request and response shapes.
  • Uses of ai.doctruth.internal.providers.openai.wire.Choice in ai.doctruth.internal.providers.openai.wire

    Methods in ai.doctruth.internal.providers.openai.wire that return types with arguments of type ai.doctruth.internal.providers.openai.wire.Choice in in in in
    Modifier and Type
    Method
    Description
    List<ai.doctruth.internal.providers.openai.wire.Choice>
    ChatCompletionsResponse.choices()
     
    Constructor parameters in ai.doctruth.internal.providers.openai.wire with type arguments of type ai.doctruth.internal.providers.openai.wire.Choice in in in in
    Modifier
    Constructor
    Description
     
    ChatCompletionsResponse(String id, String model, List<ai.doctruth.internal.providers.openai.wire.Choice> choices, ai.doctruth.internal.providers.openai.wire.Usage usage)