Uses of Class
com.microsoft.semantickernel.services.ServiceNotFoundException
-
Packages that use ServiceNotFoundException Package Description com.microsoft.semantickernel -
-
Uses of ServiceNotFoundException in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that throw ServiceNotFoundException Modifier and Type Method Description <T extends AIService>
TKernel. getService(Class<T> clazz)Get the service of the specified type from the kernel.
-