Round 233

Round UUID: c19c8d00-2bb5-4455-84ce-f9de27bac385

Prompt:

Given the following entity data, classify the entity as either 'DoubleAgent' or 'Loyal' based on these explicit rules:

1. If SecretHandshakeQuality is greater than or equal to 65 and AccentThickness is less than or equal to 32, classify as DoubleAgent.
2. If SecretHandshakeQuality is greater than or equal to 70 and AccentThickness is less than or equal to 40, classify as DoubleAgent.
3. If SecretHandshakeQuality is greater than or equal to 60 and AccentThickness is less than or equal to 20, classify as DoubleAgent.
4. If AccentThickness is greater than 40, classify as Loyal.
5. In all other cases, classify as Loyal.

Entity Data:
    SecretHandshakeQuality: [value]
    AccentThickness: [value]

Classify as either 'DoubleAgent' or 'Loyal' and provide only the label.