You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the docs here: https://docs.vapi.ai/assistants/idle-messages, triggerResetMode should have type never | 'onUserSpeech'. The type in the code is object which is not compatible.
From the docs here: https://docs.vapi.ai/assistants/idle-messages,
triggerResetModeshould have typenever | 'onUserSpeech'. The type in the code isobjectwhich is not compatible.