Share via


FlowStatusProvider.SaveReActStepsAsync Method

Definition

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

steps
List<ReActStep>

The executed steps

Returns

Task

Implements

Applies to