menu
tuul_ai package
documentation
core/models/tool_call.dart
FunctionCall
FunctionCall.new constructor
FunctionCall.new constructor
dark_mode
light_mode
FunctionCall
constructor
FunctionCall
(
{
required
String
name
,
Map
<
String
,
dynamic
>
args
=
const {}
,
})
Implementation
FunctionCall({required this.name, this.args = const {}});
tuul_ai package
documentation
core/models/tool_call
FunctionCall
FunctionCall.new constructor
FunctionCall class