Step 222: workflow evaluation tasks
This commit is contained in:
20
eval/workflows/workflow_03.json
Normal file
20
eval/workflows/workflow_03.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": "workflow_03",
|
||||
"description": "Annotate all functions in module",
|
||||
"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_suggest_annotations",
|
||||
"whetstone_apply_annotation"
|
||||
]
|
||||
},
|
||||
"tools": [
|
||||
"whetstone_get_ast",
|
||||
"whetstone_suggest_annotations",
|
||||
"whetstone_apply_annotation"
|
||||
],
|
||||
"maxSteps": 12,
|
||||
"allowPartial": true
|
||||
}
|
||||
Reference in New Issue
Block a user