ChatResponseChoice constructor

ChatResponseChoice({
  1. required ChatCompletionMessage message,
})

Implementation

ChatResponseChoice({required this.message});