24th December, 2024
18th December, 2024
New Features
- Added Cartesia TTS support for voice synthesis
- Implemented voicemail detection for Twilio & Plivo calls
- Enabled call hangup using prompts (see hangup live calls on Bolna)
- Introduced multi-agent prompt building (see multi-agent prompt)
10th December, 2024
Major Platform Updates
- Added support for over 40+ languages (see supported languages)
- Knowledgebases are now functional in all supported languages and work together with LLM-driven context (see ingesting and using KBs)
- Revamped batches for simpler processing and management (see using batches)
- Added call hangup information for all calls
Improvements & Migrations
- Changed
execution_id
notation from{agent_id}#{timestamp}
to a unique{uuid}
format. - The execution ID overhaul addresses previous scaling issues and product complications.
API Updates
New APIs
- Get call details using only
execution_id
(API doc) - Set inbound agent programmatically (API doc)
- Get a list of all added voices for your account (API doc)