menu
neomage package
documentation
data/tools/tool.dart
ShellToolMixin
execute abstract method
execute abstract method
dark_mode
light_mode
execute
abstract method
Future
<
ToolResult
>
execute
(
Map
<
String
,
dynamic
>
input
)
inherited
Execute the tool with the given input.
Implementation
Future<ToolResult> execute(Map<String, dynamic> input);
neomage package
documentation
data/tools/tool
ShellToolMixin
execute abstract method
ShellToolMixin mixin