ContentPartToolResult constructor

const ContentPartToolResult({
  1. required String toolCallId,
  2. required dynamic result,
  3. String? toolName,
  4. bool? isError,
  5. bool? preliminary,
  6. bool? isDynamic,
  7. Map<String, dynamic>? providerOptions,
})

Implementation

const ContentPartToolResult(
    {required this.toolCallId, required this.result, this.toolName, this.isError, this.preliminary, this.isDynamic, this.providerOptions});