Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ A gym for training code agents resolve real-world software issues. This version
|
|
| 50 |
| `repo` | `str` | `owner/repo` |
|
| 51 |
| `patch` | `str` | Source-code diff that resolves the issue *(tests omitted)* |
|
| 52 |
| `test_patch` | `str` | Diff of test files added/changed by the issue resolving commit |
|
| 53 |
-
| `base_commit` | `str` | Commit hash
|
| 54 |
| `environment_setup_commit` | `str` | Commit hash of the resolved version, from which the environment was built |
|
| 55 |
| `created_at` | `str` | ISO timestamp of the issue resolving commit |
|
| 56 |
| `problem_statement` | `str` | Issue title + body |
|
|
|
|
| 50 |
| `repo` | `str` | `owner/repo` |
|
| 51 |
| `patch` | `str` | Source-code diff that resolves the issue *(tests omitted)* |
|
| 52 |
| `test_patch` | `str` | Diff of test files added/changed by the issue resolving commit |
|
| 53 |
+
| `base_commit` | `str` | Commit hash *before* the issue resolution |
|
| 54 |
| `environment_setup_commit` | `str` | Commit hash of the resolved version, from which the environment was built |
|
| 55 |
| `created_at` | `str` | ISO timestamp of the issue resolving commit |
|
| 56 |
| `problem_statement` | `str` | Issue title + body |
|