FlowStatusProvider.SaveReActStepsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save the ReAct history for current execution step to Microsoft.SemanticKernel.Memory.
public System.Threading.Tasks.Task SaveReActStepsAsync (string sessionId, string stepId, System.Collections.Generic.List<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ReActStep> steps);
abstract member SaveReActStepsAsync : string * string * System.Collections.Generic.List<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ReActStep> -> System.Threading.Tasks.Task
override this.SaveReActStepsAsync : string * string * System.Collections.Generic.List<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ReActStep> -> System.Threading.Tasks.Task
Public Function SaveReActStepsAsync (sessionId As String, stepId As String, steps As List(Of ReActStep)) As Task
Parameters
- sessionId
- String
The session id
- stepId
- String
The step id
Returns
Task