April 1st, 2025

I'm thrilled to announce that function calling is now available for apps using OpenAI Assistants or GPT models on our platform π
What's Function Calling? β‘οΈ
Function calling allows your AI apps to perform specific actions through webhooks based on user interactions. This enables more dynamic and interactive experiences with your apps.
How to set up function calling?
From your dashboard, click on the edit pencil icon for your app (or create a new app). Navigate to the 'Actions' section, and you'll now see an option to add functions. Note that this feature is currently only available for apps using the OpenAI Assistant or GPT models π
How does it work?
The app automatically detects when a function call is needed. When triggered, it sends the relevant data to your webhook and incorporates the response into the AI's conversation π
Here's a blog on understanding function calling in more detail.