L’appel de fonction est une capacité qui permet à un modèle de langage d’invoquer des outils externes, des API ou des fonctions prédéfinies. Il étend le comportement du modèle au-delà de la génération de texte en permettant des actions structurées, la récupération d’informations, le calcul ou l’intégration système.
A feature that connects large language models (LLMs) to external tools like APIs and functions to enhance the LLM's responses. This feature lets LLMs go beyond static knowledge and enhance responses with real-time information and services like databases, customer relationship management systems, and document repositories. Function calling is a critical component in the architecture of AI agents.
A side-by-side comparison of Function Calling and Plugins. Understand how structured tool invocation differs from modular extensions attached to an AI system or agent.
A side-by-side comparison of Function Calling and Prompt Engineering. Understand how structured tool invocation differs from designing model inputs to improve output behavior.