haveChoices property

bool haveChoices

Weither the chat completion have at least one choice in choices.

Implementation

bool get haveChoices => choices.isNotEmpty;