menu
flutter_ai_bridge
flutter_ai_bridge.dart
AITool
AITool.new constructor
AITool.new
dark_mode
light_mode
AITool
constructor
AITool
(
{
required
String
name
,
required
String
description
,
required
Map
<
String
,
dynamic
>
parameters
,
Future
<
String
>
execute
(
Map
<
String
,
dynamic
>
args
)?,
})
Implementation
AITool({ required this.name, required this.description, required this.parameters, this.execute, });
flutter_ai_bridge
flutter_ai_bridge
AITool
AITool.new constructor
AITool class