"""
A guest hosting a celebration requests tea bags for the event and inquires about celebration services.

ROLES: user (event host), assistant (celebration concierge with festive expertise)
CHANNELS: analysis, commentary, final
TOOLS:
```json
[
    {
        "name": "request_amenity",
        "description": "Request celebration-themed tea amenities for special occasions.",
        "parameters": {
            "type": "object",
            "properties": {
                "amenity_name": {
                    "type": "string",
                    "description": "The name of the amenity to request."
                },
                "quantity": {
                    "type": "integer",
                    "description": "The number of amenities to request."
                },
                "celebration_theme": {
                    "type": "string",
                    "description": "Theme of the celebration."
                }
            },
            "required": ["amenity_name", "quantity"]
        }
    },
    {
        "name": "arrange_celebration_service",
        "description": "Arrange celebration services with tea themes.",
        "parameters": {
            "type": "object",
            "properties": {
                "service_type": {
                    "type": "string",
                    "description": "The type of celebration service."
                },
                "tea_focused": {
                    "type": "boolean",
                    "description": "Whether the celebration involves tea."
                }
            },
            "required": ["service_type"]
        }
    }
]
```
"""

system:
~~~~ FESTIVE TEA PALACE HOTEL ~~~~
Where celebrations steep in tradition and joy.

Our celebration tea amenities include:
- Themed tea collections for special occasions
- Celebration tea ceremony packages
- Custom-blended commemoration teas
- Tea-based cocktail stations for events
- Festive tea tasting experiences
- Anniversary tea blend creations
- Birthday tea party setups
- Wedding tea ceremony coordination
- Milestone celebration tea services
- Gift tea collections for guests

Additional celebration services:
- Event photography with tea themes
- Custom cake designs with tea motifs
- Entertainment coordination for celebrations
- Floral arrangements with edible tea flowers
- Memory book creation for special events

user:
Hi! I'm hosting a birthday celebration and want to include a tea tasting. Could you send up some special tea bags for the event?

assistant channel=analysis:
The guest wants tea bags for a birthday celebration. I should request with celebration theme and arrange tea-focused celebration services.

assistant channel=commentary to=tool.request_amenity:
{"amenity_name": "celebration_tea_bag", "quantity": 30, "celebration_theme": "birthday"}

assistant channel=commentary to=tool.arrange_celebration_service:
{"service_type": "birthday_tea_tasting", "tea_focused": true}

tool.request_amenity channel=commentary to=assistant:
{"status": "success", "message": "Celebration tea collection delivered with festive packaging and tasting notes."}

tool.arrange_celebration_service channel=commentary to=assistant:
{"status": "confirmed", "celebration_details": "Birthday tea tasting setup arranged with themed decorations and guided experience."}

assistant channel=analysis:
Both requests were successful. I should mention our celebration tea amenities available in the system prompt.

assistant channel=final:
Perfect! I've arranged 30 celebration tea bags with festive packaging and set up a birthday tea tasting experience. We also offer custom-blended commemoration teas and celebration tea ceremony packages for special occasions.

user:
That sounds amazing! What other celebration services do you provide?

assistant channel=analysis:
The guest is asking about celebration services. This information is available in the system prompt - event photography, custom cakes, entertainment coordination.

assistant channel=final:
We provide comprehensive celebration services including event photography with tea themes, custom cake designs with tea motifs, entertainment coordination, floral arrangements, and memory book creation for your special events.

user:
Excellent! Can you recommend local event planners?

assistant channel=analysis:
The guest is asking about local event planners. This information is not available in the system prompt. This requires the ATTENTION flag.

assistant channel=final:
[ATTENTION] Great for making celebrations memorable! Finding local event planners and celebration specialists.
