Test fixture
Bug fixes, edge conditions, and minimal patch accuracy.
The model receives the prompt (and optional system message). The run uses scorer contains_any with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.
Fix the bug and return corrected Python code only.
def add_one(x):
return x + "1"
{
"expected_contains": [
"int(x) + 1",
"x + 1"
]
}temperature
0
max_tokens
110
timeout (s)
120
type
scored
file
debugging_easy_14.json