matrix-rasa

A rasa bot for matrix based on the data from matrix.org
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-rasa.git
Log | Files | Refs | LICENSE

commit f4afe54093d53002dabba72a899df6047150cb57
parent 8139f4f203d71ac2689e71a8470d4b8deac74e10
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 18 Jan 2024 19:44:25 +0100

Fix indentation

Diffstat:
Mdata/stories.yml | 19+++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/data/stories.yml b/data/stories.yml @@ -33,13 +33,12 @@ stories: - 7 - 1 - 14 - -- story: interactive_story_1 - steps: - - intent: greet - - action: utter_welcome_and_warning - - intent: query_knowledge_base - - intent: query_knowledge_base - entities: - - licence: MIT - - action: action_query_knowledge_base + - story: interactive_story_1 + steps: + - intent: greet + - action: utter_welcome_and_warning + - intent: query_knowledge_base + - intent: query_knowledge_base + entities: + - licence: MIT + - action: action_query_knowledge_base