menu
agent_cli package
documentation
engine.dart
AgentTool<T>
AgentTool.new constructor
AgentTool.new constructor
dark_mode
light_mode
AgentTool<
T
>
constructor
AgentTool<
T
>
(
{
required
String
name
,
required
String
description
,
required
Map
<
String
,
dynamic
>
parameters
,
})
Implementation
AgentTool({ required this.name, required this.description, required this.parameters, });
agent_cli package
documentation
engine
AgentTool<T>
AgentTool.new constructor
AgentTool class