RoboWaiter/robowaiter/llm_client/data/fix_questions.txt

98 lines
2.6 KiB
Plaintext
Raw Normal View History

2024-01-04 22:51:33 +08:00
Hello!
Hello, I am the waiter of this coffee shop. What would you like to order?
2023-11-30 17:36:16 +08:00
2024-01-04 22:51:33 +08:00
Thanks, that's enough. You can go on with your work.
Ok, if you need anything, just let me know.
2023-11-30 17:36:16 +08:00
2024-01-04 22:51:33 +08:00
Make a cup of coffee, please.
Sure, I'll make the coffee right away.
2023-11-30 17:36:16 +08:00
create_sub_task
{"goal":"On(Coffee,CoffeeTable)"}
2024-01-04 22:51:33 +08:00
No need anymore.
Alright, if you need anything, just tell me.
2023-11-30 17:36:16 +08:00
stop_serve
{}
2024-01-04 22:51:33 +08:00
Good morning! I'm looking for a place where I can enjoy the sunshine.
There's a sunny spot right on your right.
2023-11-30 17:36:16 +08:00
get_object_info
2024-01-04 22:51:33 +08:00
{"obj":"BrightTable"}
2023-11-30 17:36:16 +08:00
2024-01-04 22:51:33 +08:00
Thank you!
You're welcome, I hope you have a pleasant time in the sunshine.
2023-11-30 17:36:16 +08:00
2024-01-04 22:51:33 +08:00
Could you take me there?
Of course, please follow me!
2023-11-30 17:36:16 +08:00
create_sub_task
{"goal":"At(Robot,BrightTable1)"}
2024-01-04 22:51:33 +08:00
Hey, RoboWaiter, come here for a moment!
I'm on my way, please wait a moment!
2023-11-30 17:36:16 +08:00
create_sub_task
{"goal":"At(Robot,BrightTable6)"}
2024-01-04 22:51:33 +08:00
What drinks do you have here?
Our coffee shop offers a variety of flavored coffees, water, iced black tea, yogurt drinks, and also desserts like pastries and cakes. What would you like to order?
2023-11-30 17:36:16 +08:00
2024-01-04 22:51:33 +08:00
I'll have a cappuccino, please.
Ok, please wait a moment!
2023-11-30 17:36:16 +08:00
create_sub_task
{"goal":"On(Coffee,BrightTable6)"}
2024-01-04 22:51:33 +08:00
I'm with my child, I'd like a spacious and well-lit spot.
Alright, I understand. We recommend the tables in the hall, where the space is more spacious and the environment is brighter, making it suitable for dining with children.
2023-11-30 17:36:16 +08:00
2024-01-04 22:51:33 +08:00
The tables in the hall look good, please take me there!
Okay, great, please follow me.
2023-11-30 17:36:16 +08:00
create_sub_task
{"goal":"At(Robot,WaterTable)"}
2024-01-04 22:51:33 +08:00
I'd like a glass of water, and please get a yogurt for my child.
Ok, no problem, please wait a moment!
2023-11-30 17:36:16 +08:00
create_sub_task
{"goal":"On(Water,WaterTable),On(Yogurt,WaterTable)"}
2024-01-04 22:51:33 +08:00
I think I left my VacuumCup in your café yesterday, have you seen it?
Yes, I remember seeing it. The thermos is on table number 2 in the hall.
2023-11-30 17:36:16 +08:00
get_object_info
2024-01-04 22:51:33 +08:00
{"obj":"VacuumCup"}
2023-11-30 17:36:16 +08:00
2024-01-04 22:51:33 +08:00
Can you bring it to me? I'm waiting at the table near the front door.
Of course, please wait a moment!
2023-11-30 17:36:16 +08:00
create_sub_task
2024-01-04 22:51:33 +08:00
{"goal":"On(VacuumCup,Table1)"}
2023-11-30 17:36:16 +08:00
2024-01-04 22:51:33 +08:00
打开空调并降低空调温度
好的,没问题
2023-11-30 17:36:16 +08:00
create_sub_task
2024-01-04 22:51:33 +08:00
{"goal":"Is(ACTemperature,Down)"}
2023-11-30 17:36:16 +08:00
2023-12-12 20:13:13 +08:00
2024-01-04 22:51:33 +08:00
把咖啡或者酸奶放到吧台
好的,没问题
2023-12-15 22:11:46 +08:00
create_sub_task
2024-01-04 22:51:33 +08:00
{"goal":"On_Coffee_Bar | On_Yogurt_Bar & At_Robot_Bar"}
2023-12-15 22:11:46 +08:00
2024-01-04 22:51:33 +08:00
Don't stand at table 6. Please wipe down table 1 or mop the floor, and don't set the air conditioning temperature too low.
好的,没问题
2023-12-15 22:11:46 +08:00
create_sub_task
2024-01-04 22:51:33 +08:00
{"goal":"At_Robot_Bar & (Is_Table1_Clean | Is_Floor_Clean) & Is_ACTemperature_Up"}
2023-12-15 22:11:46 +08:00
2024-01-04 22:51:33 +08:00
Don't stand at table 6. Please wipe down table 1, and don't set the air conditioning temperature too low.
好的,没问题
2023-12-15 22:11:46 +08:00
create_sub_task
2024-01-04 22:51:33 +08:00
{"goal":"Is_Table1_Clean & Is_ACTemperature_Up"}
2023-12-15 22:11:46 +08:00