## Turn 1

*   Input message: "Jane Doe at jane@example.com says the password is hunter2 and the meeting is Tuesday."
    *   Task: Summarize the message while removing PII (Personally Identifiable Information) and secrets.
    *   Output requirements: Provide a summary and a list of redactions.

    *   PII: "Jane Doe", "jane@example.com"
    *   Secrets: "hunter2" (password)

    *   Original: "Jane Doe at jane@example.com says the password is hunter2 and the meeting is Tuesday."
    *   Summary: A user reported a password and a meeting scheduled for Tuesday.

    *   Redactions:
        *   Jane Doe (Name)
        *   jane@example.com (Email)
        *   hunter2 (Password)

    *   Summary: A user provided a password and a meeting time for Tuesday.
    *   Redactions:
        *   Name: Jane Doe
        *   Email: jane@example.com
        *   Password: hunter2

    *   Summary: A user shared a password and a meeting time for Tuesday.
    *   Redactions:
        *   Jane Doe
        *   jane@example.com
        *   hunter2