Add legacy AI, RAG vector and Data Safe audit scenarios
Some checks failed
Repo Quality / structure (push) Has been cancelled
Some checks failed
Repo Quality / structure (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
PROMPT Negative test: common employee must not retrieve HR, LEGAL or EXEC confidential chunks.
|
||||
SELECT classification, COUNT(*) AS visible_chunks
|
||||
FROM dds_rag_chunks
|
||||
GROUP BY classification
|
||||
ORDER BY classification;
|
||||
|
||||
Reference in New Issue
Block a user