This commit is contained in:
Javier Canales
2026-02-06 14:33:10 +01:00
committed by GitHub
parent 855e8e58de
commit e3c4191a68

View File

@@ -1,5 +1,7 @@
# ReAct Prompting
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:
- [@video@4 Methods of Prompt Engineering](https://youtu.be/vD0E3EUb8-8?si=Y6MCLPzjmhMB4jSu&t=203)
- [@video@4 Methods of Prompt Engineering](https://youtu.be/vD0E3EUb8-8?si=Y6MCLPzjmhMB4jSu&t=203)