ToolCall constructor

ToolCall({
  1. required String? toolName,
  2. String? toolInput,
})

Implementation

ToolCall({required this.toolName, this.toolInput})
  : super(fullyQualifiedName);