runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 36, in <module> @tool ^^^^ File "/usr/local/lib/python3.13/site-packages/smolagents/tools.py", line 901, in tool tool_json_schema = get_json_schema(tool_function)["function"] ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/smolagents/_function_type_hints_utils.py", line 203, in get_json_schema raise DocstringParsingException( f"Cannot generate JSON schema for {func.__name__} because the docstring has no description for the argument '{arg}'" ) smolagents._function_type_hints_utils.DocstringParsingException: Cannot generate JSON schema for get_property because the docstring has no description for the argument 'title'

Container logs:

Fetching error logs...