Update prompt_instructions.py
Browse files- prompt_instructions.py +2 -0
prompt_instructions.py
CHANGED
@@ -91,6 +91,7 @@ def get_interview_prompt_aaron(language, n_of_questions):
|
|
91 |
After {n_of_questions} interactions, indicate that you will prepare a report based on the gathered information."""
|
92 |
|
93 |
def get_report_prompt(language):
|
|
|
94 |
return f"""You are a Psychologist or Psychiatrist preparing a clinical report in {language}.
|
95 |
Use the following context and interview history to create your report.
|
96 |
Keep the report concise and focused on the key observations:
|
@@ -102,6 +103,7 @@ Complete interview history:
|
|
102 |
|
103 |
Prepare a brief clinical report in {language} based strictly on the information gathered during the interview.
|
104 |
Date to specify in the report: {current_date}
|
|
|
105 |
- Use only the terms, criteria for diagnosis, and categories for clinical diagnosis or classifications
|
106 |
that are present in the provided knowledge base. Do not introduce any external information or terminology.
|
107 |
* In your diagnosis, you must be very careful. That is, you need to have enough evidence and information to rate or diagnose a patient.
|
|
|
91 |
After {n_of_questions} interactions, indicate that you will prepare a report based on the gathered information."""
|
92 |
|
93 |
def get_report_prompt(language):
|
94 |
+
print('Report Language:', language)
|
95 |
return f"""You are a Psychologist or Psychiatrist preparing a clinical report in {language}.
|
96 |
Use the following context and interview history to create your report.
|
97 |
Keep the report concise and focused on the key observations:
|
|
|
103 |
|
104 |
Prepare a brief clinical report in {language} based strictly on the information gathered during the interview.
|
105 |
Date to specify in the report: {current_date}
|
106 |
+
- Specify name, place of living, and current occupation if available.
|
107 |
- Use only the terms, criteria for diagnosis, and categories for clinical diagnosis or classifications
|
108 |
that are present in the provided knowledge base. Do not introduce any external information or terminology.
|
109 |
* In your diagnosis, you must be very careful. That is, you need to have enough evidence and information to rate or diagnose a patient.
|