Share via


FlowStatusProvider.GetReActStepsAsync(String, String) Method

Definition

Get the ReAct history for current execution FlowStep.

public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ReActStep>> GetReActStepsAsync (string sessionId, string stepId);
abstract member GetReActStepsAsync : string * string -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ReActStep>>
override this.GetReActStepsAsync : string * string -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ReActStep>>
Public Function GetReActStepsAsync (sessionId As String, stepId As String) As Task(Of List(Of ReActStep))

Parameters

sessionId
String

The session id

stepId
String

The step id

Returns

The list of ReAct steps for current flow step.

Implements

Applies to