Changelog
Get the (almost) daily changelog
Enhanced Voicemail Detection, File Processing, Knowledge Base Integration, and Invoicing Updates
- Track Voicemail Detection Cost, Configure Google and Twilio Voicemail Detection Plans
- You can now configure provider-specific settings and track voicemail detection costs through the new
VoicemailDetectionCost
schema atcall.costs[type=voicemail-detection]
. - Configure Google or Twilio voicemail detection settings using the new
GoogleVoicemailDetectionPlan
andTwilioVoicemailDetectionPlan
schemas.
- Improved File Processing Statuses and Parsed Text Content
- File processing statuses have been renamed to better reflect their purpose:
processing
→done
→failed
. - Two new properties have been added to the
File
schema:parsedTextUrl
andparsedTextBytes
, providing direct access to parsed text content from processed files.
- Google Gemini Models for Knowledge Base Integration
- The
KnowledgeBase
schema now fully supports Google’s Gemini models with specific model options. - You can use Gemini models in your knowledge bases at
assistant.model.tools[type=query].knowledgeBases
.
- New Invoicing Features
- You can now use
InvoicePlan
schema for customizing invoice information with company details. - This can be accessed via the new
invoicePlan
property on theSubscription
schema. - Customize company name, email, tax ID, and address for your invoices.
- Additional Voice Options
- Five new voice options have been added to the
FallbackVapiVoice
schema:Adi
,Julia
,Maibri (Web)
,Maibri (Phone)
, andAshley
. - Configure these voices in your assistant fallback plans at
assistant.voice.fallbackPlan.voices
.
