Files
Auto-GPT/agbenchmark/mocks/tests/retrieval_mocks.py
2023-07-02 16:14:49 -04:00

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