I’m experiencing an issue where the function call is returning empty. I use Make.com to retrieve the data from the function call, but it outputs empty. It was working fine two months ago, but after your latest update, the function call now returns empty data, Btw I already updated my JSON to add "additionalProperties": false, And Still the data returns Empty!
Here it is:
{
"type": "function",
"function": {
"name": "offerCode",
"description": "Get the Callers Offer code during the call.",
"parameters": {
"type": "object",
"properties": {
"offerCode": {
"type": "string",
"description": "The unique offer code provided during the call."
},
"callerId": {
"type": "string",
"description": "The caller's unique identifier."
}
},
"required": ["offerCode"],
"additionalProperties": false
}
},
"server": {
"url": ""
}
}