Pokey
12/09/2024, 5:32 PM09:25:33:212
[CHECKPOINT]
Assistant speech started
09:25:37:630
[CHECKPOINT]
Assistant speech stopped
09:25:38:665
[CHECKPOINT]
User speech possibly starting
09:25:38:808
[CHECKPOINT]
User speech started
09:25:38:846
[CHECKPOINT]
User speech possibly stopping
09:25:38:891
[LOG]
Endpointing timeout 3000ms (rule: `heuristic`)
09:25:38:891
[LOG]
Transcriber output: - Thank you.
09:25:39:055
[LOG]
Transcriber output: Look,
09:25:39:055
[LOG]
Endpointing timeout 3000ms (rule: `heuristic`)
09:25:39:218
[LOG]
Endpointing timeout 3000ms (rule: `heuristic`)
09:25:39:218
[LOG]
Transcriber output: Look through that.
09:25:39:386
[LOG]
Endpointing timeout 3000ms (rule: `heuristic`)
09:25:39:386
[LOG]
Transcriber output: Look through the details.
09:25:39:555
[LOG]
Transcriber output: Look through the data
09:25:39:555
[LOG]
Endpointing timeout 3000ms (rule: `heuristic`)
09:25:39:727
[LOG]
Endpointing timeout 3000ms (rule: `heuristic`)
09:25:39:727
[LOG]
Transcriber output: Look through the database,
09:25:39:900
[LOG]
Transcriber output: Look through the database.
09:25:39:900
[LOG]
Endpointing timeout 3000ms (rule: `heuristic`)
Above is part of my logs from a call. This happens every call. I am trying to use a tool which calls my endpoint with info from my database. I see the database get called, but the AI doesn't seem acknowledge that it received anything from it. I'm wondering if these log errors have anything to do with it.Vapi
12/09/2024, 5:35 PMVapi
12/09/2024, 5:35 PMPokey
12/09/2024, 10:11 PMVapi
12/09/2024, 10:11 PMsilenceTimeoutSeconds parameter in your configuration. This parameter defines how long the system should wait in silence before considering the user's speech to be complete.
To reduce the waiting time, you can set a lower value for silenceTimeoutSeconds. However, be cautious with this adjustment, as setting it too low might cause the system to cut off users before they have finished speaking, especially if they naturally take longer pauses in their speech.
If you have access to modify the configuration, you can try adjusting the silenceTimeoutSeconds to a lower value that still allows users to speak naturally without causing unnecessary delays. If you do not have access or are unsure how to make this change, please reach out to support for further assistance.Shubham Bajaj
12/12/2024, 6:51 AM