diff options
author | Botond Hende <nettingman@gmail.com> | 2024-10-16 15:15:24 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-10-16 15:15:24 +0200 |
commit | 39daa2ab2e885c5de66b00d970eddd5975195d7f (patch) | |
tree | 7cf9428fbaf9ad4648da737bcf5a9aeb918f32c1 /sentences/process_HesExecuteProcess.yaml | |
parent | 1b17cb960ee6ba42b0c48035ef157c3bde22869e (diff) |
basic process execution config
Diffstat (limited to 'sentences/process_HesExecuteProcess.yaml')
-rw-r--r-- | sentences/process_HesExecuteProcess.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sentences/process_HesExecuteProcess.yaml b/sentences/process_HesExecuteProcess.yaml index 864b9c0..8d5669e 100644 --- a/sentences/process_HesExecuteProcess.yaml +++ b/sentences/process_HesExecuteProcess.yaml @@ -3,15 +3,14 @@ intents: HesExecuteProcess: data: - sentences: - - "<execute> <process>[ <in_workspace>]" + - "<execute> <process> [<in_workspace>]" + slots: + domain: "process" 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 + execute: "(execute|open|run|start)"
\ No newline at end of file |