Spaces:
Sleeping
Sleeping
Upload tools.py
Browse files
tools.py
CHANGED
@@ -45,7 +45,7 @@ class ExcelLoaderTool(Tool):
|
|
45 |
"default": "",
|
46 |
}
|
47 |
}
|
48 |
-
output_type = "
|
49 |
|
50 |
def forward(self, path: str, sheet: str | int | None = None) -> List[Dict[str, Any]]:
|
51 |
import pandas as pd
|
|
|
45 |
"default": "",
|
46 |
}
|
47 |
}
|
48 |
+
output_type = "array"
|
49 |
|
50 |
def forward(self, path: str, sheet: str | int | None = None) -> List[Dict[str, Any]]:
|
51 |
import pandas as pd
|