AgentSkill constructor

AgentSkill({
  1. String? description,
  2. List<String>? examples,
  3. String? id,
  4. List<String>? inputModes,
  5. String? name,
  6. List<String>? outputModes,
  7. List<String>? tags,
})

Implementation

AgentSkill({
  this.description,
  this.examples,
  this.id,
  this.inputModes,
  this.name,
  this.outputModes,
  this.tags,
});