Uses of Interface
com.microsoft.semantickernel.orchestration.SKContext.Builder
-
Packages that use SKContext.Builder Package Description com.microsoft.semantickernel com.microsoft.semantickernel.builders 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.builders
Methods in com.microsoft.semantickernel.builders that return SKContext.Builder Modifier and Type Method Description SKContext.BuilderBuildersSingleton. context()Builder for creating aSKContext -
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. setMemory(SemanticTextMemory memory)Sets the memorySKContext.BuilderSKContext.Builder. setSkills(ReadOnlySkillCollection skills)Sets the skillsSKContext.BuilderSKContext.Builder. setVariables(ContextVariables variables)SKContext.BuilderSKContext.Builder. withKernel(Kernel kernel)Builds a context from the given kernel.
-