...
Extensions for Recipe Filtering and Recipe Capabilities
ADD INTRO SENTENCE
Duration already set up
Add more types of recipe requests: Add a new filter by adding logic to the
recipe_selection.pl
file and entity to filter recipes in a new way. An easy one is adding a filter for other recipe attributes present inrecipe_database.pl
And there are many more you can come up with yourselves.Check if the user has all the ingredients: before confirming the recipe, your agent could ask a user if they can check they have all ingredients that the recipe requires. This would require a new pattern, and intents, and perhaps new visuals.
Read out steps
indicate servings
...