so if you added this rejex ``` replacements = [ ...
# office-hours
a
so if you added this rejex
Copy code
replacements = [
    {
                    "type": "regex",
                    "regex": "(\\d)",
                    "value": "$1<break time=\"0.5s\" />"
    }
]
vapi will automatically add that break tag after every number
(\\d)
that the LLM outputs