ChatCompletionChoice constructor
ChatCompletionChoice({
- required int index,
- required ChatCompletionMessage message,
- String? finishReason,
- dynamic logprobs,
Implementation
ChatCompletionChoice({
required this.index,
required this.message,
this.finishReason,
this.logprobs,
});