From 595e04def14655e9a4316c6de8d3a5cd49087621 Mon Sep 17 00:00:00 2001 From: Luke <2609441+lc0rp@users.noreply.github.com> Date: Thu, 31 Aug 2023 07:09:41 -0400 Subject: [PATCH] Updating Turbo (#343) Co-authored-by: Luke <2609441+lc0rp@user.noreply.github.com> --- .../challenges/verticals/code/1_password_generator/data.json | 2 +- agent/Turbo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agbenchmark/challenges/verticals/code/1_password_generator/data.json b/agbenchmark/challenges/verticals/code/1_password_generator/data.json index d065cdbb..a675ae41 100644 --- a/agbenchmark/challenges/verticals/code/1_password_generator/data.json +++ b/agbenchmark/challenges/verticals/code/1_password_generator/data.json @@ -1,7 +1,7 @@ { "name": "TestPasswordGenerator_Easy", "category": ["code"], - "task": "Create a random password generator. The password should have between 8 and 16 characters and should contain letters, numbers and symbols. The password should be printed to the console. The entry point will be a python file that can be run this way: python password_generator.py [--len x] where x is the length of the password. If no length is specified, the password should be 8 characters long. The password_generator can also be imported as a module and called as password = password_generator.generate_password(len=x).", + "task": "Create a random password generator. The password should have between 8 and 16 characters and should contain letters, numbers and symbols. The password should be printed to the console. The entry point will be a python file that can be run this way: python password_generator.py [--len x] where x is the length of the password. If no length is specified, the password should be 8 characters long. The password_generator can also be imported as a module and called as password = password_generator.generate_password(len=x). Any invalid input should raise a ValueError.", "dependencies": ["TestWriteFile"], "cutoff": 90, "ground": { diff --git a/agent/Turbo b/agent/Turbo index bd4687af..8469e09a 160000 --- a/agent/Turbo +++ b/agent/Turbo @@ -1 +1 @@ -Subproject commit bd4687af94626af2d8ece25ab00bba03f1064a4d +Subproject commit 8469e09ae204f2d5f41d489b217551544597ee14