check_compliance
Check if an action type like automated decision or recruitment complies with EU AI Act and GDPR. Specify action type and jurisdiction to get risk level, requirements, and prohibition status.
Instructions
Prüft ob ein Aktionstyp besondere Anforderungen unter EU AI Act oder DSGVO hat.
Kennt Risikokategorien: automated_decision, biometric_identification, credit_scoring, content_moderation, recruitment, data_processing, customer_profiling, chatbot_interaction.
Args: action_type: Art der Aktion (z.B. "automated_decision", "recruitment") jurisdiction: Rechtsraum — aktuell "EU" unterstützt
Returns: action_type: Abgefragter Aktionstyp jurisdiction: Geprüfter Rechtsraum risk_level: AI Act Risikostufe requirements: Liste der Anforderungen gdpr_articles: Relevante DSGVO-Artikel is_prohibited: Ob die Aktion verboten ist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_type | Yes | ||
| jurisdiction | No | EU |