Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ class AttachmentDownloadTool(Tool):
|
|
14 |
description = "Downloads the file associated with the given task_id. If it does not exist, return None. input: task_id。output: attachment files bytes or None"
|
15 |
inputs = {
|
16 |
"task_id": {
|
17 |
-
"type": "
|
18 |
"description": "task_id that needs to download attachment files."
|
19 |
}
|
20 |
}
|
|
|
14 |
description = "Downloads the file associated with the given task_id. If it does not exist, return None. input: task_id。output: attachment files bytes or None"
|
15 |
inputs = {
|
16 |
"task_id": {
|
17 |
+
"type": "string",
|
18 |
"description": "task_id that needs to download attachment files."
|
19 |
}
|
20 |
}
|