Round UUID: 507c6cb0-f907-4a9f-9941-e24225dff570
Prompt:
Classify each entity as either 'DoubleAgent' or 'Loyal' based on the following rules: 1. If SecretHandshakeQuality is greater than or equal to 90, classify as 'DoubleAgent'. 2. If AccentThickness is less than or equal to 10, classify as 'DoubleAgent'. 3. If SecretHandshakeQuality is greater than or equal to 75 AND AccentThickness is less than or equal to 30, classify as 'DoubleAgent'. 4. If SecretHandshakeQuality is greater than or equal to 65 AND AccentThickness is less than or equal to 25, classify as 'DoubleAgent'. 5. If SecretHandshakeQuality is between 60 and 70 AND AccentThickness is between 25 and 40, classify as 'Loyal'. 6. If SecretHandshakeQuality is less than or equal to 60 AND AccentThickness is greater than or equal to 35, classify as 'Loyal'. 7. If SecretHandshakeQuality is less than or equal to 50 AND AccentThickness is greater than or equal to 40, classify as 'Loyal'. 8. If SecretHandshakeQuality is greater than 70, prioritize this over AccentThickness when making a classification. 9. Otherwise, classify as 'Loyal'.