Tool Calling
The model-to-system interface that lets an LLM trigger external actions.
/ quick answer
Tool Calling is the pattern where an LLM selects a predefined function, fills its arguments, and hands execution to software. It is the bridge between language reasoning and reliable system action. The model-to-system interface that lets an LLM trigger external actions.
What is Tool Calling?
Tool Calling is the pattern where an LLM selects a predefined function, fills its arguments, and hands execution to software. It is the bridge between language reasoning and reliable system action.
What is an example of Tool Calling?
A support assistant decides to call get_order_status with an order ID instead of guessing the delivery date from conversation context.
Why does Tool Calling matter for AI and automation?
The model-to-system interface that lets an LLM trigger external actions. It connects to the workflows, prompts and tool stacks linked on this page, so you can move from definition to execution without leaving Onexial.