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 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.