update_ai_act_control
Update the compliance status, notes, or evidence URL of an AI Act control. Changes are recorded in the audit log.
Instructions
Update the status, notes or evidence URL of an AI Act control.
Write operation — recorded in the audit log.
Args: control_id: UUID of the control to update (from list_ai_act_controls). status: New compliance status — one of: compliant, partial, non_compliant, not_applicable. notes: Free-text justification or implementation notes (optional). evidence_url: URL to supporting evidence document or test report (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| status | Yes | ||
| control_id | Yes | ||
| evidence_url | No |