Uses of Interface
com.microsoft.semantickernel.orchestration.SKContext.Builder
-
Packages that use SKContext.Builder Package Description com.microsoft.semantickernel.builders com.microsoft.semantickernel.orchestration -
-
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 aSKContextstatic 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 SKContext.BuilderSKContext.Builder. clone(SKContext context)SKContext.BuilderSKContext.Builder. with(SemanticTextMemory memory)Sets the memorySKContext.BuilderSKContext.Builder. with(ContextVariables variables)SKContext.BuilderSKContext.Builder. with(ReadOnlySkillCollection skills)Sets the skills
-