Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ pink_review_document = None
|
|
29 |
|
30 |
# Document types and their descriptions
|
31 |
document_types = {
|
32 |
-
"Shred": "Generate a requirements spreadsheet of the Project Work Statement (PWS) identified by action words like shall, will, perform etc. by pws section, requirement. Do not write as if you're responding to the proposal. Its a spreadsheet to distill the requirements, not
|
33 |
"Pink": "Create a Pink Team document based on the PWS outline. Your goal is to be compliant and compelling.",
|
34 |
"Pink Review": "Evaluate compliance of the Pink Team document against the requirements and output a spreadsheet of non compliant findings by pws number, the goal of that pws section, what made it non compliant and your recommendations for recovery",
|
35 |
"Red": "Produce a Red Team document based on the Pink Review by pws sections. Your goal is to be compliant and compelling by recovering all the findings in Pink Review",
|
@@ -184,7 +184,8 @@ Instructions:
|
|
184 |
2. Use proper formatting and structure.
|
185 |
3. Include all necessary sections and details.
|
186 |
4. Start the output immediately with the document content.
|
187 |
-
5.
|
|
|
188 |
requrements, write in paragraph in active voice as
|
189 |
MicroHealth, limit bullets, answer the
|
190 |
requirement with what MicroHealth will do
|
|
|
29 |
|
30 |
# Document types and their descriptions
|
31 |
document_types = {
|
32 |
+
"Shred": "Generate a requirements spreadsheet of the Project Work Statement (PWS) identified by action words like shall, will, perform etc. by pws section, requirement. Do not write as if you're responding to the proposal. Its a spreadsheet to distill the requirements, not microhealth's approach",
|
33 |
"Pink": "Create a Pink Team document based on the PWS outline. Your goal is to be compliant and compelling.",
|
34 |
"Pink Review": "Evaluate compliance of the Pink Team document against the requirements and output a spreadsheet of non compliant findings by pws number, the goal of that pws section, what made it non compliant and your recommendations for recovery",
|
35 |
"Red": "Produce a Red Team document based on the Pink Review by pws sections. Your goal is to be compliant and compelling by recovering all the findings in Pink Review",
|
|
|
184 |
2. Use proper formatting and structure.
|
185 |
3. Include all necessary sections and details.
|
186 |
4. Start the output immediately with the document content.
|
187 |
+
5. IMPORTANT: If the document type is Pink, Red, Gold and not review type, loe or board
|
188 |
+
then your goal is to be compliant and compelling based on the
|
189 |
requrements, write in paragraph in active voice as
|
190 |
MicroHealth, limit bullets, answer the
|
191 |
requirement with what MicroHealth will do
|