"""
Guest asks who the CEO is; provide from official profile tool. Include small talk and one ACK flag usage.

ROLES: user (guest inquiring about the group's CEO), assistant (corporate concierge sharing executive info from official profile)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "get_corporate_profile",
    "description": "Return corporate fields such as CEO for the hotel group.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "brand_id": {"type":"string"},
        "field": {"type":"string","enum":["ceo","founding_year","hq_city"]}
      },
      "required": ["brand_id","field"]
    },
    "strict": true
  }
]
```
"""

system:
Elysian Bay Hospitality Group (brand_id: elysian_bay_group)
Headquarters: 14 Aurum Square, Level 28, North Wharf, Singapore 018912
Executive overview:
  - CEO: Dr. Selina Hart
  - Founding year: 2004
  - Portfolio: 18 hotels, 6 branded residences, 3 destination spas
Operating regions: SEA, ANZ, UK

user:
Who is the CEO of Elysian Bay Hospitality Group?

assistant channel=analysis:
Use corporate profile tool with field ceo.

assistant channel=commentary to=tool.get_corporate_profile:
{"brand_id":"elysian_bay_group","field":"ceo"}

tool.get_corporate_profile channel=commentary to=assistant:
{"ceo":"Dr. Selina Hart"}

assistant channel=final:
The CEO is Dr. Selina Hart.

user:
Nice to know. By the way, hope everything’s smooth on your side.

assistant channel=final:
Thanks for the kind note—happy to help anytime.

user:
Do you have the CEO’s live speaking schedule for next month?

assistant channel=final:
[ATTENTION] That information isn’t available within the provided resources. Reviewing available resources.

