Issue with Custom LLM on VAPI Agent - Room Deleted...
# support
s
I’ve successfully connected VoiceFlow to VAPI using ngrok, but I’m encountering a couple of issues and could use some help. Issue 1: Custom LLM - Room Deleted Error I’ve set up a Custom LLM with my agent, and while the connection seems correct, every time I try to make a call, it gives me an error saying: Error: Exiting meeting because room was deleted. The call doesn't connect at all. Can anyone explain why this might be happening or how to fix it? Issue 2: ClientMessages - assistantOverrides Error When trying to add more configurations to clientMessages, I receive the following error: Error: assistantOverrides.each value in clientMessages must be one of the following values: conversation-update, function-call, function-call-result, hang, language-changed, metadata, model-output, speech-update, status-update, transcript, tool-calls, tool-calls-result, user-interrupted, voice-input https://cdn.discordapp.com/attachments/1289858480584396833/1289858481347891260/image.png?ex=66fa59d2&is=66f90852&hm=18ff84fe2eec013700a926f0255112b56ec51a49bb077452f1e4bc0c7fb6b00f&
v
message has been deleted
@sasha@digithought I'm here to help you with both issues you're encountering. Issue 1: Custom LLM - Room Deleted Error The error message you're seeing suggests that there might be a problem with the lifecycle management of the room or the session that your Custom LLM is trying to use. This could be due to a misconfiguration or an issue with the service that manages these rooms. To troubleshoot this: 1. Double-check your Custom LLM configuration to ensure that all the necessary resources are correctly set up and that there are no mismatches or typos in the room or session identifiers. 2. Verify that the service responsible for managing rooms is operational and that it's not automatically deleting rooms before your call connects. 3. Look into any logs or error messages provided by the service to get more insight into why the room is being deleted. Issue 2: ClientMessages - assistantOverrides Error The error message indicates that the values you are trying to use in
assistantOverrides
within
clientMessages
are not among the allowed values. To resolve this: 1. Review the
clientMessages
configuration and ensure that all values under
assistantOverrides
match exactly one of the allowed values listed in the error message. 2. If you have added any custom values or have a typo, correct them to match the allowed values. 3. If you're unsure about the configuration, refer to the documentation for the correct structure and acceptable values for
clientMessages
. If you continue to face issues or need further assistance, please provide more details or error logs, and I'll do my best to assist you further. If the problem persists and you need more in-depth support, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
f
Room deleted mostly means the llm api didn't give 200 response or ended the conversation. Check the llm logs.
s
I just did a more simple integration of my Voiceflow chatbot to VAPI via Voiceglow and it seems to working fine. The KB is a lot more accurate but latency is way higher now.
s
apology for the delayed response @sasha@digithought . just checking in case if your still facing the issue.
because of no response closing this ticket.
3 Views