Function calling es una capacidad que permite a un modelo de lenguaje invocar herramientas externas, APIs o funciones predefinidas. Extiende el comportamiento del modelo más allá de la generación de texto al habilitar acciones estructuradas, recuperación, cálculo o integración con sistemas.
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.