File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 4949 "expected_result" : " {reservation details}"
5050 }
5151 ]
52+ },
53+ {
54+ "name" : " Scenario 4" ,
55+ "tasks" : [
56+ {
57+ "task" : " I would like to travel to Krakow. What is the best raded hotel there" ,
58+ "expected_result" : " Hotel Copernicus"
59+ },
60+ {
61+ "task" : " What is the price of the most expensive room in the hotel" ,
62+ "expected_result" : " 780"
63+ },
64+ {
65+ "task" : " is this room available from 2025-01-19 to 2025-01-25" ,
66+ "expected_result" : " no, it is not available"
67+ },
68+ {
69+ "task" : " what is the nearest availability for that room" ,
70+ "expected_result" : " from 2025-01-20 to 2025-01-25"
71+ },
72+ {
73+ "task" : " book from 2025-01-20 to 2025-01-25" ,
74+ "expected_result" : " {reservation details}"
75+ }
76+ ]
5277 }
5378]
5479
You can’t perform that action at this time.
0 commit comments