Class AbstractSkillSource.SkillMdPath<PathT>

java.lang.Object
com.google.adk.skills.AbstractSkillSource.SkillMdPath<PathT>
Enclosing class:
AbstractSkillSource<PathT>

public static final class AbstractSkillSource.SkillMdPath<PathT> extends Object
A container class that holds a skill's name and the path to its SKILL.md file.
  • Constructor Details

    • SkillMdPath

      public SkillMdPath(String name, PathT mdPath)
      Constructs a SkillMdPath.
      Parameters:
      name - the name of the skill
      mdPath - the path to the SKILL.md file