GenerateContentToolResult constructor
GenerateContentToolResult({})
Implementation
GenerateContentToolResult({
required this.toolCallId,
required this.toolName,
required this.result,
this.isError,
this.preliminary,
this.isDynamic,
this.providerMetadata,
});