AiResponse constructor

AiResponse({
  1. List<Choice>? choices,
  2. Usage? usage,
})

Implementation

AiResponse({
  this.choices,
  this.usage,
});