Update tools.py
Browse files
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 |
}
|