The ReAct Pattern
Easy100 pts0 solves
ReAct (Yao et al., 2022) loops through 3 steps:
- Think about what to do
- Execute an action
- Look at the result
Name all 3 steps.
Flag format: CONGRESS{[step1],[step2],[step3]}
Example: CONGRESS{plan,execute,verify}
Hint
The name RE-ACT hints at the first two. The third closes the feedback loop.