Vapi Support
05/29/2024, 4:24 PMVapi Support
05/29/2024, 4:24 PMjson
{
"type": "function",
"messages": [
{
"type": "request-start",
"content": "Starting request..."
},
{
"type": "request-complete",
"content": "Request complete."
}
],
"function": {
"name": "fetch_data",
"parameters": {},
"description": "Fetches data from an external API."
},
"async": false,
"server": {
"url": "https://your-external-api.com/endpoint"
}
}
If the issues persist, it might be beneficial to check if there are any errors in the server logs or if adjustments are needed in the message formats or API endpoints used within your tools .
For further details on troubleshooting and optimizing tool configurations, refer to the Tools Calling section of the Vapi documentation .Vapi Support
05/29/2024, 4:29 PMSahil
05/29/2024, 4:45 PMjosh
06/15/2024, 6:31 AMSahil
06/15/2024, 9:10 AM