Spaces:
Sleeping
Sleeping
Update src/agent.py
Browse files- src/agent.py +1 -1
src/agent.py
CHANGED
|
@@ -25,7 +25,7 @@ class BasicAgent():
|
|
| 25 |
ReadImageTool(),
|
| 26 |
ReadTextTool(),
|
| 27 |
ReadVideoTool(),
|
| 28 |
-
WebSearchTool()
|
| 29 |
# TODO: MP3 interpretation
|
| 30 |
],
|
| 31 |
max_steps=10,
|
|
|
|
| 25 |
ReadImageTool(),
|
| 26 |
ReadTextTool(),
|
| 27 |
ReadVideoTool(),
|
| 28 |
+
WebSearchTool()
|
| 29 |
# TODO: MP3 interpretation
|
| 30 |
],
|
| 31 |
max_steps=10,
|