This is an automated email from the ASF dual-hosted git repository. ifropc pushed a commit to branch NLPCRAFT-91 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 9729b68bf016f98e3edc7d7d0dacc8f46d331e1e Author: Ifropc <[email protected]> AuthorDate: Mon Dec 21 20:59:52 2020 -0800 NLPCRAFT-91: Fix minecraft model --- nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml b/nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml index 872bf90..a679ddd 100644 --- a/nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml +++ b/nlpcraft-examples/minecraft-model/src/main/resources/minecraft.yaml @@ -27,13 +27,13 @@ elements: - weather synonyms: - "{rain|rainy}" - - id: sun + - id: clear description: Set sunny weather groups: - weather synonyms: - "{sun|sunny|clear sky}" - - id: storm + - id: thunder description: Set stormy weather groups: - weather
