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

19 lines
607 B
JSON

{
"id": "basic_10",
"description": "Add a specific annotation",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n",
"expectedOutcome": {
"toolCalls": [
"whetstone_get_ast",
"whetstone_apply_annotation"
]
},
"tools": [
"whetstone_get_ast",
"whetstone_apply_annotation"
],
"maxSteps": 8,
"allowPartial": false
}