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

Packages that use ai.doctruth.internal.providers.deepseek.wire.Choice
Package
Description
DeepSeek Chat Completions wire-format records (request + response).
  • Uses of ai.doctruth.internal.providers.deepseek.wire.Choice in ai.doctruth.internal.providers.deepseek.wire

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