From 8b9216f43bc4b6bc6c33b3e03031c0647487bc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20Kr=C3=A4mer?= <dominicdaniel3107@gmail.com> Date: Wed, 19 Jun 2024 16:08:11 +0200 Subject: [PATCH] first user input (thien --- rasa/data/nlu/nlu_basics.yml | 3 +++ rasa/data/nlu/nlu_space_station.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/rasa/data/nlu/nlu_basics.yml b/rasa/data/nlu/nlu_basics.yml index e1d9e84..4fef27a 100644 --- a/rasa/data/nlu/nlu_basics.yml +++ b/rasa/data/nlu/nlu_basics.yml @@ -191,6 +191,7 @@ nlu: - i'm ok - i feel ok - i feel alright + - pretty good and you - intent: unhappy examples: | @@ -295,6 +296,7 @@ nlu: - how would you describe yourself - describe yourself - are you not real + - anything I need to know about you - intent: ask_name examples: | @@ -581,6 +583,7 @@ nlu: - is there a faq - is there a faq section - give me the faq + - frequently asked questions - intent: report_bug examples: | diff --git a/rasa/data/nlu/nlu_space_station.yml b/rasa/data/nlu/nlu_space_station.yml index 38c27b6..c16943d 100644 --- a/rasa/data/nlu/nlu_space_station.yml +++ b/rasa/data/nlu/nlu_space_station.yml @@ -24,6 +24,7 @@ nlu: - daily life in space - daily tasks in space - daily to-dos on ISS + - life on a space station - intent: food examples: | @@ -173,6 +174,7 @@ nlu: - what is the total duration of training for astronauts - how many months or years does it take to complete astronaut training - how long is astronaut training + - so how long does the selection process take - intent: get_started examples: | -- GitLab