What is tool use in LLMs?
LLM Engineer Interview Questions: LLM Agents, Tool Use, Multi-Step Reasoning, MCP Protocol
Audio flashcard · 0:20Nortren·
What is tool use in LLMs?
0:20
Tool use is the ability of an LLM to invoke external functions to accomplish tasks beyond pure text generation. Common tools include web search, code execution, database queries, calculators, and API calls. The LLM decides when to use a tool and produces structured arguments matching the tool's schema. Modern frontier models support tool use natively through their APIs.
docs.anthropic.com