AIChatMessageToolCall constructor
const
AIChatMessageToolCall({})
A tool that the model wants to call.
Implementation
const AIChatMessageToolCall({
required this.id,
required this.name,
required this.argumentsRaw,
required this.arguments,
});