Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ class BasicAgent:
|
|
68 |
planning_interval=2, # Enable planning every 3 steps
|
69 |
max_steps=3,
|
70 |
additional_authorized_imports=["*"],
|
71 |
-
description="Give the final answer and try to use no more that 300 tokens. You can use DuckDuckGoSearchTool, wikipedia, visit_webpage or other tools.",
|
72 |
)
|
73 |
|
74 |
print("BasicAgent initialized.")
|
|
|
68 |
planning_interval=2, # Enable planning every 3 steps
|
69 |
max_steps=3,
|
70 |
additional_authorized_imports=["*"],
|
71 |
+
description="Give the final answer and try to use no more that 300 tokens. You can use DuckDuckGoSearchTool, wikipedia, visit_webpage or other tools. Don't overthink tasks, does try to solve them the simple way",
|
72 |
)
|
73 |
|
74 |
print("BasicAgent initialized.")
|