runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> from tools.fetch_recent_arxiv_papers import SimpleTool as FetchRecentArxivPapers File "/home/user/app/tools/fetch_recent_arxiv_papers.py", line 4, in <module> class SimpleTool(Tool): File "/home/user/app/tools/fetch_recent_arxiv_papers.py", line 10, in SimpleTool def forward(self, category: str, max_results: int = 2) -> List[Dict]: NameError: name 'List' is not defined. Did you mean: 'list'?
Container logs:
Fetching error logs...