mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 04:26:54 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
578 B
578 B
ReAct
ReAct (Reason and Act) prompting enables LLMs to solve complex tasks by combining reasoning with external tool interactions. It follows a thought-action-observation loop: analyze the problem, perform actions using external APIs, review results, and iterate until solved. Useful for research, multi-step problems, and tasks requiring current data.
Visit the following resources to learn more: