ToolCall constructor
const
ToolCall({
- required String id,
- required String callType,
- required FunctionCall function,
Implementation
const ToolCall({
required this.id,
required this.callType,
required this.function,
});