Uses of Interface
dev.langchain4j.skills.Skill
Packages that use Skill
-
Uses of Skill in dev.langchain4j.skills
Subinterfaces of Skill in dev.langchain4j.skillsClasses in dev.langchain4j.skills that implement SkillModifier and TypeClassDescriptionclassclassclassMethods in dev.langchain4j.skills that return SkillModifier and TypeMethodDescriptionstatic SkillLoads a single skill from the given classpath directory.static SkillClassPathSkillLoader.loadSkill(String skillDirectoryOnClasspath, ClassLoader classLoader) Loads a single skill from the given classpath directory.Methods in dev.langchain4j.skills that return types with arguments of type SkillModifier and TypeMethodDescriptionClassPathSkillLoader.loadSkills(String directoryOnClasspath) Loads all skills found in immediate subdirectories of the given classpath directory.ClassPathSkillLoader.loadSkills(String directoryOnClasspath, ClassLoader classLoader) Loads all skills found in immediate subdirectories of the given classpath directory.Methods in dev.langchain4j.skills with parameters of type SkillModifier and TypeMethodDescriptionstatic SkillsCreates aSkillsinstance with default configuration from the given skills.Sets the skills to make available to the LLM.Method parameters in dev.langchain4j.skills with type arguments of type SkillModifier and TypeMethodDescriptionstatic SkillsSkills.from(Collection<? extends Skill> skills) Creates aSkillsinstance with default configuration from the given collection of skills.ReadResourceToolConfig.Builder.relativePathParameterDescriptionProvider(Function<List<? extends Skill>, String> relativePathParameterDescriptionProvider) Sets a function that produces the description of therelative_pathparameter of theread_skill_resourcetool.Skills.Builder.skills(Collection<? extends Skill> skills) Sets the skills to make available to the LLM.