Spaces:
Sleeping
Sleeping
Update technicalDocCompliance.py
Browse files
technicalDocCompliance.py
CHANGED
|
@@ -34,7 +34,7 @@ def compliance_tech(file: str, client, MANUAL_RULES):
|
|
| 34 |
|
| 35 |
You are a strict procurement compliance auditor.
|
| 36 |
|
| 37 |
-
Your task is to check whether the uploaded file FULLY complies against each heading of the MANUAL RULES.
|
| 38 |
|
| 39 |
MANDATORY INSTRUCTIONS:
|
| 40 |
|
|
@@ -45,12 +45,13 @@ def compliance_tech(file: str, client, MANUAL_RULES):
|
|
| 45 |
5. Only explicit written evidence is valid.
|
| 46 |
6. Quote exact sentence from document as evidence.
|
| 47 |
7. Do not provide explanation beyond required format.
|
|
|
|
| 48 |
|
| 49 |
Summarise the response only on rule headingwise and not pointwise mentioned under each heading.
|
| 50 |
|
| 51 |
OUTPUT FORMAT (STRICT):
|
| 52 |
|
| 53 |
-
Rule heading:
|
| 54 |
Status: COMPLIANT / NON-COMPLIANT
|
| 55 |
Evidence: "<Exact quoted sentence from document>" OR "Not found in document"
|
| 56 |
Deviations: <short bullet-style description or 'None'>
|
|
|
|
| 34 |
|
| 35 |
You are a strict procurement compliance auditor.
|
| 36 |
|
| 37 |
+
Your task is to check whether the uploaded file FULLY complies against each point of each heading of the MANUAL RULES.
|
| 38 |
|
| 39 |
MANDATORY INSTRUCTIONS:
|
| 40 |
|
|
|
|
| 45 |
5. Only explicit written evidence is valid.
|
| 46 |
6. Quote exact sentence from document as evidence.
|
| 47 |
7. Do not provide explanation beyond required format.
|
| 48 |
+
8. Include E File No in the response.
|
| 49 |
|
| 50 |
Summarise the response only on rule headingwise and not pointwise mentioned under each heading.
|
| 51 |
|
| 52 |
OUTPUT FORMAT (STRICT):
|
| 53 |
|
| 54 |
+
Rule heading: Heading of the rule
|
| 55 |
Status: COMPLIANT / NON-COMPLIANT
|
| 56 |
Evidence: "<Exact quoted sentence from document>" OR "Not found in document"
|
| 57 |
Deviations: <short bullet-style description or 'None'>
|