Round UUID: 71df7418-86d8-421f-b219-7964b67b0ec3
Prompt:
You are given a single row of data with two fields: • SecretHandshakeQuality (numeric) • AccentThickness (numeric) Your task is to predict if this agent is DoubleAgent or Loyal based on the following rules: 1) If SecretHandshakeQuality > 80, predict DoubleAgent. 2) Else if SecretHandshakeQuality < 60, predict Loyal. 3) Else (meaning 60 ≤ SecretHandshakeQuality ≤ 80): a) If AccentThickness < 30, predict DoubleAgent. b) Otherwise, predict Loyal. Make sure to apply these rules exactly as stated without additional interpretation. Only output “DoubleAgent” or “Loyal” as your answer.