Tesvia commited on
Commit
05193be
·
verified ·
1 Parent(s): 10acbd8

Upload tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -45,7 +45,7 @@ class ExcelLoaderTool(Tool):
45
  "default": "",
46
  }
47
  }
48
- output_type = "list"
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