Nicenasty3228
04/25/2025, 5:59 PMVapi Support Bot
04/25/2025, 6:01 PMtriggerResponseEnabled
flag to control when the LLM generates responses. Add this to your system messages:
javascript
{
"role": "system",
"content": "Your instruction here",
"triggerResponseEnabled": false
}
This prevents the model from interpreting system instructions as spoken output, which is likely causing those script-related comments to be verbalized.
Source:
- [Discord conversation about triggerResponseEnabled flag](https://discord.com/channels/1211482211119796234/1338730919904673853)Kyle Brunker
04/25/2025, 6:14 PMNicenasty3228
04/26/2025, 1:26 AMKyle Brunker
04/27/2025, 9:25 PM