The agent seems to be unable to use the tool as intended. Are you sure you gave the correct file path in the Inputs section? Did you specify that the task should be careful in its description?
Yes, I checked the file path and try different format as well to pass, tried by passing whole local path instead of taking in variable, although it is not able to read via agent, but if I’m running the tool directly, it is able to read the excel file.
In here: excel_reader_tool = ExcelReaderTool(external_file_path=…)
Try to don’t provide external_file_path,
just use: excel_reader_tool = ExcelReaderTool()
Yes, I went through the documentation but my objective was to ascertain whether there exists a universal tool capable of reading various file types.
But no issues, I’ll check some work around.