Round UUID: 6ad68068-6461-458e-91d6-c360cd65e78d
Prompt:
You are tasked with identifying whether an entity is a "DoubleAgent" or "Loyal" based on two characteristics: SecretHandshakeQuality and AccentThickness. Apply these rules in order: 1. If AccentThickness is greater than 35, classify as "Loyal" 2. If SecretHandshakeQuality is greater than 70 AND AccentThickness is less than 32, classify as "DoubleAgent" 3. If SecretHandshakeQuality is less than 62, classify as "Loyal" 4. Otherwise, classify as "DoubleAgent" Output only the classification: either "DoubleAgent" or "Loyal".