{ "id": "basic_18", "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 }