diff --git a/autogpt/commands/file_operations.py b/autogpt/commands/file_operations.py index b73fb987..7dfd6004 100644 --- a/autogpt/commands/file_operations.py +++ b/autogpt/commands/file_operations.py @@ -239,7 +239,7 @@ def search_files(directory: str) -> list[str]: @command( "download_file", - "Search Files", + "Download File", '"url": "", "filename": ""', CFG.allow_downloads, "Error: You do not have user authorization to download files locally.",