Tools, LangChain, 2024 (LangChain) - Official documentation covering how to define and integrate tools within the LangChain framework, including structured argument definition and use with agents.
Function calling, OpenAI, 2024 (OpenAI) - Official guide and technical details for OpenAI's function calling feature, a primary example of structured tool calling functionality in large language models.
Pydantic Documentation, Pydantic Development Team, 2024 - Reference for defining data schemas in Python, particularly relevant for specifying tool arguments in a structured and validated manner within LangChain applications.