ReActStep Class
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.
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. |