GroqToolCall constructor

GroqToolCall({
  1. required String callId,
  2. required String functionName,
  3. required Map<String, dynamic> arguments,
})

Implementation

GroqToolCall({
  required this.callId,
  required this.functionName,
  required this.arguments,
});