ML//agent//function calling
- Structured tool invocation: model outputs a function name + JSON arguments instead of text.
Structured tool invocation: model outputs a function name + JSON arguments instead of text.
The API routes the call, returns results, model continues generating.
OpenAI, Anthropic, Google all converged on similar formats.
The plumbing that makes agents actually work in production.