Round UUID: 3538ec3d-559d-4823-8c01-d700f38a9143
Prompt:
You are tasked with identifying whether an entity is a DoubleAgent or Loyal based on two attributes: SecretHandshakeQuality and AccentThickness. Apply these rules in order: 1. If SecretHandshakeQuality >= 80, classify as DoubleAgent 2. If SecretHandshakeQuality >= 73 AND AccentThickness <= 42, classify as DoubleAgent 3. If SecretHandshakeQuality >= 70 AND AccentThickness < 35, classify as DoubleAgent 4. If AccentThickness < 27 AND SecretHandshakeQuality >= 58, classify as DoubleAgent 5. If SecretHandshakeQuality >= 65 AND AccentThickness < 32, classify as DoubleAgent 6. If AccentThickness >= 43, classify as Loyal 7. Otherwise, classify as Loyal Respond with only "DoubleAgent" or "Loyal".