menu
tuul_ai package
documentation
core/models/tool_call.dart
FunctionCall
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Convert FunctionCall to JSON
Implementation
Map<String, dynamic> toJson() => {'name': name, 'args': args};
tuul_ai package
documentation
core/models/tool_call
FunctionCall
toJson method
FunctionCall class