FlowStatusProvider.GetReActStepsAsync(String, String) 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.
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.