Skip to content
AImpact
IT EN
Agents Beginner Also known as: Chiamata di funzione

Function calling

An LLM's ability to output a structured call to a function described in a schema, with name and typed arguments ready to execute.

ShareLinkedInX

In practice

It is the standard way an app wires a model to its own code: the model returns JSON, the app runs the function and feeds the result back. The foundation of almost every production agent.

Related terms

← All terms