21 lines
749 B
JSON
21 lines
749 B
JSON
{
|
|
"id": "workflow_12",
|
|
"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
|
|
}
|