Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ class AnalyseAttachmentTool(Tool):
|
|
278 |
}
|
279 |
output_type = "string"
|
280 |
|
281 |
-
def
|
282 |
"""
|
283 |
Executes the attachment analysis. This method is called internally by the tool.
|
284 |
"""
|
|
|
278 |
}
|
279 |
output_type = "string"
|
280 |
|
281 |
+
def forward(self, file_path: str) -> str:
|
282 |
"""
|
283 |
Executes the attachment analysis. This method is called internally by the tool.
|
284 |
"""
|