ChatResponse constructor

ChatResponse({
  1. required List<ChatResponseChoice> choices,
})

Implementation

ChatResponse({required this.choices});