Share via


ReActStep Class

Definition

An ReAct (Reasoning-Action-Observation) step in flow execution.

public class ReActStep
type ReActStep = class
Public Class ReActStep
Inheritance
ReActStep

Remarks

https://arxiv.org/pdf/2210.03629.pdf

Constructors

ReActStep()

Properties

Action

Gets or sets the action of the step

ActionVariables

Gets or sets the variables for the action

FinalAnswer

Gets or sets the output of the system

Observation

Gets or sets the output of the action

OriginalResponse

The raw response from the action

Thought

Gets or sets the step number.

Applies to