ToolCall constructor

ToolCall({
  1. String? id,
  2. ToolType? toolType,
  3. Map<String, dynamic>? args,
})

Implementation

ToolCall({this.id, this.toolType, this.args});