Spaces:
Sleeping
Sleeping
Update tools/get_attachments_tool.py
Browse files
tools/get_attachments_tool.py
CHANGED
|
@@ -5,7 +5,7 @@ import tempfile
|
|
| 5 |
from urllib.parse import urljoin
|
| 6 |
|
| 7 |
|
| 8 |
-
class GetAttachmentTool(
|
| 9 |
name = "get_attachment"
|
| 10 |
description = """
|
| 11 |
Downloads an attachment linked to the current GAIA task.
|
|
|
|
| 5 |
from urllib.parse import urljoin
|
| 6 |
|
| 7 |
|
| 8 |
+
class GetAttachmentTool(BaseTool):
|
| 9 |
name = "get_attachment"
|
| 10 |
description = """
|
| 11 |
Downloads an attachment linked to the current GAIA task.
|