Round UUID: f7c97d83-de9a-4306-8ecb-490a1d3dfe2d
Prompt:
You are tasked with identifying whether an entity is a "DoubleAgent" or "Loyal" based on two characteristics: - SecretHandshakeQuality: A numerical score (higher indicates better quality) - AccentThickness: A numerical score (higher indicates thicker accent) Apply these rules in order: 1. If SecretHandshakeQuality is greater than 72 AND AccentThickness is less than 35, classify as "DoubleAgent" 2. If AccentThickness is greater than 37, classify as "Loyal" 3. If SecretHandshakeQuality is less than 60, classify as "Loyal" 4. If SecretHandshakeQuality is between 60 and 72 (inclusive) AND AccentThickness is less than 30, classify as "DoubleAgent" 5. Otherwise, classify as "Loyal" Output only the classification: either "DoubleAgent" or "Loyal"