Spaces:
Sleeping
Sleeping
smellslikeml
commited on
Commit
·
5169ca2
1
Parent(s):
d00631c
initial commit
Browse files- sheet_extractor.py +1 -1
- tool_config.json +1 -1
sheet_extractor.py
CHANGED
|
@@ -28,7 +28,7 @@ class GoogleSheetExtractorTool(DataExtractorTool):
|
|
| 28 |
name = "google_sheet_extractor_tool"
|
| 29 |
description = """
|
| 30 |
Tool to extract data from Google Sheets.
|
| 31 |
-
Input
|
| 32 |
e.x. source_link='https://docs.google.com/spreadsheets/d/SHEETS_ID/'.
|
| 33 |
Output is a string.
|
| 34 |
"""
|
|
|
|
| 28 |
name = "google_sheet_extractor_tool"
|
| 29 |
description = """
|
| 30 |
Tool to extract data from Google Sheets.
|
| 31 |
+
Input is source_link which is a str of a url or google sheets id
|
| 32 |
e.x. source_link='https://docs.google.com/spreadsheets/d/SHEETS_ID/'.
|
| 33 |
Output is a string.
|
| 34 |
"""
|
tool_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"description": "Tool to extract data from Google Sheets. Input
|
| 3 |
"name": "google_sheet_extractor_tool",
|
| 4 |
"tool_class": "sheet_extractor.GoogleSheetExtractorTool"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"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",
|
| 3 |
"name": "google_sheet_extractor_tool",
|
| 4 |
"tool_class": "sheet_extractor.GoogleSheetExtractorTool"
|
| 5 |
}
|