Round UUID: 6fd75559-a7f8-4f92-bf3e-0ab15e2ad026
Prompt:
Classify each entity as either 'DoubleAgent', 'Loyal', or 'Neutral' 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 15, classify as 'DoubleAgent'. 3. If SecretHandshakeQuality is between 75 and 89 AND AccentThickness is less than or equal to 30, classify as 'DoubleAgent'. 4. If SecretHandshakeQuality is less than or equal to 60 AND AccentThickness is greater than or equal to 35, classify as 'Loyal'. 5. If SecretHandshakeQuality is between 60 and 75 AND AccentThickness is greater than or equal to 30 AND AccentThickness is less than or equal to 40, classify as 'Loyal'. 6. If SecretHandshakeQuality is between 70 and 85 AND AccentThickness is between 20 and 35, classify as 'Loyal'. 7. Otherwise, classify as 'Neutral'.