Suggest fix for Rego diagnostics
rego_suggest_fixConvert Rego diagnostics from rego_check or rego_lint into mechanical fix suggestions with confidence ratings for high, medium, or low pattern matches.
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. |