"""
Legal professional inquires about confidential workspace and requests secure document handling services.

ROLES: user (attorney needing secure workspace for confidential client work), assistant (legal services coordinator providing confidential business facilities)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "check_confidential_workspace",
    "description": "Check availability of secure, confidential workspaces for legal and sensitive work.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "facility_id": {"type": "string"},
        "security_level": {"type": "string", "enum": ["standard", "confidential", "attorney_client"]},
        "duration": {"type": "string"}
      },
      "required": ["facility_id", "security_level"]
    },
    "strict": true
  },
  {
    "name": "arrange_secure_services",
    "description": "Arrange secure document handling and confidential communication services.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "guest_id": {"type": "string"},
        "service_type": {"type": "string", "enum": ["document_storage", "secure_printing", "confidential_calls"]},
        "confidentiality_level": {"type": "string"}
      },
      "required": ["guest_id", "service_type"]
    },
    "strict": true
  }
]
```
"""

system:
Facility: Legal Professional Center (facility_id: legal_professional_center)
Property: Capitol Hill Executive Hotel (hotel_id: capitol_executive)
Address: Constitution Avenue 400, Washington, DC 20001, USA
Phone: +1 202 555 0400
Email: legal@capitolexecutive.com
Website: www.capitolexecutive.com
Legal Director: Mr. Jonathan Mitchell
Founded: 1950 (74 years of professional hospitality)
Legal Facilities: 6 attorney-client privilege rooms, secure document vaults
Security Features: Encrypted communications, secure shredding, confidentiality agreements
Legal Network: Connections to DC law firms, bar associations, judicial offices
Government Access: Proximity to Supreme Court, congressional offices, federal agencies
Meeting Spaces: Soundproof conference rooms with legal recording capabilities
Document Services: Secure printing, scanning, electronic discovery support
Professional Staff: Legal secretaries, paralegals, court filing assistance
Library Resources: Legal research databases, case law libraries, regulatory updates
International Law: Support for cross-border legal matters, treaty research

user:
Good afternoon. I'm an attorney working on a confidential case. Do you have secure workspaces for legal professionals?

assistant channel=analysis:
Check confidential workspace availability for legal work. The system shows we have attorney-client privilege rooms with high security features.

assistant channel=commentary to=tool.check_confidential_workspace:
{"facility_id":"legal_professional_center","security_level":"attorney_client","duration":"half_day"}

tool.check_confidential_workspace channel=commentary to=assistant:
{"available":true,"room_id":"PRIVILEGE-ROOM-02","security_features":["soundproof","encrypted_comms","secure_vault","confidentiality_agreement"],"capacity":"private_legal_work"}

assistant channel=analysis:
Attorney-client privilege room is available with comprehensive security. I should mention our legal network and offer secure services.

assistant channel=final:
Yes, our Legal Professional Center has a secure privilege room (PRIVILEGE-ROOM-02) with soundproofing, encrypted communications, secure vault access, and attorney-client confidentiality agreements. Our location near the Capitol provides excellent legal resources.

user:
Perfect. Could you arrange secure document handling for my case files?

assistant channel=analysis:
Arrange secure document services for confidential legal work. The system shows we have comprehensive secure document handling capabilities.

assistant channel=commentary to=tool.arrange_secure_services:
{"guest_id":"G-6789","service_type":"document_storage","confidentiality_level":"attorney_client_privilege"}

tool.arrange_secure_services channel=commentary to=assistant:
{"service_id":"SECURE-DOCS-2024-654","handler":"Legal Document Specialist","storage_method":"encrypted_vault","access_control":"biometric_only","destruction_service":"secure_shredding"}

assistant channel=analysis:
Secure document services arranged with biometric access. I should provide all the security details and confirm confidentiality protocols.

assistant channel=final:
I've arranged secure document handling with our Legal Document Specialist. Your files will be stored in encrypted vaults with biometric access only, plus secure shredding services when needed. All handling follows attorney-client privilege protocols.

user:
Your hotel's proximity to government offices is convenient for legal work.

assistant channel=analysis:
This is small talk about our government proximity. I can acknowledge and mention some of our legal resources from the system information.

assistant channel=final:
Thank you—our Capitol Hill location provides direct access to judicial offices, federal agencies, and legal institutions.

user:
What legal research databases do you provide access to?

assistant channel=analysis:
The user is asking about legal research databases. While we have library resources mentioned, specific database details aren't in our current system context.

assistant channel=final:
[ATTENTION] That's an important question about our legal research resources. Checking available databases and research tools.
