ApplicationsAgent, RAG and prompt engineering practices

工具使用

The model calling external tools (search, code execution, databases) to extend capability.

Tool use lets models break their own limits: web search for live info, code execution for deterministic results, APIs for business actions. It is the umbrella capability behind agents and function calling.

Related terms