Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -52,7 +52,8 @@ class TestAgent:
|
|
| 52 |
FinalAnswerTool()],
|
| 53 |
additional_authorized_imports=["pandas","markdownify","requests"],
|
| 54 |
model=model,
|
| 55 |
-
max_steps=
|
|
|
|
| 56 |
verbosity_level=2,
|
| 57 |
use_structured_outputs_internally=True. # V3. Adds structure
|
| 58 |
)
|
|
|
|
| 52 |
FinalAnswerTool()],
|
| 53 |
additional_authorized_imports=["pandas","markdownify","requests"],
|
| 54 |
model=model,
|
| 55 |
+
max_steps=4,
|
| 56 |
+
planning_interval=2,
|
| 57 |
verbosity_level=2,
|
| 58 |
use_structured_outputs_internally=True. # V3. Adds structure
|
| 59 |
)
|