Uses of Class
com.microsoft.semantickernel.KernelConfig
-
Packages that use KernelConfig Package Description com.microsoft.semantickernel -
-
Uses of KernelConfig in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return KernelConfig Modifier and Type Method Description KernelConfigKernelConfig.Builder. build()KernelConfigKernel. getConfig()Settings required to execute functions, including details about AI dependencies, e.g.Methods in com.microsoft.semantickernel with parameters of type KernelConfig Modifier and Type Method Description Kernel.BuilderKernel.Builder. withConfiguration(KernelConfig kernelConfig)Set the kernel configurationMethod parameters in com.microsoft.semantickernel with type arguments of type KernelConfig Modifier and Type Method Description <T extends AIService>
Kernel.BuilderKernel.Builder. withAIServiceFactory(String serviceId, Function<KernelConfig,T> factory, boolean setAsDefault, Class<T> clazz)Adds a factory method to the services collection
-