Files
whetstone_DSL/eval/basic/basic_20.json

19 lines
626 B
JSON
Raw Permalink Normal View History

2026-02-10 08:00:43 -07:00
{
"id": "basic_20",
"description": "Generate code from spec and run pipeline",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n",
"expectedOutcome": {
"toolCalls": [
"whetstone_generate_code",
"whetstone_run_pipeline"
]
},
"tools": [
"whetstone_generate_code",
"whetstone_run_pipeline"
],
"maxSteps": 8,
"allowPartial": false
}