козак
09/04/2025, 5:24 PM-d '{
"function": {
"name": "transfer_call_tool",
"description": "Use this function to transfer the call. Only use it when following instructions that explicitly ask you to use the transfer_call_tool. DO NOT call this function unless you are instructed to do so. If it is new client use +YYYYYYYY else (for existing customers) use +XXXXXXXXX",
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": ["+YYYYYYYYYY", "+XXXXXXXXXXX"],
"description": "The destination to transfer the call to."
}
},
"required": ["destination"]
}
}