Skip to content

Commit

Permalink
Add ability to launch scene from local chat (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
callemand committed Oct 13, 2023
1 parent bf8716f commit c87e90f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/config/brain/scene/questions.en.json
@@ -0,0 +1,6 @@
[
{
"label": "scene.start",
"questions": ["Run %scene%", "Launch %scene%"]
}
]
6 changes: 6 additions & 0 deletions server/config/brain/scene/questions.fr.json
@@ -0,0 +1,6 @@
[
{
"label": "scene.start",
"questions": ["Lance la scène %scene%", "Lance %scene%", "Exécute la scène %scene%", "Exécute %scene%"]
}
]

0 comments on commit c87e90f

Please sign in to comment.