Step 221: basic evaluation tasks
This commit is contained in:
18
eval/basic/basic_22.json
Normal file
18
eval/basic/basic_22.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "basic_22",
|
||||
"description": "Generate code from spec and run pipeline",
|
||||
"language": "python",
|
||||
"setupAst": "def f(x):\\n return x + 1\\n",
|
||||
"expectedOutcome": {
|
||||
"toolCalls": [
|
||||
"whetstone_generate_code",
|
||||
"whetstone_run_pipeline"
|
||||
]
|
||||
},
|
||||
"tools": [
|
||||
"whetstone_generate_code",
|
||||
"whetstone_run_pipeline"
|
||||
],
|
||||
"maxSteps": 8,
|
||||
"allowPartial": false
|
||||
}
|
||||
Reference in New Issue
Block a user