Files
whetstone_DSL/eval/basic/basic_06.json
2026-02-10 08:00:43 -07:00

19 lines
585 B
JSON

{
"id": "basic_06",
"description": "Apply a single mutation",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n",
"expectedOutcome": {
"toolCalls": [
"whetstone_get_ast",
"whetstone_mutate"
]
},
"tools": [
"whetstone_get_ast",
"whetstone_mutate"
],
"maxSteps": 8,
"allowPartial": false
}