Uses of Interface
com.microsoft.semantickernel.skilldefinition.ReadOnlyFunctionCollection
-
Packages that use ReadOnlyFunctionCollection Package Description com.microsoft.semantickernel com.microsoft.semantickernel.skilldefinition -
-
Uses of ReadOnlyFunctionCollection in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return ReadOnlyFunctionCollection Modifier and Type Method Description ReadOnlyFunctionCollectionSkillExecutor. getSkill(String skillName)Get function collection with the skill nameReadOnlyFunctionCollectionSkillExecutor. importSkill(Object nativeSkill, String skillName)Imports the native functions annotated on the given object as a skill.ReadOnlyFunctionCollectionSkillExecutor. importSkill(String skillName, Map<String,SemanticFunctionConfig> skills)Import a set of skillsReadOnlyFunctionCollectionSkillExecutor. importSkillFromDirectory(String skillName, String parentDirectory)Imports the native functions annotated on the given object as a skill.ReadOnlyFunctionCollectionSkillExecutor. importSkillFromDirectory(String skillName, String parentDirectory, String skillDirectoryName)Imports the native functions annotated on the given object as a skill. -
Uses of ReadOnlyFunctionCollection in com.microsoft.semantickernel.skilldefinition
Methods in com.microsoft.semantickernel.skilldefinition that return ReadOnlyFunctionCollection Modifier and Type Method Description ReadOnlyFunctionCollectionReadOnlyFunctionCollection. copy()ReadOnlyFunctionCollectionReadOnlySkillCollection. getAllFunctions()ReadOnlyFunctionCollectionReadOnlySkillCollection. getFunctions(String skillName)Methods in com.microsoft.semantickernel.skilldefinition that return types with arguments of type ReadOnlyFunctionCollection Modifier and Type Method Description Map<String,ReadOnlyFunctionCollection>ReadOnlySkillCollection. asMap()Get this collection as an unmodifiable map
-