shanezhou24 commited on
Commit
96d1c5e
·
verified ·
1 Parent(s): ab4029f

CodeAgent add base tools

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
59
  tools=[
60
  DuckDuckGoSearchTool(),
61
  ], ## add or remove tools here
 
62
  max_steps=6,
63
  verbosity_level=1,
64
  planning_interval=3,
 
59
  tools=[
60
  DuckDuckGoSearchTool(),
61
  ], ## add or remove tools here
62
+ add_base_tools=True,
63
  max_steps=6,
64
  verbosity_level=1,
65
  planning_interval=3,