From ec27d5729ccfd84faf1c8e46a2e9c83379f08f53 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 20 Apr 2023 21:55:20 -0500 Subject: [PATCH] Fix label of `download_file` command (#2753) Co-authored-by: Reinier van der Leer --- autogpt/commands/file_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",