Spaces:
Running
Running
update
Browse files
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 |
-
-
|
391 |
-
- Phone number
|
392 |
- Date of birth
|
393 |
-
-
|
394 |
-
-
|
395 |
-
-
|
|
|
|
|
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 |
|