Uses of Interface
com.microsoft.semantickernel.orchestration.SKContext.Builder
-
Packages that use SKContext.Builder Package Description com.microsoft.semantickernel com.microsoft.semantickernel.orchestration -
-
Uses of SKContext.Builder in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return SKContext.Builder Modifier and Type Method Description static SKContext.BuilderSKBuilders. context() -
Uses of SKContext.Builder in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return SKContext.Builder Modifier and Type Method Description static SKContext.BuilderSKContext. builder()SKContext.BuilderSKContext.Builder. clone(SKContext context)SKContext.BuilderSKContext.Builder. withKernel(Kernel kernel)Builds a context from the given kernel.SKContext.BuilderSKContext.Builder. withMemory(SemanticTextMemory memory)Sets the memorySKContext.BuilderSKContext.Builder. withSkills(ReadOnlySkillCollection skills)Sets the skillsSKContext.BuilderSKContext.Builder. withVariables(ContextVariables variables)
-