Stickler101
03/02/2025, 4:59 PM"function": {
"name": "Get_Conf2",
"async": false,
"description": "this tool is for extracting and passing on the Twilio conference SID",
"parameters": {
"type": "object",
"properties": {
"conf_sid": {
"description": "This property should be populated with the Twilio Conference SID",
"type": "string"
}
},
"required": [
"conf_sid"
]
}
},...