Contact
AI

Function Calling

The mechanism by which LLMs generate structured JSON to invoke predefined functions. The model decides which function to call and what arguments to pass based on the conversation context. OpenAI and Anthropic APIs both support this natively.

Related Terms

Related Resources