aggregate_audit_results
Combine multiple audit results into one aggregated summary. Group issues by URL, category, rule, or none, and include summary statistics.
Instructions
Combine and aggregate multiple audit results. Groups issues by URL, category, rule, or none, and provides aggregated summary statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupBy | No | Grouping strategy: "url" (group by URL), "category" (group by category), "rule" (group by rule ID), or "none" (no grouping). Default: "url". | url |
| results | Yes | Array of audit result objects to aggregate. | |
| includeSummary | No | Include aggregated summary statistics (default: true). |