Uses of Interface
com.microsoft.semantickernel.services.AIServiceSelector
-
Packages that use AIServiceSelector Package Description com.microsoft.semantickernel com.microsoft.semantickernel.services -
-
Uses of AIServiceSelector in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return AIServiceSelector Modifier and Type Method Description AIServiceSelectorKernel. getServiceSelector()Get the AIServiceSelector used to query for services available through the kernel.Method parameters in com.microsoft.semantickernel with type arguments of type AIServiceSelector Modifier and Type Method Description Kernel.BuilderKernel.Builder. withServiceSelector(Function<AIServiceCollection,AIServiceSelector> serviceSelector)Sets the service selector provider for the kernel.Constructor parameters in com.microsoft.semantickernel with type arguments of type AIServiceSelector Constructor Description Kernel(AIServiceCollection services, Function<AIServiceCollection,AIServiceSelector> serviceSelectorProvider, List<KernelPlugin> plugins, KernelHooks globalKernelHooks)Initializes a new instance ofKernel. -
Uses of AIServiceSelector in com.microsoft.semantickernel.services
Classes in com.microsoft.semantickernel.services that implement AIServiceSelector Modifier and Type Class Description classBaseAIServiceSelectorBase class forAIServiceSelectorimplementations which provides aMapbased collection from which anAIServicecan be selected.classOrderedAIServiceSelectorImplementation ofAIServiceSelectorthat selects the AI service based on the order of the execution settings.
-