choices property

List<GroqChoice> choices
final

The possible responses to the prompt
Each choice contains a message and a finish reason
The choices are set in the GroqChatSettings of your current groqChat \

Implementation

final List<GroqChoice> choices;