I'm not able to publish my changes whenever I try to write a prompt for the success evaluation. The publish button remains disabled.
This does not happen, however, when I try to change the summary prompt.
Ian
07/11/2025, 8:47 PM
Please disregard.
c
Chiranjeet Mishra
07/11/2025, 8:50 PM
Try publishing from the main assistant page instead. If that doesn’t work, update the prompt via the API, then re-run tests..
i
Ian
07/11/2025, 11:10 PM
That worked. Thank you.
I am running into another issue. For some reason my assistant is not able to read from my injected variableValues. it reads them as the key instead of the values. I have one assistant that is able to extract the variableValues properly and anothe one that doesnt. I cant find where the issue is.
Ian
07/11/2025, 11:11 PM
The assistant that is able to extract variable values properly is used for batch calling. the other assistant used for single calls is not extracting variableValues properly
c
Chiranjeet Mishra
07/12/2025, 6:47 AM
Vapi only supports variableValues in the assistant’s main prompt like greetings, not in analysis plans or Blocks so to use dynamic values there, you need to manually inject them into prompts before sending the API call..