Spaces:
Runtime error
Runtime error
Remove done image interpretation tooling comment
Browse files- src/agent.py +1 -1
src/agent.py
CHANGED
|
@@ -37,7 +37,7 @@ class GaiaAgent(BaseAgent):
|
|
| 37 |
VisitWebpageTool(max_output_length=20000),
|
| 38 |
PythonInterpreterTool(),
|
| 39 |
FinalAnswerTool(),
|
| 40 |
-
# TODO:
|
| 41 |
],
|
| 42 |
max_steps=10,
|
| 43 |
planning_interval=5,
|
|
|
|
| 37 |
VisitWebpageTool(max_output_length=20000),
|
| 38 |
PythonInterpreterTool(),
|
| 39 |
FinalAnswerTool(),
|
| 40 |
+
# TODO: MP3 interpretation
|
| 41 |
],
|
| 42 |
max_steps=10,
|
| 43 |
planning_interval=5,
|