Files
whetstone_DSL/eval/basic/basic_16.json

21 lines
748 B
JSON
Raw Permalink Normal View History

2026-02-10 08:00:43 -07:00
{
"id": "basic_16",
"description": "Get annotation suggestions and apply",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n",
"expectedOutcome": {
"toolCalls": [
"whetstone_get_ast",
"whetstone_suggest_annotations",
"whetstone_apply_annotation"
]
},
"tools": [
"whetstone_get_ast",
"whetstone_suggest_annotations",
"whetstone_apply_annotation"
],
"maxSteps": 8,
"allowPartial": false
}