summaryrefslogtreecommitdiff
path: root/sentences/process_HesExecuteProcess.yaml
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-10-16 14:49:03 +0200
committerBotond Hende <nettingman@gmail.com>2024-10-16 14:49:03 +0200
commit3be3ecf44ef7569669225e79253f12b8470e0dab (patch)
treed819a4f5afcc0061b8f6aa84168699312320c21b /sentences/process_HesExecuteProcess.yaml
parent3ff7eb63a909368c7de739edfeed7c950d04385c (diff)
experimenting with hassil configs
Diffstat (limited to 'sentences/process_HesExecuteProcess.yaml')
-rw-r--r--sentences/process_HesExecuteProcess.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sentences/process_HesExecuteProcess.yaml b/sentences/process_HesExecuteProcess.yaml
new file mode 100644
index 0000000..864b9c0
--- /dev/null
+++ b/sentences/process_HesExecuteProcess.yaml
@@ -0,0 +1,17 @@
+language: "en"
+intents:
+ HesExecuteProcess:
+ data:
+ - sentences:
+ - "<execute> <process>[ <in_workspace>]"
+
+lists:
+ process:
+ wildcard: true
+ workspace:
+ wildcard: true
+
+expansion_rules:
+ process: "[the ]{process}"
+ execute: "(execute|open|run|start)"
+ in_workspace: "(in|on|at) [the ]{workspace}" \ No newline at end of file