Hugalino commited on
Commit
64729d2
·
verified ·
1 Parent(s): 41f673f

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -0
tools.py CHANGED
@@ -17,6 +17,7 @@ class FileDownloadTool(Tool):
17
  "file_name": {
18
  "type": "string",
19
  "description": "The file name to save as",
 
20
  }
21
 
22
  }
 
17
  "file_name": {
18
  "type": "string",
19
  "description": "The file name to save as",
20
+ "nullable": True
21
  }
22
 
23
  }