How to interrupt voice agent? #1334
Replies: 6 comments 2 replies
-
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
👋 You can check out Inject User Message or Inject User Agent for this need depending on how you want to handle it: • https://developers.deepgram.com/docs/voice-agent-inject-agent-message
|
Beta Was this translation helpful? Give feedback.
-
Based on documentation InjectAgentMessage is not my case as if agent is speaking InjectAgentMessage will be just ignored. what about InjectUserMessage? |
Beta Was this translation helpful? Give feedback.
-
Do I need to use local VAD and then use InjectUserMessage? |
Beta Was this translation helpful? Give feedback.
-
👋 1. InjectUserMessage 2. InjectAgentMessage & VAD Without the VAD, you risk injecting too early or too late, resulting in ignored or refused requests. 🔍 What VAD Does Here: When you're using That’s where local VAD comes in: Summary:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes agent is speaking too long speech and user want to interrupt it? How to do it?
Beta Was this translation helpful? Give feedback.
All reactions