Spaces:
Sleeping
Sleeping
Commit ·
ec61b5a
1
Parent(s): fd851a9
simplify tasks in openenv.yaml to match reference format
Browse files- openenv.yaml +0 -6
openenv.yaml
CHANGED
|
@@ -25,22 +25,16 @@ author: SyncShift
|
|
| 25 |
|
| 26 |
tasks:
|
| 27 |
- id: easy
|
| 28 |
-
difficulty: easy
|
| 29 |
-
max_steps: 5
|
| 30 |
description: Fix a single syntax error. Error hint provided.
|
| 31 |
steps: 5
|
| 32 |
ideal_action: correct_sql
|
| 33 |
|
| 34 |
- id: medium
|
| 35 |
-
difficulty: medium
|
| 36 |
-
max_steps: 5
|
| 37 |
description: Fix multiple errors across keywords and clauses. No hint.
|
| 38 |
steps: 5
|
| 39 |
ideal_action: correct_sql
|
| 40 |
|
| 41 |
- id: hard
|
| 42 |
-
difficulty: hard
|
| 43 |
-
max_steps: 4
|
| 44 |
description: Fix many errors in complex multi-join queries. Schema provided.
|
| 45 |
steps: 4
|
| 46 |
ideal_action: correct_sql
|
|
|
|
| 25 |
|
| 26 |
tasks:
|
| 27 |
- id: easy
|
|
|
|
|
|
|
| 28 |
description: Fix a single syntax error. Error hint provided.
|
| 29 |
steps: 5
|
| 30 |
ideal_action: correct_sql
|
| 31 |
|
| 32 |
- id: medium
|
|
|
|
|
|
|
| 33 |
description: Fix multiple errors across keywords and clauses. No hint.
|
| 34 |
steps: 5
|
| 35 |
ideal_action: correct_sql
|
| 36 |
|
| 37 |
- id: hard
|
|
|
|
|
|
|
| 38 |
description: Fix many errors in complex multi-join queries. Schema provided.
|
| 39 |
steps: 4
|
| 40 |
ideal_action: correct_sql
|