What is Tool-Augmented Generation?
AI EngineeringLast updated:
Enhancing LLM responses by allowing the model to call external tools like calculators, search engines, or APIs mid-generation.
Tool-augmented generation extends the model's capabilities beyond its training data by providing access to real-time information, computation, and external services. The model decides when a tool is needed, invokes it, and incorporates the result into its response.