submit_sop_feedback
Submit improvement feedback for a Standard Operating Procedure. Each entry includes the SOP version, timestamp, and feedback text for review in future revisions.
Instructions
Submit improvement feedback for a specific SOP.
Feedback is appended as a single JSON line to {sop_name}.feedback.jsonl inside the SOP's folder. Each entry captures the SOP version, a UTC timestamp, and the feedback text — ready for review when the SOP is next revised.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedback | Yes | Improvement feedback text — what worked, what needs fixing | |
| sop_name | Yes | Name of the SOP to submit feedback for |