becklabash
commited on
Commit
•
4329e40
1
Parent(s):
eed03a0
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ test_script (str) - The task's test suite as a python script to be run from the
|
|
52 |
testbed_environment (str) - The python version used to run the test suite.
|
53 |
requirements_txt (str) - The pip package dependencies required to run the test suite.
|
54 |
solution_commit (str) - The commit hash of the repository representing the HEAD of the repository immediately after the instruction was carried out.
|
55 |
-
solution_patch (str) - The patch in the unified diff format representing the difference between the
|
56 |
modified_files (str) - A dictionary of files and their content that were modified by the solution commit.
|
57 |
language (str) - The primary programming language of the repository.
|
58 |
```
|
|
|
52 |
testbed_environment (str) - The python version used to run the test suite.
|
53 |
requirements_txt (str) - The pip package dependencies required to run the test suite.
|
54 |
solution_commit (str) - The commit hash of the repository representing the HEAD of the repository immediately after the instruction was carried out.
|
55 |
+
solution_patch (str) - The patch in the unified diff format representing the difference between the base and solution commit.
|
56 |
modified_files (str) - A dictionary of files and their content that were modified by the solution commit.
|
57 |
language (str) - The primary programming language of the repository.
|
58 |
```
|