Resolve aggressive interruptions
# support
v
Hi, we're dealing with two problems: 1. Aggressive interruptions: If the person takes even half a second to think while completing a sentence, the bot tends to interject, how would we resolve this. 2. Background noise interuptions; when testing the bot, if I call it when in a loud place, i am seeing a lot more background noise being picked up and causing the bot to rey and respond causing interruptions. How how would I improve these two?
v
@vj Hello! I'm here to help you with both issues: 1. **Aggressive Interruptions**: To resolve the issue of the bot interrupting too quickly, we can adjust the
numWordsToInterruptAssistant
parameter. This will increase the number of words the user must say before the bot considers interrupting. Would you like to set a new value for this parameter? 2. **Background Noise Interruptions**: To minimize interruptions caused by background noise, we can tweak the
maxDurationSeconds
parameter. This will set a maximum duration for which the bot will listen before responding, helping to ignore brief noises. What value would you prefer for this setting? Please provide the new values you'd like to set for
numWordsToInterruptAssistant
and
maxDurationSeconds
, and I'll make the necessary adjustments for you.
You can continue this conversation by mentioning me in the message.
v
yeah, i can increase that parameter to 3 or 4
but how would that reduce the bot interrupting the human?
4 Views