classify_ai_system_risk
Determine an AI system's risk level under the EU AI Act, classifying it as prohibited, high, limited, or minimal risk based on its use case and characteristics.
Instructions
Determine AI system risk level per EU AI Act classification framework.
Classifies system as: PROHIBITED, HIGH-RISK, LIMITED-RISK, or MINIMAL-RISK based on Articles 5, 6, and 50.
Args: system_description: Description of the AI system use_case: Primary use case (e.g., "employment", "healthcare", "chatbot") biometric_data: Uses biometric identification/categorization critical_infrastructure: Used in critical infrastructure education: Used in education/vocational training law_enforcement: Used for law enforcement predicts_criminal_behavior: Predicts criminal behavior from profiling social_scoring: Performs social scoring emotion_detection_workplace: Detects emotions in workplace/education generates_content: Generates synthetic content interacts_with_users: Interacts with natural persons
Returns: Risk classification with applicable obligations and deadlines
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| use_case | Yes | ||
| education | No | ||
| biometric_data | No | ||
| social_scoring | No | ||
| law_enforcement | No | ||
| generates_content | No | ||
| system_description | Yes | ||
| interacts_with_users | No | ||
| critical_infrastructure | No | ||
| predicts_criminal_behavior | No | ||
| emotion_detection_workplace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |