I'm trying to add a tool and connect it to Make. However, after I added Provider API keys for Make and tried to modify my tool, it crashes. Seems to be a bug on vapi's side
Vapi helps developers build, test, and deploy voice agents at scale. We enable everything in between the raw models and production, including telephony, test suites, and real-time analytics.
It sounds like you're encountering a specific issue related to the integration or API key configuration with Make.com on the Vapi platform. Unfortunately, there is no direct mention of handling third-party tools like Make.com or specific bug resolutions related to such integrations in the provided documentation.
To address the issue, I recommend checking the API key and its permissions on Make.com to ensure they are correctly configured and have the necessary access rights. Also, double-check the credentials and setup in the Vapi dashboard or the configuration file where you're integrating these keys.
If this doesn't resolve the issue, it could be beneficial to look into any error logs or messages that are being generated when the crash occurs, as this might provide more insight into what is going wrong.
Since your problem might be specific and not directly covered in the public documentation, consider reaching out to Vapi's support for more tailored assistance. They could provide deeper insights or known issues related to third-party tool integrations like Make.com.
sure, thanks. Are functions properly converted to openAI's tools? So far function calls are very unpredictable in my agents - gpt3.5 seems to call functions way better than gpt-4o
Yes, they are being converted to OpenAI's tools. This is my first time hearing that GPT-3.5 seems better at function calling. Are you using fine-tuned model?