What is tool calling in LLM apps?
Tool calling lets a model request an external function or service when the answer requires real actions or fresh data.
- Model decides a tool is needed
- App executes the tool
- Model continues with the result
What is tool calling in LLM apps?