{
  "schemaVersion": "0.2.0",
  "name": "Royal Horse Resort Concierge",
  "description": "Conversational concierge for Royal Horse Resort — answers questions about accommodation, equestrian services, events, recreation, and helps direct guests to the correct booking channel.",
  "url": "https://rhr.lt/",
  "provider": {
    "organization": "Royal Horse Resort",
    "url": "https://rhr.lt/",
    "contact": {
      "email": "info@rhr.lt",
      "phone": "+370-685-99996",
      "messenger": "https://m.me/royalhorseresort"
    }
  },
  "version": "1.0.0",
  "documentationUrl": "https://rhr.lt/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "answer-faq",
      "name": "Answer FAQ",
      "description": "Answer factual questions about Royal Horse Resort.",
      "tags": [
        "faq",
        "information"
      ],
      "examples": [
        "Where is Royal Horse Resort located?",
        "How can I book a wedding venue?",
        "What languages are excursions in?"
      ]
    },
    {
      "id": "list-services",
      "name": "List services",
      "description": "Enumerate accommodation, equestrian, event and recreational offerings.",
      "tags": [
        "services",
        "catalog"
      ]
    },
    {
      "id": "route-reservation",
      "name": "Route reservation request",
      "description": "Direct user to the correct reservation channel.",
      "tags": [
        "booking",
        "handoff"
      ]
    },
    {
      "id": "share-contact",
      "name": "Share contact details",
      "description": "Provide phone, email, address and Messenger link.",
      "tags": [
        "contact"
      ]
    }
  ],
  "supportedLanguages": [
    "lt",
    "en",
    "ru"
  ],
  "policy": {
    "aiUsage": "https://rhr.lt/ai.json",
    "privacy": "https://rhr.lt/privatumo-politika",
    "tdmReservation": "https://rhr.lt/.well-known/tdmrep.json"
  }
}