CodeAgent add base tools
Browse files
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,
|