From the course: OpenAI API: Function Calling

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Next steps

Next steps

And that's it. If you're still with me and you've gone through all the videos and articles and code examples in this course, you now have a comprehensive understanding of function calling, tool calling, and how to build advanced apps with this advanced functionality. And what you've seen in this course, the examples I've built out, only barely scratched the surface of what is possible. as possible. The most interesting things I've seen people do and I myself have done with function calling isn't to have the AI call a function that retrieves more data and sends it back to the AI and then sends back a response. It's to use the AI as a natural language interface for my application so the user can give the application instructions and then the AI sends function calls back to the application instructing the application on how to behave. This opens the door to some really interesting new types of user interfaces, especially because you can use function calling in the real-time API. So you…

Contents