Say something if user is not talking
complete
Canny AI
Merged in a post:
Follow-up message when idle
E
Evgeny Chernyshov
If a user remains silent for like 10 seconds - agent can ask if the user is still there? or maybe trigger a system call to LLM mentioning that user is not present for some time.
M
Manuel Saelices
This feature is kind of implemented as "idle messages for assistants": https://x.com/Vapi_AI/status/1813642314612441466
A
A. Salim
Love this feature Nikhi. thank you for adding it. is it possible that we can set the wait limit 10+ secs ?.
For example when a user say "give me a sec" the agent should ideally wait for 30 secs or more before checking yk.
Nikhil Gupta
A. Salim: Could you create a separate request? Sounds like we want to have hardcoded responses.
assistant.messagePlan.userResponseMessages = [
{ user: "give me a sec", responseMode: "model-generated", delaySeconds: 30 }
]
W
Will Bodewes
Thanks!!
Nikhil Gupta
complete
assistant.messagePlan.idleMessages