Tool Call / Function Calling
Mechanism enabling LLMs to emit structured JSON payload calls invoking external APIs, scripts, or database queries.
Mechanism & Definition
A model capability where an LLM outputs structured function call payloads (matching predefined JSON schema declarations) instead of plain conversational text. The host runtime intercepts these payloads, executes the underlying function, and appends execution results back into context.
