optionEdge commited on
Commit
1b257d3
·
verified ·
1 Parent(s): 142b5ba

Update BasicAgent.py

Browse files
Files changed (1) hide show
  1. BasicAgent.py +1 -1
BasicAgent.py CHANGED
@@ -12,7 +12,7 @@ from smolagents import (
12
  )
13
 
14
  #*
15
- @tool
16
  def read_excel(self, file_path, sheet_name=0):
17
  """
18
  Read an Excel file into a pandas DataFrame.
 
12
  )
13
 
14
  #*
15
+ @tool
16
  def read_excel(self, file_path, sheet_name=0):
17
  """
18
  Read an Excel file into a pandas DataFrame.