Uses of Interface
com.microsoft.semantickernel.Kernel
-
Packages that use Kernel Package Description com.microsoft.semantickernel.orchestration com.microsoft.semantickernel.skilldefinition com.microsoft.semantickernel.textcompletion -
-
Uses of Kernel in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration with parameters of type Kernel Modifier and Type Method Description voidRegistrableSkFunction. registerOnKernel(Kernel kernel)SKContext.BuilderSKContext.Builder. withKernel(Kernel kernel)Builds a context from the given kernel. -
Uses of Kernel in com.microsoft.semantickernel.skilldefinition
Methods in com.microsoft.semantickernel.skilldefinition with parameters of type Kernel Modifier and Type Method Description static KernelSkillsSupplierKernelSkillsSupplier. getInstance(Kernel kernel) -
Uses of Kernel in com.microsoft.semantickernel.textcompletion
Methods in com.microsoft.semantickernel.textcompletion with parameters of type Kernel Modifier and Type Method Description CompletionSKFunction.BuilderCompletionSKFunction.Builder. withKernel(Kernel kernel)
-