kuzumab commited on
Commit
924d249
·
verified ·
1 Parent(s): 46e838c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "str",
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
  }