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

17 lines
356 B
JSON

{
"id": "basic_30",
"description": "",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n",
"expectedOutcome": {
"toolCalls": [
]
},
"tools": [
],
"maxSteps": 8,
"allowPartial": false
}