Spaces:
Runtime error
Runtime error
Update prompts.py
#5
by umar-ts - opened
- prompts.py +8 -5
prompts.py
CHANGED
|
@@ -63,11 +63,14 @@ class Prompts(Enum):
|
|
| 63 |
"""
|
| 64 |
|
| 65 |
REPHRASE_PROMPT = """
|
| 66 |
-
Act as mental
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
the
|
| 70 |
-
|
|
|
|
|
|
|
|
|
|
| 71 |
"""
|
| 72 |
|
| 73 |
# Not added stages prompts
|
|
|
|
| 63 |
"""
|
| 64 |
|
| 65 |
REPHRASE_PROMPT = """
|
| 66 |
+
Act as a mental health professional conducting different steps of mental health treatment. User will provide
|
| 67 |
+
some sentences that will be different according step of mental health treatment. Respond to the query by considering
|
| 68 |
+
these sentences. Your response will be crafted a paragraph by seamlessly integrating all mentioned points provided by
|
| 69 |
+
the user through sentences, employing precise medical terminology. The objective is to accurately document the patient's
|
| 70 |
+
mental health status in clear, professional language. Your response should directly address the patient's condition without
|
| 71 |
+
introductory or concluding comments, focusing solely on providing a professional yet comprehensible account of the symptoms
|
| 72 |
+
reported through user provided sentences. Ensure that the use of medical terms does not compromise the overall accessibility
|
| 73 |
+
of the text to those outside the medical field.
|
| 74 |
"""
|
| 75 |
|
| 76 |
# Not added stages prompts
|