Uses of Interface
dev.langchain4j.skills.FileSystemSkill
Packages that use 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 directory.Methods in dev.langchain4j.skills that return types with arguments of type FileSystemSkillModifier and TypeMethodDescriptionstatic List<FileSystemSkill> FileSystemSkillLoader.loadSkills(Path directory) Loads all skills found in immediate subdirectories of the given directory. -
Uses of FileSystemSkill in dev.langchain4j.skills.shell
Methods in dev.langchain4j.skills.shell with parameters of type FileSystemSkillModifier and TypeMethodDescriptionstatic ShellSkillsShellSkills.from(FileSystemSkill... skills) Creates aShellSkillsinstance with default configuration from the given skills.ShellSkills.Builder.skills(FileSystemSkill... skills) Sets the filesystem-based skills to make available to the LLM.Method parameters in dev.langchain4j.skills.shell with type arguments of type FileSystemSkillModifier and TypeMethodDescriptionstatic ShellSkillsShellSkills.from(Collection<? extends FileSystemSkill> skills) Creates aShellSkillsinstance with default configuration from the given collection of skills.ShellSkills.Builder.skills(Collection<? extends FileSystemSkill> skills) Sets the filesystem-based skills to make available to the LLM.