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 KernelKernel.InternalBuilder. build(KernelConfig kernelConfig, PromptTemplateEngine promptTemplateEngine, SemanticTextMemory memory, MemoryStore memoryStore, AIServiceProvider aiServiceProvider)Kernel.BuilderKernel.Builder. withMemory(SemanticTextMemory memory) -
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 SemanticTextMemorySemanticTextMemory.Builder. build()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 contexts 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. with(SemanticTextMemory memory)Sets the memory
-