From a2dd3e98a94140442471b6fa0f55a5cc6e3fc5d2 Mon Sep 17 00:00:00 2001 From: Esteban Herrera Date: Tue, 5 Mar 2024 13:47:34 -0600 Subject: [PATCH] Update control patterns --- bundles/libcommbase/README.md | 23 ++++++++++++++++++- .../control_patterns.json | 1 + 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/bundles/libcommbase/README.md b/bundles/libcommbase/README.md index 6b85978e..cd55e353 100644 --- a/bundles/libcommbase/README.md +++ b/bundles/libcommbase/README.md @@ -11,21 +11,38 @@ libcommbase is a collection of libraries to centralize common functions that can libcommbase comes with 26 reliable and mutually exclusive control messages that can be recorded and sent forward together with the parsed messages and be used by skill applications to parameterize any skill option or be bypassed for message management/handling in any application subsequently. These control messages can also be changed or customized in its respective patterns file, and ultimately, increase or decrease in number preferably during your app designing phase. These out-of-the-box controls are: +### Cancel previous actions + * stop_previous_command -* reproduce_previuos_discourse + +### Repetitions + * rerun_previous_command +* reproduce_previuos_discourse + +### Start Reminder Countdowns + * start_five_mins_question_reminder_countdown * start_ten_mins_question_reminder_countdown * start_twenty_mins_question_reminder_countdown * start_thirty_mins_question_reminder_countdown * remind_a_queued_question_put_on_hold + +### Take decisions + * accept_changes * deny_changes * confirm_a_confirmation_request + +### Select Options + * select_option_number_one * select_option_number_two * select_option_number_three * select_option_number_four + +### Use Modes + * request_the_current_mode * enter_the_computer_mode * enter_the_robot_mode @@ -33,7 +50,11 @@ libcommbase comes with 26 reliable and mutually exclusive control messages that * enter_the_boat_mode * enter_the_plane_mode * enter_the_starship_mode +* enter_the_iron_man_mode * enter_the_refrigerator_mode + +### Use Submodes + * enter_the_automatic_submode * enter_the_automated_submode * enter_the_autonomous_submode diff --git a/bundles/libcommbase/resources/control_patterns/en_us/openai_whisper_model_base/control_patterns.json b/bundles/libcommbase/resources/control_patterns/en_us/openai_whisper_model_base/control_patterns.json index 079fd9ba..338c84bf 100644 --- a/bundles/libcommbase/resources/control_patterns/en_us/openai_whisper_model_base/control_patterns.json +++ b/bundles/libcommbase/resources/control_patterns/en_us/openai_whisper_model_base/control_patterns.json @@ -21,6 +21,7 @@ "enter_the_boat_mode": ["Okay enter the boat mode.", "Ok enter the boat mode."], "enter_the_plane_mode": ["Okay enter the plane mode.", "Ok enter the plane mode."], "enter_the_starship_mode": ["Okay enter the starship mode.", "Ok enter the starship mode."], + "enter_the_Iron_Man_mode": ["Okay enter the iron man mode.", "Ok enter the iron man mode."], "enter_the_refrigerator_mode": ["Okay enter the refrigerator mode.", "Ok enter the refrigerator mode."], "enter_the_automatic_submode": ["Okay enter the automatic mode.", "Ok enter the automatic mode."], "enter_the_automated_submode": ["Okay enter the automated mode.", "Ok enter the automated mode."],