Spaces:
Running
Running
Update technicalDocCompliance.py
Browse files
technicalDocCompliance.py
CHANGED
|
@@ -22,7 +22,7 @@ def compliance_tech(file: str, client, MANUAL_RULES):
|
|
| 22 |
|
| 23 |
OUTPUT FORMAT (STRICT):
|
| 24 |
|
| 25 |
-
Rule
|
| 26 |
Status: COMPLIANT / NON-COMPLIANT
|
| 27 |
Evidence: "<Exact quoted sentence from document>" OR "Not found in document"
|
| 28 |
Deviations: <short bullet-style description or 'None'>
|
|
|
|
| 22 |
|
| 23 |
OUTPUT FORMAT (STRICT):
|
| 24 |
|
| 25 |
+
Rule heading: <number>
|
| 26 |
Status: COMPLIANT / NON-COMPLIANT
|
| 27 |
Evidence: "<Exact quoted sentence from document>" OR "Not found in document"
|
| 28 |
Deviations: <short bullet-style description or 'None'>
|