Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
rohankaran
commited on
Commit
•
97fb0a8
1
Parent(s):
9e4f6bf
Update data detection rule in chatbot output configuration
Browse filesThe configuration file for the chatbot's interaction was modified, changing the rule from 'mask sensitive data on output' to 'detect sensitive data on output'. This allows for more active tracking and recognition of potential sensitivity issues during user-bot interactions.
nemoguardrails_config/config.yml
CHANGED
@@ -33,4 +33,4 @@ rails:
|
|
33 |
output:
|
34 |
flows:
|
35 |
- self check output
|
36 |
-
-
|
|
|
33 |
output:
|
34 |
flows:
|
35 |
- self check output
|
36 |
+
- detect sensitive data on output
|