Really love the Vapi platform, great work! I'm having an issue, where a server response from a Vapi Tool Webhook is properly having vapi say outloud the correct data that it retrieved from the server response array, however there are specific keys/variables in the server response that Vapi leaves blank when talking, every time. I have a basic "name": variable and an "effect" and "price" variable and the Vapi assistant has no problem relaying and saying the effect and price values for each of the items, but each time it tries to say the "name" value it comes out as no sound at all, like it passes over saying that word.
I've tried using other variable names than "name" thinking maybe it was a conflict, but that didn't appear to fix it. Have you seen any other users run into this issue where specific words and key/value data from the server response shows up as silence when the key value is supposed to be said. What could be causing this, I have async set to off on the tool, if I set async on the assistant doesn't respond most of the time.
The variables Vapi isn't saying from the server response are crucial to the functionality of my App and having Vapi miss them every time is making it non-deployable. Thanks