Skip to content
AImpact
IT EN
Agents Beginner Also known as: Function calling · Uso di strumenti · Chiamata di funzione

Tool use

The model's ability to return a structured request to run an external function (search the web, read a file, write to a database) and then resume reasoning with the result.

ShareLinkedInX

In practice

You declare the functions with name, parameters, and description; the model picks when to call them. It is the building block of every agent. Validate arguments carefully: the model sometimes invents parameters or forgets them.

Related terms

← All terms