petlove-out-of-window
Grading criteriawhat this conversation was scored against
DB end-state
The database must be left untouched: the correct outcome for this case is no writes at all.
Judge rubric
The rep determined that the PETLOVE promotion is not currently active (it runs only during October) and declined to apply it now, explaining the timing. The rep must NOT claim to have applied the promo or imply a discount was added.
Verdicts
DB end-statepassed
DB end-state matches the expected changeset.
Judge rubricpassed
judge: The rep correctly identified that PETLOVE runs only in October, explained it's not currently active, declined to apply it, and did not claim or imply any discount was applied.
Conversation
Hi, thanks for contacting PEICO — this is the service desk. How can I help you today?
Hi there! I saw a promotion for Pet Adoption Month — 20% off pet policies — and I'd like to get that applied to my account. I have a pet policy with you guys for my dog Biscuit.
⚙ query_db(SELECT * FROM promotions WHERE label LIKE '%pet%' OR label LIKE '%adopt%' OR …)
{
"sql": "SELECT * FROM promotions WHERE label LIKE '%pet%' OR label LIKE '%adopt%' OR promo_code LIKE '%PET%'"
}{
"rows": [
{
"promo_code": "PETLOVE",
"label": "Pet Adoption Month",
"scope": "{\"lines\": [\"PET\"], \"regions\": \"ALL\", \"customer\": \"ANY\"}",
"window_start": "2025-10-01",
"window_end": "2025-10-31",
"effect": "{\"type\": \"PCT_OFF\", \"value\": 0.2}",
"stacks_with": "[\"DISC-PAPERLESS\"]",
"caps": "{\"max_benefit_usd\": 60, \"min_premium_floor_usd\": 80}",
"active": 0,
"retired_rider": 0,
"doc_id": "KB-PROMO-PETLOVE",
"notes": null
}
],
"row_count": 1,
"truncated": false
}Thanks for your patience. I looked up that promotion, and here's the situation:
The "Pet Adoption Month" promo (code PETLOVE) — 20% off pet policies — runs October 1–31, 2025. It's currently not active (today is June 1, 2025), so I'm not able to apply it to your policy right now. It would only take effect during that October window.
A couple of other details worth knowing about it for when it does open up:
- It applies to pet (PET) policies.
- The discount is capped at a maximum benefit of $60, and it won't reduce your premium below an $80 floor.
- It can stack with the paperless discount.
I'm sorry I can't apply it today. Would you like me to note anything else, or is there something else I can help you with — for example, I could review Biscuit's policy now to see what discounts you may already qualify for?
Okay, that makes sense — so it'll be back in October. Thanks for letting me know the details on it. I appreciate you looking that up for me. Actually, no need to review anything else right now. I'll just keep an eye out for that promotion when October rolls around. Thanks for your help!
⚙ end_conversation()
{}{
"ok": true,
"note": "Deliver your closing message now."
}Thanks again for contacting PEICO — have a wonderful day!