Which technique enables LLMs to execute code or use external tools for complex tasks?
- Function Calling
- Tool Use
- Both A and B
- Neither
Answer: Both A and B
Function calling/tool use enables LLMs to invoke APIs, run code, query databases for tasks beyond text generation. Critical for building agentic AI systems that interact with real-world systems.