Uses of Class
com.microsoft.semantickernel.services.AIServiceCollection
-
Packages that use AIServiceCollection Package Description com.microsoft.semantickernel com.microsoft.semantickernel.services -
-
Uses of AIServiceCollection in com.microsoft.semantickernel
Method parameters in com.microsoft.semantickernel with type arguments of type AIServiceCollection Modifier and Type Method Description Kernel.BuilderKernel.Builder. withServiceSelector(Function<AIServiceCollection,AIServiceSelector> serviceSelector)Sets the service selector provider for the kernel.Constructors in com.microsoft.semantickernel with parameters of type AIServiceCollection Constructor Description Kernel(AIServiceCollection services, Function<AIServiceCollection,AIServiceSelector> serviceSelectorProvider, List<KernelPlugin> plugins, KernelHooks globalKernelHooks)Initializes a new instance ofKernel.Constructor parameters in com.microsoft.semantickernel with type arguments of type AIServiceCollection Constructor Description Kernel(AIServiceCollection services, Function<AIServiceCollection,AIServiceSelector> serviceSelectorProvider, List<KernelPlugin> plugins, KernelHooks globalKernelHooks)Initializes a new instance ofKernel. -
Uses of AIServiceCollection in com.microsoft.semantickernel.services
Constructors in com.microsoft.semantickernel.services with parameters of type AIServiceCollection Constructor Description OrderedAIServiceSelector(AIServiceCollection services)Initializes a new instance of theOrderedAIServiceSelectorclass with the specified services.
-