Uses of Interface
com.microsoft.semantickernel.orchestration.ContextVariables
-
Packages that use ContextVariables Package Description com.microsoft.semantickernel com.microsoft.semantickernel.orchestration -
-
Uses of ContextVariables in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel with parameters of type ContextVariables Modifier and Type Method Description reactor.core.publisher.Mono<SKContext>Kernel. runAsync(ContextVariables variables, SKFunction<?>... pipeline)Run a pipeline composed of synchronous and asynchronous functions. -
Uses of ContextVariables in com.microsoft.semantickernel.orchestration
Subinterfaces of ContextVariables in com.microsoft.semantickernel.orchestration Modifier and Type Interface Description interfaceWritableContextVariablesContext Variables is a data structure that holds temporary data while a task is being performed.Methods in com.microsoft.semantickernel.orchestration that return ContextVariables Modifier and Type Method Description ContextVariablesWritableContextVariables. appendToVariable(String key, String content)ContextVariablesAbstractSKContext. getVariables()ContextVariablesSKContext. getVariables()Return a copy of all variables within the contextContextVariablesWritableContextVariables. remove(String key)ContextVariablesWritableContextVariables. setVariable(String key, String content)Set the valueContextVariablesWritableContextVariables. update(ContextVariables newData, boolean merge)Updates the variables merging or overwriting in the new values.ContextVariablesWritableContextVariables. update(String content)Updates the main input text with the new value after a function is complete.Methods in com.microsoft.semantickernel.orchestration with parameters of type ContextVariables 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 settingsSKContextAbstractSKContext. update(ContextVariables newData)SKContextSKContext. update(ContextVariables newData)Merges in the given variables.ContextVariablesWritableContextVariables. update(ContextVariables newData, boolean merge)Updates the variables merging or overwriting in the new values.SKContext.BuilderSKContext.Builder. withVariables(ContextVariables variables)
-