Agentic Tool Use (Function Calling)
Category: science
The capability of an AI model to interact with external software, APIs, or databases to execute real-world tasks.
Agents don’t just "chat"; they act. Through structured JSON schemas, the model identifies when it needs data (like a ClickHouse query) and generates a function call. The orchestration layer intercepts this call, executes the code, and feeds the result back into the agent’s context to complete the user request.
Common Examples
- By enabling agentic tool use, our voice assistant can now directly query the DataGiss storm-damage database to provide immediate site-specific property reports.
- The model’s performance on complex agentic tool use tasks is directly dependent on the quality of the schema documentation provided in the system prompt.