why in create tool of type transfer call the name doest exist?
curl -X POST
https://api.vapi.ai/tool \
-H "Authorization: Bearer 8a4e9db4-03bc-44ff-904e-4a80aba011e3" \
-H "Content-Type: application/json" \
-d '{
"type": "transferCall",
"destinations": [
{
"type": "number",
"number": "+123456789",
"transferPlan": {
"mode": "blind-transfer"
},
"description": "use this to escalate the call
}
]
}'