OpenAI Function Calling

Content Type: Module
Categories: Connectors,Artificial Intelligence

Overview

This module will enable you to create, test and use standart ChatGPT and Function Calling.

Function calling is a new way to use the ChatGPT API. Instead of getting a message back from the language model, you get a request to call a function. This functionality enables users to define and invoke functions within the model’s responses, making it easier to retrieve structured data and perform various tasks.

Documentation

OpenAI ChatGPT and Function Calling JSON structure provides the opportunity to create, test and use.

For detailed information about ChatGPT Function Call, you can check out the documentation below.

https://openai.com/blog/function-calling-and-other-api-updates

https://platform.openai.com/docs/guides/function-calling

Releases

Version: 1.0.0
Framework Version: 10.3.0
Release Notes: First version