Files
whetstone_DSL/eval/basic/basic_02.json

17 lines
490 B
JSON
Raw Permalink Normal View History

2026-02-10 08:00:43 -07:00
{
"id": "basic_02",
"description": "Read AST and summarize structure",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n",
"expectedOutcome": {
"toolCalls": [
"whetstone_get_ast"
]
},
"tools": [
"whetstone_get_ast"
],
"maxSteps": 8,
"allowPartial": false
}