Formatting Tool Specifications for LLM Comprehension
Was this section helpful?
Function calling, OpenAI, 2023 (OpenAI) - Official documentation detailing how to define and use functions (tools) with OpenAI's large language models, providing practical examples and best practices for tool specification.
Tool calling in Gemini, Google AI, 2024 (Google AI) - Documentation from Google AI outlining the process of integrating and using custom tools with their Gemini models, showcasing their specific approach to tool definition and interaction.
JSON Schema, JSON Schema community, 2020 - The official website and specification for JSON Schema, a standard for defining the structure, content, and validation rules of JSON data, which is highly applicable for structuring LLM tool parameters and outputs.