Spaces:
Sleeping
Sleeping
Update tools/get_attachments_tool.py
Browse files
tools/get_attachments_tool.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from tools.
|
| 2 |
import requests
|
| 3 |
import base64
|
| 4 |
import tempfile
|
|
|
|
| 1 |
+
from tools.base_tool import BaseTool
|
| 2 |
import requests
|
| 3 |
import base64
|
| 4 |
import tempfile
|