runtime error
Exit code: 1. Reason: [notice] A new release of pip is available: 26.1.2 -> 26.2.1 [notice] To update, run: pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/app.py", line 37, in <module> def calculate_age(birth_date: str)-> int: File "/usr/local/lib/python3.10/site-packages/smolagents/tools.py", line 901, in tool tool_json_schema = get_json_schema(tool_function)["function"] File "/usr/local/lib/python3.10/site-packages/smolagents/_function_type_hints_utils.py", line 203, in get_json_schema raise DocstringParsingException( smolagents._function_type_hints_utils.DocstringParsingException: Cannot generate JSON schema for calculate_age because the docstring has no description for the argument 'birth_date'
Container logs:
Fetching error logs...