AIChatMessageToolCall constructor
const
AIChatMessageToolCall({})
A client-defined tool that the model wants to call.
Implementation
const AIChatMessageToolCall({
required super.id,
required this.name,
required this.argumentsRaw,
required this.arguments,
super.index,
super.isMergeable,
super.providerData,
});