Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Space Station Chatbot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominic Daniel Krämer
Space Station Chatbot
Commits
0754ace8
Commit
0754ace8
authored
Jun 16, 2024
by
Dominic Krämer
Browse files
Options
Downloads
Patches
Plain Diff
add much content to the nlu_basic file
parent
0c3584fc
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
rasa/data/nlu/nlu_basics.yml
+3
-1
3 additions, 1 deletion
rasa/data/nlu/nlu_basics.yml
rasa/data/rules.yml
+3
-8
3 additions, 8 deletions
rasa/data/rules.yml
rasa/data/stories.yml
+111
-0
111 additions, 0 deletions
rasa/data/stories.yml
rasa/domain.yml
+64
-3
64 additions, 3 deletions
rasa/domain.yml
with
181 additions
and
12 deletions
rasa/data/nlu/nlu_basics.yml
+
3
−
1
View file @
0754ace8
...
...
@@ -75,6 +75,7 @@ nlu:
- that sounds good
- without a dobut
- you got it
- yes please
-
intent
:
thank_you
examples
:
|
...
...
@@ -405,6 +406,7 @@ nlu:
-
intent
:
ask_creation
examples
:
|
- tell me about your creation
- how were you created
- can you explain me your creation
- can you explain me how you were created
...
...
@@ -518,7 +520,7 @@ nlu:
- what mood are you in today
- how do you feel about today
-
intent
:
ask_joke
-
intent
:
ask_
for_
joke
examples
:
|
- jokes please
- can you tell me a joke
...
...
This diff is collapsed.
Click to expand it.
rasa/data/rules.yml
+
3
−
8
View file @
0754ace8
...
...
@@ -2,11 +2,6 @@ version: "3.1"
rules
:
-
rule
:
Greet the user
steps
:
-
intent
:
greet
-
action
:
utter_greet
-
rule
:
Say goodbye to the user
steps
:
-
intent
:
goodbye
...
...
@@ -17,7 +12,7 @@ rules:
-
intent
:
hello_there
-
action
:
utter_easter_egg
-
rule
:
Explain what you are
-
rule
:
Demand a respectful tone during conversations
steps
:
-
intent
:
what_are_you
-
action
:
utter_what_i_am
\ No newline at end of file
-
intent
:
insult
-
action
:
utter_respectful_conversation
\ No newline at end of file
This diff is collapsed.
Click to expand it.
rasa/data/stories.yml
+
111
−
0
View file @
0754ace8
version
:
"
3.1"
stories
:
-
story
:
happy path
steps
:
-
intent
:
greet
-
action
:
utter_greet
-
intent
:
happy
-
action
:
utter_great
-
intent
:
ask_mood
-
action
:
utter_mood
-
story
:
sad path with joke
steps
:
-
intent
:
greet
-
action
:
utter_greet
-
intent
:
unhappy
-
action
:
utter_worried
-
intent
:
affirm
-
action
:
utter_joke
-
intent
:
ask_mood
-
action
:
utter_mood
-
story
:
joke
steps
:
-
intent
:
ask_for_joke
-
action
:
utter_joke
-
intent
:
ask_mood
-
action
:
utter_mood
-
story
:
faq
steps
:
-
intent
:
ask_help
-
action
:
utter_help
-
intent
:
ask_faq
-
action
:
utter_faq
-
intent
:
ask_capabilities
-
action
:
utter_capabilities
-
story
:
report bug
steps
:
-
intent
:
ask_help
-
action
:
utter_help
-
intent
:
report_bug
-
action
:
utter_bug_reported
-
intent
:
feedback
-
action
:
utter_feedback_received
-
story
:
guide
steps
:
-
intent
:
ask_help
-
action
:
utter_help
-
intent
:
ask_recommendations
-
action
:
utter_give_guide
-
story
:
contact_info
steps
:
-
intent
:
ask_contact_info
-
action
:
utter_contact
-
intent
:
feedback
-
action
:
utter_feedback_received
-
story
:
good feedback
steps
:
-
intent
:
your_good
-
action
:
utter_good_feedback
-
intent
:
feedback
-
action
:
utter_feedback_received
-
story
:
bad feedback
steps
:
-
intent
:
ask_real_time
-
action
:
utter_no_real_time
-
intent
:
your_bad
-
action
:
utter_bad_feedback
-
intent
:
feedback
-
action
:
utter_feedback_received
-
story
:
real time capabilities
steps
:
-
intent
:
ask_real_time
-
action
:
utter_no_real_time
-
intent
:
ask_capabilities
-
action
:
utter_capabilities
-
story
:
questions
1
steps
:
-
intent
:
ask_name
-
action
:
utter_name
-
intent
:
ask_purpose
-
action
:
utter_purpose
-
story
:
questions
2
steps
:
-
intent
:
what_are_you
-
action
:
utter_what_i_am
-
intent
:
ask_purpose
-
action
:
utter_purpose
-
intent
:
ask_creation
-
action
:
utter_creation
-
intent
:
ask_creator
-
action
:
utter_creator
-
story
:
questions
3
steps
:
-
intent
:
ask_name
-
action
:
utter_name
-
intent
:
ask_purpose
-
action
:
utter_purpose
-
intent
:
ask_creation
-
action
:
utter_creation
-
intent
:
ask_technology
-
action
:
utter_technology
\ No newline at end of file
This diff is collapsed.
Click to expand it.
rasa/domain.yml
+
64
−
3
View file @
0754ace8
...
...
@@ -22,7 +22,7 @@ intents:
-
ask_technology
-
ask_real_time
-
ask_mood
-
ask_joke
-
ask_
for_
joke
-
ask_help
-
ask_faq
-
report_bug
...
...
@@ -33,17 +33,78 @@ intents:
responses
:
utter_greet
:
-
text
:
"
Hello
and
welcome
aboard!
I
am
Spacemate,
your
dedicated
guide
to
share
insights
about
the
wonders
of
space
stations.
How
can
I
assist
you
today?"
-
text
:
"
Hello
and
welcome
aboard!
How
can
I
assist
you
today?"
#I am Spacemate, your dedicated guide to share insights about the wonders of space stations."
utter_goodbye
:
-
text
:
"
Farewell!
It
was
a
pleasure
assisting
you.
Safe
travels
through
the
cosmos!"
utter_great
:
-
text
:
"
That's
awesome!
That
makes
me
happy
to
hear!"
utter_mood
:
-
text
:
"
I
am
very
well,
thank's
for
asking!
But
it
might
not
be
in
the
traditional
way,
as
a
human
might
experience
it,
hehe."
utter_worried
:
-
text
:
"
Oh,
I'm
sorry
to
hear
that.
Mabye
a
joke
might
cheer
you
up?"
utter_joke
:
-
text
:
"
Bündnis
90
Die
Grünen"
utter_help
:
-
text
:
"
FAQ,
capabilities,
bug,
guide
or
feedback?"
utter_faq
:
-
text
:
"
Sure,
but
the
faq
needs
to
be
done!"
utter_capabilities
:
-
text
:
"
I
am
capable
of
holding
basic
conversations
and
can
give
you
detailed
information
about
space
stations.
Additionally
I
can
give
you
information
about
me,
my
creation,
my
creator
and
have
a
feedback
feature,
which
you
are
free
to
use
to
improve
the
quality
of
this
chatbot!"
utter_bug_reported
:
-
text
:
"
Oh,
that's
too
bad.
I
can
not
react
to
individual
bugs,
but
you
can
share
more
information
about
it
with
my
feedback
feature!"
utter_feedback_received
:
-
text
:
"
That
feature
is
missing
at
the
moment,
but
it
will
be
added
in
the
future!
Thanks
for
trying
to
improve
this
chatbot!"
utter_give_guide
:
-
text
:
"
GUIDE"
utter_contact
:
-
text
:
"
You
contact
the
creator
and
maintainer
of
this
chatbot
through
this
email-address:
Dominic_Daniel.Kraemer@Student.Reutlingen-University.de"
utter_good_feedback
:
-
text
:
"
That
makes
me
really
happy
to
hear!
Thanks!
If
you
want
to
give
a
detailed
feedback,
you
are
free
to
use
my
feedback
feature!"
utter_no_real_time
:
-
text
:
"
I
can't
process
real-time
information!"
utter_bad_feedback
:
-
text
:
"
Oh,
I'm
sorry
for
not
fullfilling
your
expectations.
If
want
to
like
to
share
your
experience
you
can
always
use
my
feedback
feature."
utter_name
:
-
text
:
"
I
am
Spacemate,
your
AI-powered
chatbot.
That's
the
name
my
lovely
creator
gave
me."
utter_what_i_am
:
-
text
:
"
I
am
Spacemate,
an
AI-powered
chatbot,
designed
to
be
your
guide
and
assistant
in
exploring
all
things
space
stations.
I
provide
information,
fun
facts,
and
much
more!"
-
text
:
"
I
am
the
best
Chatbot
ever!"
utter_purpose
:
-
text
:
"
I
am
Spacemate,
an
AI-powered
chatbot,
designed
to
be
your
guide
and
assistant
in
exploring
all
things
space
stations.
I
provide
information,
fun
facts,
and
much
more!
I
can
even
tell
you
a
joke
if
you
want
to!"
utter_creation
:
-
text
:
"
I
was
created
for
a
university
project.
More
details
will
be
added
in
the
future!"
utter_creator
:
-
text
:
"
My
creator
is
Dominic
Krämer,
a
student
of
Reutlingen
University.
Hope
that
helps!"
utter_technology
:
-
text
:
"
I
was
build
using
Python
with
the
Rasa
framework.
The
source
code
is
publicly
available
at:
gitlab.reutlingen-university.de.
Hope
that
answers
your
question!"
utter_easter_egg
:
-
text
:
"
General
Kenobi!
You
are
a
bold
one."
utter_respectful_conversation
:
-
text
:
"
Please
refrain
from
using
this
language!
I'm
keeping
this
converstaion
respectful
and
expect
the
same
from
you!"
session_config
:
session_expiration_time
:
60
carry_over_slots_to_new_session
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment