Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,8 +136,11 @@ def generate_pink_team_document(outline: str, instructions: str) -> str:
|
|
| 136 |
6. Ensure a logical flow of steps taken by MicroHealth for each requirement.
|
| 137 |
7. Where applicable, describe the labor category or labor categories that perform the task as part of the process
|
| 138 |
8. Analyze the given requirement for MicroHealth and describe the proposed solution, incorporating relevant industry best practices.
|
| 139 |
-
9.
|
| 140 |
-
10.
|
|
|
|
|
|
|
|
|
|
| 141 |
|
| 142 |
Generate a comprehensive response that showcases MicroHealth's expertise and approach.
|
| 143 |
"""
|
|
@@ -188,9 +191,14 @@ def generate_red_document(document: str, compliance_report: str, instructions: s
|
|
| 188 |
6. Ensure a logical flow of steps taken by MicroHealth for each requirement.
|
| 189 |
7. Where applicable, describe the labor category or labor categories that perform the task as part of the process
|
| 190 |
8. Analyze the given requirement for MicroHealth and describe the proposed solution, incorporating relevant industry best practices.
|
| 191 |
-
9.
|
| 192 |
-
10.
|
|
|
|
|
|
|
|
|
|
| 193 |
|
|
|
|
|
|
|
| 194 |
"""
|
| 195 |
response = model.generate_content(prompt)
|
| 196 |
return response.text
|
|
|
|
| 136 |
6. Ensure a logical flow of steps taken by MicroHealth for each requirement.
|
| 137 |
7. Where applicable, describe the labor category or labor categories that perform the task as part of the process
|
| 138 |
8. Analyze the given requirement for MicroHealth and describe the proposed solution, incorporating relevant industry best practices.
|
| 139 |
+
9. Focus on Implementation: Ensure responses primarily detail the "how" of the approach, emphasizing steps, industry standards, best practices, and processes informed by authoritative sources such as GAO reports.
|
| 140 |
+
10. Value Proposition: Align with the customer's mission and objectives.
|
| 141 |
+
11. Persuasive Writing: Use strong, active language.
|
| 142 |
+
12. Implementation Focus: Detail specific implementation processes.
|
| 143 |
+
13. Quantifiable Impact: Use metrics and success stories to demonstrate value.
|
| 144 |
|
| 145 |
Generate a comprehensive response that showcases MicroHealth's expertise and approach.
|
| 146 |
"""
|
|
|
|
| 191 |
6. Ensure a logical flow of steps taken by MicroHealth for each requirement.
|
| 192 |
7. Where applicable, describe the labor category or labor categories that perform the task as part of the process
|
| 193 |
8. Analyze the given requirement for MicroHealth and describe the proposed solution, incorporating relevant industry best practices.
|
| 194 |
+
9. Focus on Implementation: Ensure responses primarily detail the "how" of the approach, emphasizing steps, industry standards, best practices, and processes informed by authoritative sources such as GAO reports.
|
| 195 |
+
10. Value Proposition: Align with the customer's mission and objectives.
|
| 196 |
+
11. Persuasive Writing: Use strong, active language.
|
| 197 |
+
12. Implementation Focus: Detail specific implementation processes.
|
| 198 |
+
13. Quantifiable Impact: Use metrics and success stories to demonstrate value.
|
| 199 |
|
| 200 |
+
Generate a comprehensive response that showcases MicroHealth's expertise and approach.
|
| 201 |
+
|
| 202 |
"""
|
| 203 |
response = model.generate_content(prompt)
|
| 204 |
return response.text
|