Tool Using LLMs
摘要
LLMs get useful when they can act: look things up, call business APIs, run small computations, or transform files. Treat tools like a typed SDK that the model drives. Your job is to define function schemas, route calls safely, call external APIs with good client hygiene, and – when needed – offer sandboxed code execution without turning your server into a piñata.