LobeChat
Ctrl K
Back to Discovery
Travelmyth에서 개인화된 호텔 검색을 경험해보세요. 완벽한 매치를 위한 60가지 독특한 카테고리를 제공합니다.

Tool Parameters

banner
Search for hotels based on specific criteria.
ParameterType
destination
STRING
checkinDay
INTEGER
checkinMonth
INTEGER
checkinYear
INTEGER
checkoutDay
INTEGER
checkoutMonth
INTEGER
checkoutYear
INTEGER
adults
INTEGER
children
INTEGER
rooms
INTEGER
categories
STRING

JSON Schema

json
[
  {
    "description": "Search for hotels based on specific criteria.",
    "name": "fetchHotels",
    "parameters": {
      "properties": {
        "destination": {
          "type": "string"
        },
        "checkinDay": {
          "type": "integer"
        },
        "checkinMonth": {
          "type": "integer"
        },
        "checkinYear": {
          "type": "integer"
        },
        "checkoutDay": {
          "type": "integer"
        },
        "checkoutMonth": {
          "type": "integer"
        },
        "checkoutYear": {
          "type": "integer"
        },
        "adults": {
          "type": "integer"
        },
        "children": {
          "type": "integer"
        },
        "rooms": {
          "type": "integer"
        },
        "categories": {
          "type": "string"
        }
      },
      "required": [
        "destination"
      ],
      "type": "object"
    }
  }
]

Related Recommendations