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