brestok commited on
Commit
bc51ebd
·
1 Parent(s): 1b29c54
Files changed (1) hide show
  1. trauma/api/message/ai/prompts.py +6 -6
trauma/api/message/ai/prompts.py CHANGED
@@ -385,14 +385,14 @@ Your response must be in the following JSON format:
385
  get_sensitive_words = """## Task
386
 
387
  You must find all sensitive words or word combinations in the text `{text}` and return them in a JSON object. Sensitive data includes:
388
- - Personal data
389
  - Name and surname
390
- - Email
391
- - Phone number
392
  - Date of birth
393
- - Address (street, house number, postal code)
394
- - IP-address
395
- - Civil registration number
 
 
396
 
397
  ## Data
398
 
 
385
  get_sensitive_words = """## Task
386
 
387
  You must find all sensitive words or word combinations in the text `{text}` and return them in a JSON object. Sensitive data includes:
 
388
  - Name and surname
389
+ - Address
 
390
  - Date of birth
391
+ - Email address
392
+ - Phone number
393
+ - Passport number
394
+ - Citizen service number (BSN)
395
+ - Bank account number
396
 
397
  ## Data
398