Using OpenAI Function Calling to have agents interact with your own API
As of June 2023, function calling was added to the OpenAI API when using the /v1/chat/completions endpoint in GPT4 & GPT3.5 turbo. Function calling is the ability for developers to describe functions to the model, make calls out to external APIs and infer from input if a function call needs to be made, and if …