Files
whetstone_DSL/eval/workflows/workflow_09.json

21 lines
749 B
JSON
Raw Normal View History

2026-02-10 08:02:24 -07:00
{
"id": "workflow_09",
"description": "Refactor pattern with batch mutate",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n\\ndef g(y):\\n return y * 2\\n",
"expectedOutcome": {
"toolCalls": [
"whetstone_get_ast",
"whetstone_mutate",
"whetstone_run_pipeline"
]
},
"tools": [
"whetstone_get_ast",
"whetstone_mutate",
"whetstone_run_pipeline"
],
"maxSteps": 12,
"allowPartial": true
}