Glossary Term
GPT Function Calling
A mechanism letting LLMs output structured JSON parameters to invoke external APIs dynamically.
Detailed Definition
Function calling allows language models to connect with external databases. When a user asks 'Track my package #998', the model extracts '998' as a structured argument and outputs a JSON command directing Botalyzer to run the tracking HTTP node.