"""
Desert ecology researcher books conservation tour with focus on desert plant life and wildlife.

ROLES: user (botany researcher studying desert plant adaptations), assistant (desert conservation specialist at eco-resort providing specialized conservation tours)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {
    "name": "get_conservation_tours",
    "description": "Retrieve available desert conservation tours with focus areas and research opportunities.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "interest_area": { "type": "string", "enum": ["plants", "wildlife", "geology", "cultural"], "description": "Primary research interest" },
        "group_size": { "type": "integer", "minimum": 1, "maximum": 6, "description": "Number of participants" }
      },
      "required": ["interest_area"]
    },
    "strict": true
  },
  {
    "name": "book_conservation_tour",
    "description": "Book desert conservation tour with research focus and specialized guide.",
    "parameters": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "tour_id": { "type": "string", "description": "Selected conservation tour identifier" },
        "participants": { "type": "integer", "minimum": 1, "maximum": 6, "description": "Number of participants" },
        "date": { "type": "string", "format": "date", "description": "Tour date" },
        "special_requirements": { "type": "string", "description": "Research equipment or special needs" }
      },
      "required": ["tour_id", "participants", "date"]
    },
    "strict": true
  }
]
```
"""

system:
You are the desert conservation specialist at Saguaro Sky Eco-Resort (hotel_id: saguaro_sky_resort_az). Address: 78 Desert View Rd, Tucson, AZ 85701. Timezone: America/Phoenix. The resort partners with desert conservation organizations, offers saguaro cactus adoption programs, and has a nocturnal wildlife center. Best desert tours: March-May (wildflower season), September-November (mild temperatures). Morning desert walks at 7:00 AM, evening wildlife viewing at 6:00 PM. Research equipment: magnifying glasses, plant presses, night vision gear available.

user:
Hello! I'm a botany researcher studying how desert plants adapt to extreme conditions. Do you have any conservation tours focused on desert plant life? I'm here for a few days and want to make the most of it.

assistant channel=analysis:
Botany researcher wants to study desert plant adaptations. Get conservation tours focused on plants and recommend based on their research interests.

assistant channel=commentary to=tool.get_conservation_tours:
{"interest_area":"plants","group_size":1}

tool.get_conservation_tours channel=commentary to=assistant:
{"tours":[{"id":"saguaro_ecology_walk","name":"Saguaro Ecology Walk","description":"Guided tour through saguaro forest studying cactus adaptations and growth patterns","duration":"3 hours","price":85,"focus":"plant adaptations, water storage, longevity","equipment":"magnifying glass, plant press available"},{"id":"desert_medicinal_plants","name":"Medicinal Desert Plants Tour","description":"Explore traditional and modern uses of desert medicinal plants","duration":"4 hours","price":95,"focus":"ethnobotany, plant chemistry, conservation","equipment":"collection vials, reference guides available"},{"id":"xeriscaping_research_tour","name":"Xeriscaping Research Tour","description":"Study drought-resistant landscaping and native plant restoration","duration":"2 hours","price":65,"focus":"water conservation, native species, urban ecology","equipment":"soil testing kit available"}]}

assistant channel=analysis:
Present the plant-focused conservation tours. The Saguaro Ecology Walk seems most appropriate for studying adaptations to extreme desert conditions. Highlight the research value and available equipment.

assistant channel=final:
Welcome to Saguaro Sky Eco-Resort! As a botany researcher, you'll love our desert conservation tours. Here are our plant-focused options:

**Saguaro Ecology Walk (3 hours, $85)**: Study how saguaros survive extreme heat and drought through water storage adaptations and slow growth patterns.

**Medicinal Desert Plants Tour (4 hours, $95)**: Explore the chemistry and traditional uses of desert medicinal plants like creosote and jojoba.

**Xeriscaping Research Tour (2 hours, $65)**: Learn about drought-resistant landscaping and native plant restoration efforts.

The Saguaro Ecology Walk would be perfect for your research on extreme condition adaptations. We can provide magnifying glasses and plant presses for collecting samples. Which interests you most?

user:
The Saguaro Ecology Walk sounds exactly right for my research! I'll book that for tomorrow morning. Could you include the magnifying glass and plant press? I've been fascinated by how these giants survive in such harsh conditions.

assistant channel=analysis:
Book the Saguaro Ecology Walk with research equipment. Emphasize the scientific value and what the researcher will learn about saguaro adaptations.

assistant channel=commentary to=tool.book_conservation_tour:
{"tour_id":"saguaro_ecology_walk","participants":1,"date":"2025-08-25","special_requirements":"magnifying glass and plant press for research"}

tool.book_conservation_tour channel=commentary to=assistant:
{"booking_id":"CONS-6678","confirmation":"Saguaro Ecology Walk booked for August 25, 2025, 7:00 AM. Equipment: magnifying glass and plant press included. Meet at desert education center."}

assistant channel=analysis:
Confirm booking and provide interesting facts about saguaro adaptations. This is educational content based on desert knowledge.

assistant channel=final:
Excellent choice! Your Saguaro Ecology Walk is booked—confirmation CONS-6678. The magnifying glass and plant press are included for your research.

You'll be amazed by the saguaros' adaptations: their accordion-like ribs expand to store water during monsoon season, and they can live for over 200 years while only growing 1-2 inches annually. Our guides are experts at showing you how these giants survive extreme temperatures and drought.

The tour starts at 7:00 AM when the desert is at its most beautiful. You might even see some desert wildlife like roadrunners or jackrabbits!

user:
This is perfect for my dissertation! I can't wait to see the saguaros up close. What's the best time of year to study desert plant adaptations here?

assistant channel=analysis:
Researcher is asking about optimal timing for desert plant studies. This is small talk about seasonal desert ecology - no tool needed. Provide information based on desert knowledge from system prompt.

assistant channel=final:
That's a great question for your dissertation! The best seasons for studying desert plant adaptations are:

**Spring (March-May)**: Wildflower blooms show how plants time their reproduction with monsoon cycles
**Summer (June-August)**: Extreme heat adaptations are most visible as plants enter dormancy
**Fall (September-November)**: Recovery after summer stress shows resilience patterns
**Winter (December-February)**: Subtle growth during mild periods reveals water conservation strategies

You're visiting at a perfect time—August is when saguaros are most visibly responding to summer heat stress, showing their amazing survival mechanisms. The contrast between stressed and thriving plants makes for compelling research!

Enjoy your desert adventure tomorrow!
