Choice

@JsonSerializable
data class Choice(val index: Int, msg: ChoiceDetail?, delta: ChoiceDetail?, val finish_reason: StopReason?, val logprobs: ChoiceLogProbs? = null)(source)

Constructors

Link copied to clipboard
constructor(index: Int, msg: ChoiceDetail?, delta: ChoiceDetail?, finish_reason: StopReason?, logprobs: ChoiceLogProbs? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard