AI & LLMs

Tool Calling

also: function calling

How a model reaches beyond text: it emits a structured call and your code runs the function.

Tool calling (function calling) gives a model a set of typed function schemas; it decides when to call one and emits structured arguments, and the harness — not the model — executes it and returns the result. The schema quality is the top factor in reliable tool use.