Uses of Class
com.microsoft.semantickernel.exceptions.SkillsNotFoundException
-
Packages that use SkillsNotFoundException Package Description com.microsoft.semantickernel -
-
Uses of SkillsNotFoundException in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that throw SkillsNotFoundException Modifier and Type Method Description ReadOnlyFunctionCollectionSkillExecutor. getSkill(String skillName)Get function collection with the skill nameReadOnlyFunctionCollectionSkillExecutor. importSkill(String skillName, Map<String,SemanticFunctionConfig> skills)Import a set of skills
-