FlashcardIntermediate
Tool Use / Function Calling
Function calling lets an LLM request a defined tool with structured arguments, which your code executes and returns.
Question
How does the function calling (tool use) pattern work?
Click to reveal answer