How does function calling work in modern LLMs?
Prompt Engineering Patterns: Structured Outputs, JSON Mode, Function Calling, Schema Validation
Audio flashcard · 0:19Nortren·
How does function calling work in modern LLMs?
0:19
Function calling lets you describe a set of available tools to the model with their names, descriptions, and parameter schemas. The model chooses which function to call and produces arguments that match the schema. The application then executes the function and returns the result. Function calling is the foundation of LLM agents and structured tool use.
platform.openai.com