aether_submit_feedback
Submit developer feedback on a WCAG fix by finding ID to rate its usefulness and record why it missed, enabling the scanner pipeline to learn from incorrect fixes.
Instructions
Submit developer feedback on a previously returned WCAG fix/artifact, keyed by its finding_id. Records a rating plus an optional reason_code and the code the developer actually shipped, so the fix pipeline can learn from misses. Requires ALLCHEMY_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | Yes | Whether the fix/guidance was useful | |
| scanId | No | The scan_id the finding belonged to | |
| ratedBy | No | Role/persona (not PII) | |
| freeText | No | Optional free-form note | |
| versions | No | Version stamps echoed from the artifact for attribution | |
| findingId | Yes | The finding_id of the artifact the rating targets (from a scan/fix result) | |
| reasonCode | No | Why the fix missed: wrong_fix | didnt_apply | broke_something | unclear | wrong_technique | other | |
| developerCorrection | No | The code the developer actually shipped (becomes raw material for a new template) |