haveChoices property

bool haveChoices

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

Implementation

bool get haveChoices => choices.isNotEmpty;