diff --git a/fern/changelog/2025-05-16.mdx b/fern/changelog/2025-05-16.mdx new file mode 100644 index 00000000..a0267d56 --- /dev/null +++ b/fern/changelog/2025-05-16.mdx @@ -0,0 +1,7 @@ +# Strip Asterisks from Transcribed Text with `stripAsterisk` Formatter + +1. **New `stripAsterisk` Formatter in [FormatPlan](https://api.vapi.ai/api#:~:text=FormatPlan)**: You can now remove asterisks from transcribed text by adding it to your `Assistant.voice[VOICE_PROVIDER].chunkPlan.formatPlan.formattersEnabled` configuration. + + +Ensure `Assistant.voice[VOICE_PROVIDER].chunkPlan.formatPlan.enabled` is set to `true` to use the `stripAsterisk` formatter. +