mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
6 lines
295 B
Python
6 lines
295 B
Python
# TODO: Make it so that you can specify for tests to only run if their prerequisites are met.
|
|
# Prerequisites here would be writing to a file (basic_abilities test).
|
|
# Should also check if prerequisites exists in regression file
|
|
def retrieval_1_mock(task: str, workspace: str) -> None:
|
|
pass
|