KMlearning84
06/04/2024, 2:13 PMVapi Support
06/04/2024, 2:13 PMVapi Support
06/04/2024, 2:14 PMVapi Support
06/04/2024, 2:14 PMjson
{
"type": "function",
"messages": [
{
"type": "request-start",
"content": "Initiating request..."
}
],
"function": {
"name": "your_function_name",
"parameters": {
"type": "object",
"properties": {
"param1": {"type": "string"},
"param2": {"type": "number"}
}
},
"description": "Description of your function."
},
"async": false,
"server": {
"url": "https://your-endpoint.com/api"
}
}
Ensure that the async
property and server.url
are set according to your specific needs and server configuration.Vapi Support
06/04/2024, 2:16 PMKMlearning84
06/04/2024, 2:18 PMKMlearning84
06/04/2024, 2:19 PMSahil
06/05/2024, 3:49 AMSahil
06/05/2024, 3:49 AMKMlearning84
06/07/2024, 11:57 AM