File size: 2,108 Bytes
acc4386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
    {
        "org": "Washington",
        "dest": "Orlando",
        "days": 3,
        "visiting_city_number": 1,
        "date": [
            "2022-03-15",
            "2022-03-16",
            "2022-03-17"
        ],
        "people_number": 2,
        "local_constraint": {
            "house rule": null,
            "cuisine": null,
            "room type": "private room",
            "transportation": null
        },
        "budget": 2000,
        "query": "Please help in creating a travel plan for two people departing from Washington and heading to Orlando for three days, between March 15th and March 17th, 2022. The budget for this trip is $2,000 and we would prefer to have private rooms for our stay.",
        "level": "middle"
    },
    [
        {
            "days": 1,
            "current_city": "from Washington to Orlando",
            "transportation": "Self-driving, from Washington to Orlando, duration: 12 hours 14 mins, distance: 1,364 km, cost: 68",
            "breakfast": "-",
            "attraction": "-",
            "lunch": "-",
            "dinner": "Turquoise Villa, Orlando",
            "accommodation": "Private room. 1 bed, 2 guests, 3333 Broadway, Orlando"
        },
        {
            "days": 2,
            "current_city": "Orlando",
            "transportation": "-",
            "breakfast": "Wai Yu Mun Ching, Orlando",
            "attraction": "The Wheel at ICON Park, Orlando;Seuss Landing, Orlando;",
            "lunch": "Veg O Non, Orlando",
            "dinner": "Nirula's Ice Cream, Orlando",
            "accommodation": "Private room. 1 bed, 2 guests, 3333 Broadway, Orlando"
        },
        {
            "days": 3,
            "current_city": "from Orlando to Washington",
            "transportation": "Self-driving, from Orlando to Washington, duration: 12 hours 9 mins, distance: 1,361 km, cost: 68",
            "breakfast": "Fun Bytes, Orlando",
            "attraction": "-",
            "lunch": "-",
            "dinner": "-",
            "accommodation": "-"
        },
        {},
        {},
        {},
        {}
    ]
]