Re Act Prompting
ReAct (Reasoning and Acting) is a prompting framework that interleaves a language model's step-by-step reasoning with concrete actions, such as tool or API calls, letting the model reason about what information it needs, take an action to get it, observe the result, and continue reasoning until it can produce a final…
5 resources across 1 library
Glossary Terms(5)
Multi-Agent System
A multi-agent system, in the context of modern AI, is an architecture in which multiple distinct AI agents — often each built on an LLM with its own role, inst…
Tool Use
Tool use is the general capability of an AI model to invoke external functions, APIs, or software utilities during its reasoning process — such as a calculator…
Chain-of-Thought Prompting
Chain-of-thought prompting is a technique that elicits step-by-step intermediate reasoning from a language model — either by instructing it to 'think step by s…
Tree of Thoughts
Tree of Thoughts (ToT) is a prompting and inference framework that generalizes chain-of-thought reasoning by having a language model explore multiple alternati…
ReAct Prompting
ReAct (Reasoning and Acting) is a prompting framework that interleaves a language model's step-by-step reasoning with concrete actions, such as tool or API cal…