Release 5.0 2025.02.17.1
๐ New featuresโ
๐๏ธ Realtime Conversationsโ
Introducing Realtime Audio in Serenity AI Hub, enabling instant voice conversations with your AI assistant. This feature unlocks new interactive possibilities, enhancing user experience and expanding use cases.
Preview Access: Realtime Audio is currently in preview. Contact us for exclusive early access.
To enable this feature, use a supporting realtime model and enable the "voice" interaction mode in your chat widget.
const chat = new AIHubChat("aihub-chat", {
...
interactionMode: "voice"
});
chat.init();
๐ฒ WhatsApp Integration Enhancementsโ
Custom Phone Number Configurationโ
Now you can configure custom phone numbers for WhatsApp, meaning that each agent can use a different phone number to communicate with your users.
Advanced File Processingโ
You can now send files directly through WhatsApp, and your AI assistant will analyze them to extract relevant insights.
Requires an active WhatsApp feature in your subscription plan.
Bugs & Minor Improvementsโ
- Fix bug that didn't allow payment of subscription plans from the billing grid
- Predetermined payment method is set first
- Improved rendering of boolean switch on Agent Quality Studio
- Fixed filtering of combo charts based on series.
- Show feedback when input parameters are overriden in Agent Quality Studio
- Preload global parameters in Agent Quality Studio
- Fixed domain policies when using whatsapp channel
- Improved demo page visualization for mobile and tablets
- Fixed missing knowledge tab in some agent instances