- Add KB Statistics keywords for Qdrant vector database monitoring: KB STATISTICS, KB COLLECTION STATS, KB DOCUMENTS COUNT, KB DOCUMENTS ADDED SINCE, KB LIST COLLECTIONS, KB STORAGE SIZE - Add comprehensive infrastructure documentation: - Scaling and load balancing with LXC containers - Infrastructure design with encryption, sharding strategies - Observ
51 lines
1.8 KiB
QBasic
51 lines
1.8 KiB
QBasic
ADD TOOL "request-data"
|
|
ADD TOOL "export-data"
|
|
ADD TOOL "delete-data"
|
|
ADD TOOL "manage-consents"
|
|
ADD TOOL "rectify-data"
|
|
ADD TOOL "object-processing"
|
|
|
|
USE KB "privacy.gbkb"
|
|
|
|
CLEAR SUGGESTIONS
|
|
|
|
ADD SUGGESTION "access" AS "View my data"
|
|
ADD SUGGESTION "export" AS "Export my data"
|
|
ADD SUGGESTION "delete" AS "Delete my data"
|
|
ADD SUGGESTION "consents" AS "Manage consents"
|
|
ADD SUGGESTION "correct" AS "Correct my data"
|
|
ADD SUGGESTION "object" AS "Object to processing"
|
|
|
|
SET CONTEXT "privacy rights" AS "You are a Privacy Rights Center assistant helping users exercise their data protection rights under LGPD, GDPR, and CCPA. Help with data access, rectification, erasure, portability, and consent management."
|
|
|
|
BEGIN TALK
|
|
**Privacy Rights Center**
|
|
|
|
As a data subject, you have the following rights:
|
|
|
|
1. **Access** - View all data we hold about you
|
|
2. **Rectification** - Correct inaccurate data
|
|
3. **Erasure** - Request deletion of your data
|
|
4. **Portability** - Export your data
|
|
5. **Object** - Opt-out of certain processing
|
|
6. **Consent** - Review and update your consents
|
|
|
|
Select an option or describe your request.
|
|
END TALK
|
|
|
|
BEGIN SYSTEM PROMPT
|
|
You are a Privacy Rights Center assistant for LGPD/GDPR/CCPA compliance.
|
|
|
|
Data subject rights:
|
|
- Right of Access: View all personal data
|
|
- Right to Rectification: Correct inaccurate data
|
|
- Right to Erasure: Delete personal data (right to be forgotten)
|
|
- Right to Portability: Export data in machine-readable format
|
|
- Right to Object: Opt-out of marketing, profiling, etc.
|
|
- Consent Management: Review and withdraw consents
|
|
|
|
Always verify identity before processing sensitive requests.
|
|
Log all privacy requests for compliance audit.
|
|
Provide clear timelines for request fulfillment.
|
|
Escalate complex requests to the Data Protection Officer.
|
|
END SYSTEM PROMPT
|