diff --git a/autogpt/commands/file_operations.py b/autogpt/commands/file_operations.py index 9d11a878b..47a04dce4 100644 --- a/autogpt/commands/file_operations.py +++ b/autogpt/commands/file_operations.py @@ -40,7 +40,7 @@ def split_file( Split text into chunks of a specified maximum length with a specified overlap between chunks. - :param text: The input text to be split into chunks + :param content: The input text to be split into chunks :param max_length: The maximum length of each chunk, default is 4000 (about 1k token) :param overlap: The number of overlapping characters between chunks,