Jonas
09/11/2024, 11:43 AMVapi
09/11/2024, 11:44 AMVapi
09/11/2024, 11:44 AMassistant.responseDelaySeconds
which defines the minimum number of seconds to wait after user speech before the assistant starts speaking. By default, this is set to 0.4 seconds. However, if the assistant is not starting to speak, it might be due to the assistant.silenceTimeoutSeconds
which is the duration of silence the assistant waits for before ending the call, and this defaults to 30 seconds.
If you're experiencing issues with the assistant not starting to speak after the initial "Hello," we might need to adjust the assistant.responseDelaySeconds
to ensure the assistant starts speaking promptly. Would you like to modify this setting or is there another way I can assist you with this issue?Vapi
09/11/2024, 11:44 AMVapi
09/11/2024, 11:45 AMJonas
09/11/2024, 11:46 AMVapi
09/11/2024, 11:46 AMmachineDetectionSilenceTimeout
parameter could be relevant here. This parameter sets the number of milliseconds of silence after speech activity at which point the speech activity is considered complete. If this is set too high, the assistant might be waiting for additional speech that isn't coming, hence the delay.
Would you like to adjust the machineDetectionSilenceTimeout
to a lower value to see if that resolves the issue? The default is 1200 milliseconds, but you can set it anywhere between 500 to 5000 milliseconds according to your needs.Shubham Bajaj
09/11/2024, 9:51 PMShubham Bajaj
09/13/2024, 3:15 PM