Vapi-enjoyer
08/21/2024, 7:11 AMVapi
08/21/2024, 7:12 AMVapi
08/21/2024, 7:12 AMVapi
08/21/2024, 7:13 AMVapi-enjoyer
08/21/2024, 7:38 AMVapi-enjoyer
08/21/2024, 8:20 AMVapi-enjoyer
08/21/2024, 8:22 AMSahil
08/21/2024, 10:13 AMVapi-enjoyer
08/21/2024, 10:14 AMVapi-enjoyer
08/21/2024, 10:15 AMVapi-enjoyer
08/21/2024, 10:20 AMVapi-enjoyer
08/21/2024, 11:37 AMShubham Bajaj
08/21/2024, 4:22 PMShubham Bajaj
08/21/2024, 4:22 PMVapi-enjoyer
08/22/2024, 5:18 PMVapi-enjoyer
08/22/2024, 5:20 PMVapi-enjoyer
08/22/2024, 5:21 PMVapi-enjoyer
08/22/2024, 5:22 PMVapi-enjoyer
08/22/2024, 5:32 PMVapi-enjoyer
08/22/2024, 5:32 PMShubham Bajaj
08/22/2024, 5:36 PMVapi-enjoyer
08/22/2024, 5:38 PMVapi-enjoyer
08/22/2024, 5:38 PMnikhil
08/22/2024, 5:40 PM"toolWithToolCallList": [
{
"type": "make",
"function": {
"name": "isAddressCorrect",
"async": false,
"parameters": {
"type": "object",
"properties": {
"Address": {
"type": "string",
"description": "Address of the location"
}
}
},
"description": "Check if the address is correct. "
},
"async": true,
"server": {
"url": "https://hook.eu2.make.com/3sq6uoaohiicsg7genrydfyf4s4e76bm"
},
"messages": [],
"toolCall": {
"id": "call_S1puKIR0bThuM6kDICU3tSY1",
"type": "function",
"function": {
"name": "isAddressCorrect",
"arguments": {"Address": "growth"}
}
}
}
]
i checked your original call: 84b6e640-be81-4828-a4bb-e80881160936
the issue is you're setting tool.async=true
this means the result is not waited upon. whenever in doubt, read the docs at api.vapi.ai/api
https://cdn.discordapp.com/attachments/1275713889266438174/1276234556684374016/image.png?ex=66c8c98d&is=66c7780d&hm=dc9614fa0533187f0ec90354a43ee2e5e5c58ab8ecf61ab131e377997630c14a&Vapi-enjoyer
08/22/2024, 5:49 PM