Results for "tool-augmented LLM"
Planning
Intermediate
Methods for breaking goals into steps; can be classical (A*, STRIPS) or LLM-driven with tool calls.
Tool Use
Intermediate
Letting an LLM call external functions/APIs to fetch data, compute, or take actions, improving reliability.
Retrieval Prompt
Intro
Prompt augmented with retrieved documents.
Tool-Augmented Prompt
Intro
Enables external computation or lookup.
Prompt
Intermediate
The text (and possibly other modalities) given to an LLM to condition its output behavior.
Agent
Intermediate
A system that perceives state, selects actions, and pursues goals—often combining LLM reasoning with tools and memory.
ReAct Pattern
Advanced
Interleaving reasoning and tool use.
Tool Invocation
Advanced
Agent calls external tools dynamically.