GenerateContentToolCall constructor
GenerateContentToolCall({})
Implementation
GenerateContentToolCall({
required this.toolCallId,
required this.toolName,
required this.input,
this.providerExecuted,
this.isDynamic,
this.thoughtSignature,
this.providerMetadata,
});