1
0
Fork 0

Begin add search module

This commit is contained in:
Florian RICHER 2022-04-30 19:22:10 +02:00
parent d753d98637
commit be1cd97916
7 changed files with 36 additions and 5 deletions

7
brains/kill.yml Normal file
View file

@ -0,0 +1,7 @@
- name: "stop-kalliope"
signals:
- order: "stop"
neurons:
- say:
message: "Au revoir"
- kill_switch

9
brains/search.yml Normal file
View file

@ -0,0 +1,9 @@
- name: "search-fr"
signals:
- order: "recherche {{ search }}"
neurons:
- say:
message:
- "Recherche effectuée"
- search:
search: "{{search}}"