blob: f24971b8a9240e50548c507cdfcf74ef73b32d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: "en"
intents:
HesExecuteProcess:
data:
- sentences:
- "<execute> <process> [<in_workspace>]"
slots:
domain: "process"
expansion_rules:
process: "[the ]{process}"
execute: "(execute|open|run|start)"
|