@User - I'm creating a custom tool (function), and am receiving this error:
Network error: Unable to connect to the server. This could be due to CORS restrictions, the server being down, or network connectivity issues.
I've checked everything I can think of, have specifically added CORS responses to my server for OPTIONS requests, and can see that your system is requesting OPTIONS from my server, and getting a response. Is there any way I can view the request being sent, and the response, from VAPI's end, so I can figure out the real problem?