Spaces:
Sleeping
Sleeping
Fix typo
Browse files- theagent.py +1 -1
theagent.py
CHANGED
|
@@ -74,7 +74,7 @@ class BasicAgent:
|
|
| 74 |
excel_summarizer_agent = CodeAgent(
|
| 75 |
tools=[],
|
| 76 |
model=model,
|
| 77 |
-
|
| 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",
|