Uses of Interface
com.microsoft.semantickernel.memory.SemanticTextMemory
-
Packages that use SemanticTextMemory Package Description com.microsoft.semantickernel com.microsoft.semantickernel.memory com.microsoft.semantickernel.orchestration -
-
Uses of SemanticTextMemory in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return SemanticTextMemory Modifier and Type Method Description SemanticTextMemoryKernel. getMemory()Get the SemanticTextMemory in use.Methods in com.microsoft.semantickernel with parameters of type SemanticTextMemory Modifier and Type Method Description Kernel.BuilderKernel.Builder. withMemory(SemanticTextMemory memory)Add a semantic text memory entity to the kernel to be built. -
Uses of SemanticTextMemory in com.microsoft.semantickernel.memory
Classes in com.microsoft.semantickernel.memory that implement SemanticTextMemory Modifier and Type Class Description classNullMemoryImplementation ofSemanticTextMemorythat stores nothing.Methods in com.microsoft.semantickernel.memory that return SemanticTextMemory Modifier and Type Method Description SemanticTextMemoryNullMemory. copy()SemanticTextMemorySemanticTextMemory. copy() -
Uses of SemanticTextMemory in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return SemanticTextMemory Modifier and Type Method Description SemanticTextMemoryAbstractSKContext. getSemanticMemory()SemanticTextMemorySKContext. getSemanticMemory()Provides access to the context's semantic memoryMethods in com.microsoft.semantickernel.orchestration with parameters of type SemanticTextMemory Modifier and Type Method Description SKContextSKContext. build(ContextVariables variables, SemanticTextMemory memory, ReadOnlySkillCollection skills)reactor.core.publisher.Mono<SKContext>AbstractSkFunction. invokeWithCustomInputAsync(ContextVariables variables, SemanticTextMemory semanticMemory, ReadOnlySkillCollection skills)reactor.core.publisher.Mono<SKContext>SKFunction. invokeWithCustomInputAsync(ContextVariables variables, SemanticTextMemory semanticMemory, ReadOnlySkillCollection skills)Invokes the function with the given input, context and settingsSKContext.BuilderSKContext.Builder. withMemory(SemanticTextMemory memory)Sets the memory
-