Disabling successEvaluationPrompt gets overwritten...
# support
a
When we disable success evals via the line below, and then "Publish" in Vapi dashboard (without updating anything), this gets removed. That's an issue for us because there's no way to keep success evals disabled as a result.
Copy code
{
  "successEvaluationPrompt": ""
}
From here: https://docs.vapi.ai/assistants/call-analysis#customizing-the-success-evaluation-prompt
s
@amir you have to se the successEvaluationPrompt to
off
after that it won't be used further. FYI: The change won't be visually visible on the dashboard, but will applied via API. Do let me know if you face any issues.
a
@Shubham Bajaj should i be passing this in, instead then? { "successEvaluationPrompt": "off" }
s
@amir checking if resolved for you?
a
@Shubham Bajaj let me try your proposal and come back to you. btw maybe docs need to be updated because they suggest passing in "" instead to disable? https://discord.com/channels/1211482211119796234/1337283291769868398/1337283291769868398
@Shubham Bajaj confirming this fixed the issue! thanks for your help
3 Views