FD900 commited on
Commit
6f10297
·
verified ·
1 Parent(s): db208f0

Update tools/get_attachments_tool.py

Browse files
Files changed (1) hide show
  1. tools/get_attachments_tool.py +1 -1
tools/get_attachments_tool.py CHANGED
@@ -5,7 +5,7 @@ import tempfile
5
  from urllib.parse import urljoin
6
 
7
 
8
- class GetAttachmentTool(Tool):
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.