brestok commited on
Commit
b695fbe
·
1 Parent(s): d9bccb2

update prompts

Browse files
Files changed (1) hide show
  1. trauma/api/message/ai/prompts.py +5 -2
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
- - The user's message is trauma-related therapy and mental health provider recommendations, trauma treatment types (EMDR, pre-verbal EMDR, Slapende Honden method), age-specific therapy needs, and special cases like transgender-related trauma or low IQ (LVB) therapy
 
 
 
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