dfm_add_findings
Add review findings to a DFM request by specifying category, severity, description, recommendation, and affected area for each finding.
Instructions
Add review findings to a DFM request (admin-only).
Each finding should include category, severity, description, recommendation, and affected_area. The API validates all fields and stores them in the dfm_review_findings table.
IMPORTANT: Review all findings before generating the customer report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | DFM review request ID (e.g. DFM-A1B2C3D4) | |
| findings | Yes | List of finding dicts, each with: - category: e.g. design_issue, manufacturability, material - severity: info, low, medium, high, or critical - description: What the issue is - recommendation: How to fix it - affected_area: Which part of the design is affected - image_ref: (optional) reference to annotated image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||