So maybe this would help: ```"function": { "na...
# general-english
s
So maybe this would help:
Copy code
"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"
      ]
    }
  },
...