Choices constructor

Choices({
  1. dynamic text,
  2. dynamic index,
  3. dynamic logprobs,
  4. dynamic finishReason,
})

Implementation

Choices({text, index, logprobs, finishReason});