Files
whetstone_DSL/eval/workflows/workflow_05.json
2026-02-10 08:02:24 -07:00

19 lines
647 B
JSON

{
"id": "workflow_05",
"description": "Cross-language projection with fixes",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n\\ndef g(y):\\n return y * 2\\n",
"expectedOutcome": {
"toolCalls": [
"whetstone_project",
"whetstone_run_pipeline"
]
},
"tools": [
"whetstone_project",
"whetstone_run_pipeline"
],
"maxSteps": 12,
"allowPartial": true
}