GroqMessage constructor
GroqMessage({
- required String content,
- GroqMessageRole role = GroqMessageRole.user,
- List<
GroqToolCall> toolCalls = const [], - bool isToolCall = false,
- String? username,
Implementation
GroqMessage({
required this.content,
this.role = GroqMessageRole.user,
this.toolCalls = const [],
this.isToolCall = false,
this.username,
});