Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,11 +110,11 @@ class BasicAgent:
|
|
| 110 |
|
| 111 |
|
| 112 |
agent = ToolCallingAgent(
|
| 113 |
-
tools=[FinalAnswerTool(), VisitWebpageTool(),
|
| 114 |
model=model,
|
| 115 |
-
max_steps=
|
| 116 |
verbosity_level=2,
|
| 117 |
-
planning_interval=
|
| 118 |
)
|
| 119 |
|
| 120 |
# Get the actual answer from the agent
|
|
|
|
| 110 |
|
| 111 |
|
| 112 |
agent = ToolCallingAgent(
|
| 113 |
+
tools=[FinalAnswerTool(), VisitWebpageTool(), DuckDuckGoSearchTool],
|
| 114 |
model=model,
|
| 115 |
+
max_steps=5,
|
| 116 |
verbosity_level=2,
|
| 117 |
+
planning_interval=1
|
| 118 |
)
|
| 119 |
|
| 120 |
# Get the actual answer from the agent
|