Hi everyone. Love the VAPI platform, but I'm week ...
# general-english
p
Hi everyone. Love the VAPI platform, but I'm week into trying to resolve a big issue that is getting in the way of deployment, if anyone can help. I've tried multiple solutions but VAPI still won't say specific variables that it receives from webhook server response in JSON format. 5 Variables and their values are sent back as a webhook server response to VAPI and vapi can properly say the values for 4 out of the 5, but the variable for strainName always is said in silence, VAPI pauses for the space where the word should be said, but says nothing then moves on to continue its sentence as if the strainName was said. Any help anyone can provide would be incredibly appreciated. Any ideas why VAPI would be unable to say out loud basic words that are the values of this 1 silent response variable strainName, that are no different than the text/words of the other variables that can be said? After it responds if I ask it specifically what is the strainName for option #1 it will tell me. In system prompt I specifically ask VAPI to make sure it says the strainName value in its response, but its always silent for saying that text string. What I've tried to resolve this so far without success: 1. Renamed the webhook server response variable/key name, to ensure its different than any other variables used by VAPI, VAPI tools and the webhook server response 2. Validated json format 3. Tried updating webhook server response to not use json arrays but just send data with \n . Any idea what could be causing this. I've stripped down my system prompt to see if anything in it was confusing VAPI or causing the issue which also didn't work. Is it possibly something to do with my VAPI function tool with its properties to scrape user input data separate from the webhook retrieval of data getting crossed over or confused between variables?
3 Views