Files
Auto-GPT/agbenchmark/mocks/tests/retrieval_mocks.py
2023-06-27 13:26:28 -04:00

9 lines
333 B
Python

from agbenchmark.Challenge import Challenge
# 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):
pass