mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-20 07:24:21 +01:00
Fix label of download_file command (#2753)
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
@@ -239,7 +239,7 @@ def search_files(directory: str) -> list[str]:
|
|||||||
|
|
||||||
@command(
|
@command(
|
||||||
"download_file",
|
"download_file",
|
||||||
"Search Files",
|
"Download File",
|
||||||
'"url": "<url>", "filename": "<filename>"',
|
'"url": "<url>", "filename": "<filename>"',
|
||||||
CFG.allow_downloads,
|
CFG.allow_downloads,
|
||||||
"Error: You do not have user authorization to download files locally.",
|
"Error: You do not have user authorization to download files locally.",
|
||||||
|
|||||||
Reference in New Issue
Block a user