Concept: Compliance | Python:
client.compliance_check()Parameters
string
आवश्यक
AI-generated text या system description जो check करनी है।
string[]
आवश्यक
Check करने के लिए regulatory frameworks। Options:
gdpr, ccpa, hipaa, eu_ai_act, india_dpdp, india_ai_gov।string
Deployment context की description (जैसे “healthcare chatbot for EU patients”)। Accuracy improve करती है।
Request
Response
boolean
true सिर्फ तब जब सभी requested frameworks pass हो गए हों।object
Per-framework results। हर entry में
compliant (boolean) और issues (flagged clauses की array with severity और remediation guidance) होते हैं।number
Single framework के लिए 5.0, 2–3 के लिए 8.0, 4–5 के लिए 10.0।