类 AgentSkill

java.lang.Object
io.github.a2ap.core.model.AgentSkill

public class AgentSkill extends Object
Represents a skill that an agent possesses.
  • 构造器详细资料

  • 方法详细资料

    • builder

      public static AgentSkill.Builder builder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getTags

      public List<String> getTags()
    • setTags

      public void setTags(List<String> tags)
    • getExamples

      public List<String> getExamples()
    • setExamples

      public void setExamples(List<String> examples)
    • getInputModes

      public List<String> getInputModes()
    • setInputModes

      public void setInputModes(List<String> inputModes)
    • getOutputModes

      public List<String> getOutputModes()
    • setOutputModes

      public void setOutputModes(List<String> outputModes)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object