Nadia
06/04/2024, 9:28 AMVapi Support
06/04/2024, 9:28 AMVapi Support
06/04/2024, 9:29 AMnumWordsToInterruptAssistant
setting, which specifies how many words to wait for before interrupting the assistant. Additionally, ensure that the response delay (responseDelaySeconds
) and request delay (llmRequestDelaySeconds
) settings are configured to prevent the assistant from responding too quickly or frequently, which might be causing overlapping responses [(1)]() .
Another aspect to check is the integration with third-party services, such as Slack or other tools being called by the assistant. Ensure that these integrations are managed uniquely per session to prevent multiple instances from being triggered by concurrent requests.
If these adjustments do not resolve the issue, it may be helpful to review the specific logs and request headers when the issue occurs to identify any patterns or misconfigurations leading to these overlaps.
For further details on managing interruptions and concurrency, you might find the sections related to endpointing and interruption handling in the Vapi documentation helpful.Nadia
06/04/2024, 10:38 AMVapi Support
06/04/2024, 10:38 AMSahil
06/04/2024, 2:13 PMNadia
06/04/2024, 2:30 PMSahil
06/05/2024, 3:48 AMNadia
06/05/2024, 2:02 PMSahil
06/05/2024, 5:23 PM