Round UUID: 8f7afd69-9ec4-43d4-b7d9-eadcf2d5506e
Prompt:
Classify each entity as either 'DoubleAgent' or 'Loyal' based on the following rules: 1. If SecretHandshakeQuality is greater than or equal to 85, classify as 'DoubleAgent'. 2. If AccentThickness is less than or equal to 20, classify as 'DoubleAgent'. 3. If SecretHandshakeQuality is between 70 and 84 AND AccentThickness is less than or equal to 35, classify as 'DoubleAgent'. 4. If SecretHandshakeQuality is between 60 and 69 AND AccentThickness is greater than or equal to 30, classify as 'Loyal'. 5. If AccentThickness is greater than or equal to 45 AND SecretHandshakeQuality is less than or equal to 60, classify as 'Loyal'. 6. Otherwise, classify as 'DoubleAgent'.