ApplicationsAgent, RAG and prompt engineering practices

函数调用

A model's ability to emit call arguments matching predefined function signatures.

Function calling (tool calling) is an agent's "hands": the model picks a tool and outputs JSON arguments; the app executes and returns results for further reasoning. Supported by OpenAI, Claude, DeepSeek and others.

Related terms