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

17 lines
393 B
JSON

{
"id": "workflow_19",
"description": "",
"language": "python",
"setupAst": "def f(x):\\n return x + 1\\n\\ndef g(y):\\n return y * 2\\n",
"expectedOutcome": {
"toolCalls": [
]
},
"tools": [
],
"maxSteps": 12,
"allowPartial": true
}