Every test suite I run fails to end the call properly. When the "user" ends the call, the AI keeps going.
User:
(id: a5df0728-0869-4c59-a502-c410add41df3)
(id: 10ca0822-1a25-4e21-87d6-f2d0bf9d0a51)
v
Vapi Support Bot
05/12/2025, 12:28 AM
Thank you for sharing the details about your test suite issue. I understand that it's frustrating when the call doesn't end as expected and the AI continues after the user has finished. Your feedback is valuable, and I appreciate you providing the test suite IDs. If you have any additional details about your setup or the steps leading up to this behavior, feel free to share them.
Vapi Support Bot
05/12/2025, 12:28 AM
Thank you for sharing the details about your test suite issue. I understand that it's frustrating when the call doesn't end as expected and the AI continues after the user has finished. Your feedback is valuable, and I appreciate you providing the test suite IDs. If you have any additional details about your setup or the steps leading up to this behavior, feel free to share them.
k
Kings_big💫
05/12/2025, 3:46 PM
Make sure the call is properly terminated in the assistant script with "endCall": true, review the test suite configuration.
a
AK
05/12/2025, 5:10 PM
Can you clarify where I set endCall:true?
k
Kings_big💫
05/12/2025, 5:17 PM
By adding an endCall tool in your assistant’s configuration and invoking it via function call when you want the call to end.
a
AK
05/12/2025, 8:43 PM
How do you invoke a function in a test suite?! I've turned on the toggle
AK
05/12/2025, 8:43 PM
Are you able to do a call to help me out @Kings_big💫