Unable to Publish changes after change to Success ...
# support
i
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.
Please disregard.
c
Try publishing from the main assistant page instead. If that doesn’t work, update the prompt via the API, then re-run tests..
i
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.
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
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..
3 Views