franny
08/19/2025, 9:26 PMTay
08/19/2025, 9:55 PMfranny
08/20/2025, 1:06 AMChiranjeet Mishra
08/21/2025, 2:41 PMvoice.chunkPlan.enabled = false or voice.chunkPlan.formatPlan.enabled = false to use raw output.
- Customize Formatting:
- Use formattersEnabled in assistant.voice.chunkPlan.formatPlan to control specific transformations.
- Add custom replacements by using:
json
{ "type": "exact", "key": "hello", "value": "hi" }
or regex-based:
json
{ "type": "regex", "regex": "\\b[a-zA-Z]{5}\\b", "value": "hi" }
You can find more details in the [voice formatting plan documentation](https://docs.vapi.ai/assistants/voice-formatting-plan).franny
08/24/2025, 7:24 PMChiranjeet Mishra
08/27/2025, 7:04 AM