Function calling, OpenAI, 2024 (OpenAI Developer Documentation) - Official guide on how to integrate external tools and functions with OpenAI's large language models, providing practical design principles.
A Survey on Large Language Model Based Autonomous Agents, Lei Wang, Chen Ma, Xueyang Feng, Zeyu Zhang, Hao Yang, Jingsen Zhang, Zhiyuan Chen, Jiakai Tang, Xu Chen, Yankai Lin, Wayne Xin Zhao, Zhewei Wei, Ji-Rong Wen, 2023arXivDOI: 10.48550/arXiv.2308.11432 - A comprehensive review of the architecture, components, and challenges of autonomous agents powered by large language models, including tool integration.
Agents, LangChain, 2024 (LangChain Documentation) - Explains the concepts and implementation of agents within the LangChain framework, including how tools are defined and used effectively.