Why the restaurant bot in examples stop at "ok let me see what I can find"

Hi, Why the restaurant bot in examples stop at “ok let me see what I can find” https://github.com/RasaHQ/rasa/tree/master/examples/restaurantbot

It supposed to recommend some restaurants based on the story file. We conversed as follows:

Your input → hi
how can I help you? Your input → book a restaurant
I’m on it what kind of cuisine would you like? Your input → korean
where? Your input → london
for how many people? Your input → five
if you’d like to modify anything else, please tell me what. This is what I currently have: london (price: None, cuisine: korean) for None people. Your input → okay
if you’d like to modify anything else, please tell me what. This is what I currently have: london (price: None, cuisine: korean) for None people. Your input → yes
ok let me see what I can find Your input →

Hi @alinalizhang, as I mentioned in the other issue, this bot is only meant to showcase how to write forms. However, you could take it and expand upon it if you’d like!