orthogenius
08/19/2025, 2:04 AMChiranjeet Mishra
08/20/2025, 8:47 PM<flush />, <flush>, or </flush> in the LLM outputs where you want immediate audio feedback.
2. **Voice Configuration**: Check that voice.chunkPlan has "enabled": true and "formatPlan": { "enabled": true }.
3. **Extract Raw LLM Output**: Disable other formatting to see flush tags in the raw output by setting voice.chunkPlan.formatPlan.enabled = false.
4. **Troubleshooting**: If flush tags aren't recognized, check for syntax errors or config issues. You can find more details [here](https://docs.vapi.ai/assistants/flush-syntax).
Test with different scenarios to see how flush syntax works. If issues continue, review your configurations or simulate responses to pinpoint the problem.orthogenius
08/21/2025, 5:27 PMChiranjeet Mishra
08/25/2025, 4:47 PMorthogenius
08/27/2025, 6:13 PMChiranjeet Mishra
08/29/2025, 5:54 PM