LLM Function / Tool Calling & JSON Schemas
Bind strict JSON Schemas to LLM prompt completions, parse structured tool invocation payloads, and execute external REST APIs.
Tool Calling Mechanics
### How LLM Tool Calling Works
Instead of generating free-form unstructured text responses, LLMs trained on function calling examine provided JSON Schemas and generate structured JSON tool calls specifying arguments to invoke.