mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-20 23:44:19 +01:00
9 lines
333 B
Python
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
|