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