Round UUID: 8b71bca6-d3ee-41ef-a458-39ab8e2f7791
Prompt:
Analyze the provided Entity Data, which contains 'SecretHandshakeQuality' and 'AccentThickness'. Classify the entity as 'DoubleAgent' or 'Loyal' based on the following rules. Apply the rules in the order they are listed. 1. If SecretHandshakeQuality > 71: a. If AccentThickness > 50, classify as 'Loyal'. b. Otherwise (AccentThickness <= 50), classify as 'DoubleAgent'. 2. If SecretHandshakeQuality <= 60: a. If AccentThickness <= 20, classify as 'DoubleAgent'. b. Otherwise (AccentThickness > 20), classify as 'Loyal'. 3. If SecretHandshakeQuality > 60 AND SecretHandshakeQuality <= 71: a. If AccentThickness > 30, classify as 'Loyal'. b. Otherwise (AccentThickness <= 30), classify as 'DoubleAgent'. Provide only the classification ('DoubleAgent' or 'Loyal') as the output.