runtime error

Exit code: 1. Reason: tool.py: 0%| | 0.00/635 [00:00<?, ?B/s] tool.py: 100%|██████████| 635/635 [00:00<00:00, 2.70MB/s] Traceback (most recent call last): File "/app/app.py", line 56, in <module> agent = CodeAgent( model=model, ...<7 lines>... prompt_templates=prompt_templates ) File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 1163, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ tools=tools, ^^^^^^^^^^^^ ...<4 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 224, in __init__ self._setup_tools(tools, add_base_tools) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/smolagents/agents.py", line 250, in _setup_tools assert all(isinstance(tool, Tool) for tool in tools), "All elements must be instance of Tool (or a subclass)" ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: All elements must be instance of Tool (or a subclass)

Container logs:

Fetching error logs...