QueryTool gets context but doesnt speak, (goes dea...
# support
w
it gets the information, it doesnt answer....it goes silent...until i say something.... - i tried the prompt to continue talking (didnt work) - i dont see any sync or async option neither in dashboard nor in API reference please help https://cdn.discordapp.com/attachments/1397300635929546863/1397300636281999513/image.png?ex=68813920&is=687fe7a0&hm=e7fbfd61540a214554e5f178b520babb3039e9e2d0e5acab6fe2e06aa329448f&
c
Switch to async: false to have it wait and speak the result, or manually push the response back if staying async..
w
@Kings_big💫 there is no async toggle...in the dashboard... i tried to use the API aswell there is no option to do that aswell... -H "Content-Type: application/json" \ -d '{ "messages": [ { "type": "request-start", "blocking": true } ] }' //it didnt work aswell...
can you kindly help me to figure this one out....this is the lst piece of the puzzle...i have been working on for months
@Kings_big💫 i have tried different models aswell...4o, 4o mini, 4.1....the same problem...
k
Vapi has no async toggle in the dashboard, so you’ll set "async": false in the tool’s JSON config and return a valid toolCallId response for the assistant to wait and speak..
w
Thanks @Kings_big💫 I solved it by resetting the tool messages to Default. using the tool update CURL on terminal. curl -X PATCH https://api.vapi.ai/tool/YOUR_TOOL_ID \ -H "Authorization: Bearer YOUR AUTH KEY" \ -H "Content-Type: application/json" \ -d '{ "messages": [] }' the issue was with Tool messages, you know the messages you get when message starts, message completes, Once it reset it started working fine....
m
same problem
Is there no way to fix this if you are only using the dashboard?
and if not is it possible to take the work you have already done and use it with the api instead
c
Hi, First off, we want to sincerely apologize for the delay in getting back to you. We understand how frustrating it is to wait - especially when you're counting on us - and we owe you a clear explanation of what’s been happening and how we’re addressing it. Over the past few weeks, we've seen a significant increase in support requests. While this reflects exciting growth, it has also stretched our small team and exposed some real challenges in scaling our support operations. To improve your experience, we’ve taken a step back to reassess our approach. Here’s what we’re implementing: - Smarter Support Through Automation: We’re investing in our AI support systems to help you resolve issues more efficiently. Soon, our support bot will offer expanded capabilities, making it easier to access accurate, instant help—particularly for common or repetitive queries. - Expanding the Support Team: To meet growing demand, we’re adding 2–3 new team members focused on managing support volume and improving response times. - Prioritized SLAs for High-Usage Accounts: We’re introducing service level improvements for users who are growing with us: - Accounts with usage over 1,000 minutes/month will receive prioritized support. - For all general inquiries, we’re establishing a standardized 48-hour response time. We’re confident these steps will lead to faster, more reliable support and help us better serve you as you grow with us. Also, in case you still need help with this ongoing ticket, do let us know, and we will help you get this resolved as soon as possible. Thank you for your continued patience and for being part of our journey. Warm regards, Vapi Team
3 Views