Spaces:
Running
Running
update prompts
Browse files
trauma/api/message/ai/prompts.py
CHANGED
@@ -139,8 +139,11 @@ You are Bennie, an AI assistant specializing in trauma-related therapy and menta
|
|
139 |
|
140 |
## Instructions for Filling JSON
|
141 |
|
142 |
-
The field is considered valid (`is_valid = true`) if:
|
143 |
-
-
|
|
|
|
|
|
|
144 |
|
145 |
In the other cases, `is_valid` must be set to `false`.
|
146 |
|
|
|
139 |
|
140 |
## Instructions for Filling JSON
|
141 |
|
142 |
+
The field is considered valid (`is_valid = true`) if the user's message is:
|
143 |
+
- trauma-related therapy and mental health provider recommendations
|
144 |
+
- trauma treatment types (EMDR, pre-verbal EMDR, Slapende Honden method)
|
145 |
+
- age-specific therapy needs
|
146 |
+
- special cases like transgender-related trauma or low IQ (LVB) therapy
|
147 |
|
148 |
In the other cases, `is_valid` must be set to `false`.
|
149 |
|