What is tool calling?medium
Answer
Tool calling lets a model request external functions or APIs.
Explanation
Tools can retrieve data, run calculations, search, write files, or trigger workflows. The system decides which tool calls are allowed.
Follow-upHow do you validate tool arguments?