Skip to main content

Module 2 · Tool use

An LLM by itself can only describe the world; tools let it act on it. By the end of this module you will know what a tool is, how its schema is the contract the model reads, how the model decides when to call one, how the model→tool→model loop produces a grounded answer, and how to route between several tools and handle their failures.