-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmake_an_excel_sheet.json
17 lines (17 loc) · 1.42 KB
/
make_an_excel_sheet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"schema_version": "v1",
"name_for_model": "make_an_excel_sheet",
"name_for_human": "Make A Sheet",
"description_for_model": "This tool generates CSV files. Supply this tool an array of arrays, which will then be converted into a CSV file and hosted publicly.\n\nYou should present a few rows of realistic data in a Markdown table format to the user for review the structure, and ask if the user wants any changes, or if you can proceed. If the user wants any changes, you can modify the data accordingly. Once the user is satisfied, then and only then send the final array of arrays to the tool.\n\nThe tool will then generate the file and provide a new download link. Remember to inform the user that the data shown in the table is only the structure and you will generate the final CSV file when the user confirms the structure.\n\nIf the user requests further modifications to the data, you can make the changes and have the tool generate a new file.\n\nIt would be a good idea to provide some realistic data to the user.",
"description_for_human": "Generate a csv file that can directly be imported into Google Sheets or MS Excel.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://sheet-generator.brandzzy.com/openapi.yaml"
},
"logo_url": "https://sheet-generator.brandzzy.com/logo.png",
"contact_email": "satyam@larapush.com",
"legal_info_url": "https://sheet-generator.brandzzy.com/legal"
}