19 lines
647 B
JSON
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
|
|||
|
|
}
|