su3su2u1 commited on
Commit
6989cec
·
unverified ·
1 Parent(s): c5293d7
Files changed (1) hide show
  1. theagent.py +1 -1
theagent.py CHANGED
@@ -74,7 +74,7 @@ class BasicAgent:
74
  excel_summarizer_agent = CodeAgent(
75
  tools=[],
76
  model=model,
77
- max_step=3,
78
  name="summarize_excel_sheet",
79
  additional_authorized_imports=["numpy", "pandas"],
80
  description="Summarize an sheet using pandas.read_excel(). Give it the path to the excel sheet as an argument",
 
74
  excel_summarizer_agent = CodeAgent(
75
  tools=[],
76
  model=model,
77
+ max_steps=3,
78
  name="summarize_excel_sheet",
79
  additional_authorized_imports=["numpy", "pandas"],
80
  description="Summarize an sheet using pandas.read_excel(). Give it the path to the excel sheet as an argument",