Files
whetstone_DSL/eval/basic/basic_04.json

19 lines
585 B
JSON
Raw Permalink Normal View History

2026-02-10 08:00:43 -07:00
{
"id": "basic_04",
"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
}