Spaces:
Sleeping
Sleeping
Update openenv.yaml
Browse files- openenv.yaml +8 -2
openenv.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
name: code_review_env
|
| 2 |
version: 1.0.0
|
| 3 |
-
description: Code review environment with 5 tasks and
|
| 4 |
author: yuvraj gupta
|
| 5 |
license: MIT
|
| 6 |
tasks:
|
|
@@ -27,7 +27,7 @@ observation_space:
|
|
| 27 |
type: array
|
| 28 |
items:
|
| 29 |
type: string
|
| 30 |
-
|
| 31 |
type: string
|
| 32 |
step:
|
| 33 |
type: integer
|
|
@@ -42,5 +42,11 @@ action_space:
|
|
| 42 |
- write_comment
|
| 43 |
- skip
|
| 44 |
- done
|
|
|
|
|
|
|
| 45 |
comment_text:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
type: string
|
|
|
|
| 1 |
name: code_review_env
|
| 2 |
version: 1.0.0
|
| 3 |
+
description: Code review environment with 5 tasks, multi-turn interaction, and code fix proposal
|
| 4 |
author: yuvraj gupta
|
| 5 |
license: MIT
|
| 6 |
tasks:
|
|
|
|
| 27 |
type: array
|
| 28 |
items:
|
| 29 |
type: string
|
| 30 |
+
test_results:
|
| 31 |
type: string
|
| 32 |
step:
|
| 33 |
type: integer
|
|
|
|
| 42 |
- write_comment
|
| 43 |
- skip
|
| 44 |
- done
|
| 45 |
+
- ask_question
|
| 46 |
+
- propose_fix
|
| 47 |
comment_text:
|
| 48 |
+
type: string
|
| 49 |
+
question:
|
| 50 |
+
type: string
|
| 51 |
+
fix_code:
|
| 52 |
type: string
|