mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Add eval_id and sync Skill Tree with Frontend(#5287)
Add eval_id to skill tree Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
@@ -177,6 +177,7 @@ def generate_tests() -> None: # sourcery skip: invert-any-all
|
||||
) # Take and remove the first element from json_files
|
||||
if challenge_should_be_ignored(json_file):
|
||||
continue
|
||||
|
||||
data = ChallengeData.get_json_from_path(json_file)
|
||||
|
||||
commands = sys.argv
|
||||
|
||||
Reference in New Issue
Block a user