Uses of Interface
dev.langchain4j.skills.FileSystemSkill
-
Uses of FileSystemSkill in dev.langchain4j.skills
Classes in dev.langchain4j.skills that implement FileSystemSkillMethods in dev.langchain4j.skills that return FileSystemSkillModifier and TypeMethodDescriptionstatic FileSystemSkillLoads a single skill from the given classpath directory.static FileSystemSkillClassPathSkillLoader.loadSkill(String skillDirectoryOnClasspath, ClassLoader classLoader) Loads a single skill from the given classpath directory.static FileSystemSkillLoads a single skill from the given directory.Methods in dev.langchain4j.skills that return types with arguments of type FileSystemSkillModifier and TypeMethodDescriptionstatic List<FileSystemSkill> ClassPathSkillLoader.loadSkills(String directoryOnClasspath) Loads all skills found in immediate subdirectories of the given classpath directory.static List<FileSystemSkill> ClassPathSkillLoader.loadSkills(String directoryOnClasspath, ClassLoader classLoader) Loads all skills found in immediate subdirectories of the given classpath directory.static List<FileSystemSkill> FileSystemSkillLoader.loadSkills(Path directory) Loads all skills found in immediate subdirectories of the given directory.