CLICKUP_FOLDER_CREATE_PROMPT = '\n This tool is a wrapper around clickup\'s create_folder API, useful when you need to create a CLICKUP folder.\n The input to this tool is a dictionary specifying the fields of a clickup folder, and will be passed to clickup\'s create_folder function.\n For example, to create a folder with name "Folder name" you would pass in the following dictionary:\n {{\n "name": "Folder name",\n }} \n'