What is Function Calling?
An LLM API feature that lets models output structured function call requests instead of plain text. You define available functions and parameter schemas, the model decides when to call which function. This is the foundational technology for building AI Agents β making AI ’take action'.