Interface SkillResource

All Known Implementing Classes:
DefaultSkillResource

@Experimental public interface SkillResource
An additional resource associated with a Skill, such as a reference file, asset, or template that the LLM can read on demand.
  • Method Details

    • relativePath

      String relativePath()
      Returns the relative path of this resource within the skill's directory. Used to identify the resource when the LLM requests it.
    • content

      String content()
      Returns the content of this resource.
    • builder

      static DefaultSkillResource.Builder builder()