Function call is not proper
# support
s
the vapi assistant is not waiting for the functions call response from api it automatically making it Success. callID: 80685c21-bf2b-4af3-b43f-63f9dda978f4 https://cdn.discordapp.com/attachments/1249307086265782432/1249307086664372245/image.png?ex=6666d364&is=666581e4&hm=f37c5c81375f720eff737db85b473870f72e7fd34dca46cc2dcbb279c1a8e2e9&
this is actual function call response. but assistant is not waiting for this response
v
message has been deleted
@SajithSPY I'm sorry to hear that you're experiencing issues with the VAPI assistant not waiting for the function call response. To assist you better, could you please provide more details about the function you're trying to call and the expected behavior? Once I have more information, I'll do my best to help resolve the issue.
You can continue this conversation by mentioning me in the message.
s
i have added async: true, the function is getting triggered, but it is not waiting for the result
s
In async: true, it doesn't wait for the response it is kinda one way thing.
use async:false if you want to wait for the response
s
Thanks i will test