ContentPartToolCall constructor

const ContentPartToolCall({
  1. required String toolCallId,
  2. required String toolName,
  3. required dynamic input,
  4. String? thoughtSignature,
  5. Map<String, dynamic>? providerOptions,
})

Implementation

const ContentPartToolCall(
    {required this.toolCallId, required this.toolName, required this.input, this.thoughtSignature, this.providerOptions});