AI Agents In-Depth – Function Calling, MCP and Tool Use Under the Hood - Alan Smith - NDC AI 2026
NDC Conferences · 61:26
The model never calls tools itself: it infers *which* tool to request from the system prompt, user intent, and tool definitions, then the agent app (or MCP client) executes the call and feeds the result back. Alan Smi...