Uses of Class
com.microsoft.semantickernel.KernelException
-
Packages that use KernelException Package Description com.microsoft.semantickernel com.microsoft.semantickernel.extensions -
-
Uses of KernelException in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that throw KernelException Modifier and Type Method Description <T extends AIService>
TKernel. getService(String name, Class<T> clazz)Obtains the service with the given name and typeReadOnlyFunctionCollectionSkillExecutor. importSkillFromResources(String pluginDirectory, String skillName, String functionName)Imports a skill using ClassLoader.getResourceAsStream to load skills from the classpath.ReadOnlyFunctionCollectionSkillExecutor. importSkillFromResources(String pluginDirectory, String skillName, String functionName, Class clazz)Imports a skill using clazz.getResourceAsStream to load skills from the classpath. -
Uses of KernelException in com.microsoft.semantickernel.extensions
Methods in com.microsoft.semantickernel.extensions that throw KernelException Modifier and Type Method Description static Map<String,SemanticFunctionConfig>KernelExtensions. importSemanticSkillFromResourcesDirectory(String pluginDirectory, String pluginName, String functionName, Class clazz, PromptTemplateEngine promptTemplateEngine)
-