RemoteAgentTool constructor

RemoteAgentTool({
  1. AgentCard? agentCard,
  2. String? description,
  3. String? name,
})

Implementation

RemoteAgentTool({this.agentCard, this.description, this.name});