Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -276,6 +276,7 @@ class AnalyseAttachmentTool(Tool):
|
|
276 |
"description": "Local path to the attachment file (e.g., 'documents/report.pdf').",
|
277 |
}
|
278 |
}
|
|
|
279 |
|
280 |
def _run(self, file_path: str) -> str:
|
281 |
"""
|
|
|
276 |
"description": "Local path to the attachment file (e.g., 'documents/report.pdf').",
|
277 |
}
|
278 |
}
|
279 |
+
output_type = "string"
|
280 |
|
281 |
def _run(self, file_path: str) -> str:
|
282 |
"""
|