mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-21 16:04:21 +01:00
file creation from within file before server :)
This commit is contained in:
@@ -7,7 +7,7 @@ def basic_read_file_mock(task: str, workspace: str):
|
||||
This mock reads a file and returns its content.
|
||||
"""
|
||||
|
||||
Challenge.write_to_file(workspace, "file_to_check.txt", "this is how we're doing")
|
||||
# Challenge.write_to_file(workspace, "file_to_check.txt", "this is how we're doing")
|
||||
|
||||
file_contents = Challenge.open_file(workspace, "file_to_check.txt")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user