ChatCompletionResponse constructor

ChatCompletionResponse({
  1. required List<Choice> choices,
})

Implementation

ChatCompletionResponse({
  required this.choices,
});