{
  "defs" : [ {
    "assistantId" : "2922222",
    "name" : "birthday_card_designer",
    "label" : "Birthday card designer",
    "description" : "This assistant designs birthday cards.",
    "parameters" : {
      "type" : "object",
      "properties" : {
        "promptText" : {
          "type" : "string",
          "description" : "This is the instruction text that should be provided to the assistant for the task it must complete"
        }
      },
      "required" : [ "promptText" ]
    }
  } ]
}