Step 221: basic evaluation tasks
This commit is contained in:
16
eval/basic/basic_02.json
Normal file
16
eval/basic/basic_02.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "basic_02",
|
||||
"description": "Read AST and summarize structure",
|
||||
"language": "python",
|
||||
"setupAst": "def f(x):\\n return x + 1\\n",
|
||||
"expectedOutcome": {
|
||||
"toolCalls": [
|
||||
"whetstone_get_ast"
|
||||
]
|
||||
},
|
||||
"tools": [
|
||||
"whetstone_get_ast"
|
||||
],
|
||||
"maxSteps": 8,
|
||||
"allowPartial": false
|
||||
}
|
||||
Reference in New Issue
Block a user