Loading...
Function Calling
Structured interface for AI to invoke external functions and APIs
In 30 seconds
- What
- AI invokes external functions via structured schemas, passing validated parameters and receiving typed responses.
- When to use
- Tasks requiring real-time data, calculations, or state changes that the model cannot perform internally.
- Watch out
- Models may hallucinate function calls with wrong names, missing parameters, or impossible argument values.
Loading technique guide…