[Function calling and other API updates](https://openai.com/blog/function-calling-and-other-api-updates) > Developers can now describe functions to gpt-4-0613 and gpt-3.5-turbo-0613, and have the model intelligently choose to output a JSON object containing arguments to call those functions. This is a new way to more reliably connect GPT's capabilities with external tools and APIs. - Create chatbots that answer questions by calling external tools (e.g., like ChatGPT Plugins) - Convert natural language into API calls or database queries - Extract structured data from text APIドキュメント: https://platform.openai.com/docs/guides/gpt/function-calling ### 第三者 - [ChatGPT APIの新機能 Function calling についてTodoリストを使って実践的に紹介|ChatGPT研究所](https://chatgpt-lab.com/n/nb2020dbfd072?gs=ceee6b7350c7) - [【ChatGPT】新機能「Function calling」が凄すぎた - Qiita](https://qiita.com/Haru141/items/b86afc15c883e2fda423) - [OpenAI Function callingで複雑なタスクを簡単に実現 - Qiita](https://qiita.com/canadie/items/161aaa41a5d110470e8f) ### 自己理解 - [[OpenAI Function callingの理解]]