Unexpected transfer of calls
# support
s
call ids - 36e082ef-6017-4070-868e-e2586628bf7f - bf8ec9cd-bc5a-4068-8cf4-388a9c991215 The bot should have continued the conversation instead of transferring the call right away. Is there anything wrong in the assistant configuration?
v
Hi @sumitguha, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Inbound Support Example]() * [Function Calling]() * [Call Ended Reason]() * [Call Forwarding]() -----------------------------
### Answer It sounds like the unexpected call transfers might be related to how the assistant's model is configured to handle the conversation, particularly regarding triggering functions like
transferCall
. In cases where the assistant unexpectedly transfers calls, it could be due to the system prompt or model settings that misinterpret user intents or prematurely trigger call transfer functions. It's important to review the assistant's configuration, especially the
messages
and
functions
sections in the model definition. You might want to ensure that the conditions under which the
transferCall
function is triggered are clearly defined and appropriate for your use case [(1)]() . If you continue to experience issues, you may consider adding more refined conditions or checks before the assistant decides to transfer a call, ensuring that it aligns better with the intended user interactions. Additionally, examining the conversation transcripts in detail to identify any patterns or specific phrases triggering the transfer could be helpful. If the problem persists, you may need to adjust the model's configuration or the system prompt to handle user intents more accurately. For detailed guidance on configuring these functions and handling call transfers, please refer to the Function Calling documentation.
Got it. Tagging @User for additional help.
s
call id - 9c06080b-b18a-400b-be25-b7957ca3ded0 this call was transferred without saying the transfer phrase
s
Timeout issue from the play.ht Let me confirm if everything is working correctly or not.
s
ok..and what about the previous two ids?
s
Can you up the temperature to 0.3 and give it a try.
s
recently this happened - b7eca7cc-b3ba-41e6-adef-e47234315867 @Sahil
s
Check DM @sumitguha
2 Views