google-sheet-extractor / tool_config.json
smellslikeml
initial commit
5169ca2
raw
history blame
No virus
323 Bytes
{
"description": "Tool to extract data from Google Sheets. Input is source_link which is a string of a url or google sheets id e.x. source_link='https://docs.google.com/spreadsheets/d/SHEETS_ID/'. Output is a string",
"name": "google_sheet_extractor_tool",
"tool_class": "sheet_extractor.GoogleSheetExtractorTool"
}