21 lines
748 B
JSON
21 lines
748 B
JSON
{
|
|
"id": "basic_16",
|
|
"description": "Get annotation suggestions and apply",
|
|
"language": "python",
|
|
"setupAst": "def f(x):\\n return x + 1\\n",
|
|
"expectedOutcome": {
|
|
"toolCalls": [
|
|
"whetstone_get_ast",
|
|
"whetstone_suggest_annotations",
|
|
"whetstone_apply_annotation"
|
|
]
|
|
},
|
|
"tools": [
|
|
"whetstone_get_ast",
|
|
"whetstone_suggest_annotations",
|
|
"whetstone_apply_annotation"
|
|
],
|
|
"maxSteps": 8,
|
|
"allowPartial": false
|
|
}
|