GroqChoice constructor
GroqChoice({
- required GroqMessage messageData,
- required String? finishReason,
Creates a GroqChoice with the given messageData and finishReason
The messageData is the message of the choice
The finishReason is the reason why the conversation ended \
Implementation
GroqChoice({
required this.messageData,
required this.finishReason,
});