Assistant suddenly hangs (silent) in calls
# support
a
And then often it comes back abruptly so pick up the call. I am using the interface to test the assistant. To be honest, I cant make a single call go smoothly because this happens to every call. Call IDs: 556071be-a815-4f64-a0fb-30aedd2492cc fc91225d-e2a8-447e-98cc-e5f006a6a349 17b70b72-7909-4f55-8b2e-93ced628b06e
s
Hello, Please update your assistant start speaking plan to wait seconds to 0.8 and try it again. It should work now.
Copy code
"startSpeakingPlan": {
    "waitSeconds": 0.8
  }
Copy code
curl -X PATCH https://api.vapi.ai/assistant/insert-your-assistant-id-here \
     -H "Authorization: Bearer insert-your-private-api-key-here \
     -H "Content-Type: application/json" \
     -d '{
  "startSpeakingPlan": {
    "waitSeconds": 0.8
  }
}'