Class AbstractSkillSource.SkillMdPath

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

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

    • SkillMdPath

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