Suggest fix for Rego diagnostics
rego_suggest_fixMaps Rego compile errors and Regal lint findings to mechanical fix suggestions. Pass diagnostics from rego_check or rego_lint to get actionable fixes.
Instructions
Map common Rego compile errors and Regal lint findings to mechanical fix suggestions. Pass diagnostics from rego_check or rego_lint. Returns one suggestion per input diagnostic; confidence is high for well-known patterns, medium for partial matches, low for everything else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diagnostics | Yes | Diagnostics from rego_check or rego_lint. |