ToolPart.call constructor
const
ToolPart.call({})
Creates a tool call part.
Implementation
const ToolPart.call({
required this.callId,
required this.toolName,
required this.arguments,
}) : kind = ToolPartKind.call,
result = null;