AgentTool constructor

AgentTool({
  1. String? agent,
  2. String? description,
  3. String? name,
})

Implementation

AgentTool({this.agent, this.description, this.name});