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, code interpreter, web search, or database query — in order to extend what it can accurately do beyond generating text from its own trained knowledge.
3 resources across 1 library
Glossary Terms(3)
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…
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…