RCaz commited on
Commit
5f06b7b
·
verified ·
1 Parent(s): 99b8231

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -52,7 +52,8 @@ class TestAgent:
52
  FinalAnswerTool()],
53
  additional_authorized_imports=["pandas","markdownify","requests"],
54
  model=model,
55
- max_steps=3,
 
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
  )