Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ class BasicAgent:
|
|
67 |
model=self.model,
|
68 |
tools=[self.search_tool],
|
69 |
# drops in a small standard library (Python REPL, JSON loader etc.) so you can solve many tasks without defining anything else.
|
70 |
-
add_base_tools=True # - python_repl, browser, math etc.
|
71 |
# CodeAgent's auto_document_tools convenience flag
|
72 |
auto_document_tools=True
|
73 |
)
|
|
|
67 |
model=self.model,
|
68 |
tools=[self.search_tool],
|
69 |
# drops in a small standard library (Python REPL, JSON loader etc.) so you can solve many tasks without defining anything else.
|
70 |
+
add_base_tools=True, # - python_repl, browser, math etc.
|
71 |
# CodeAgent's auto_document_tools convenience flag
|
72 |
auto_document_tools=True
|
73 |
)
|