function-calling
Everything on Ground Truth tagged “function-calling” — 1 item.
Tool Use and Function Calling: How LLMs Act on the World Lesson
Tool use, also called function calling, is how a language model stops being a text box and starts doing things: it emits a structured request to call an external function, your code runs it, and the result is fed back so the model can continue reasoning.