From e52ef924a569a37fc23aaf8212a4793ebe046ccf Mon Sep 17 00:00:00 2001 From: lauren-mills Date: Wed, 31 Jul 2019 09:46:42 -0500 Subject: [PATCH 1/2] Update knownissues.md --- docs/reference/knownissues.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/reference/knownissues.md b/docs/reference/knownissues.md index 74459d9b5c..540da280ba 100644 --- a/docs/reference/knownissues.md +++ b/docs/reference/knownissues.md @@ -111,13 +111,6 @@ Then the bot will recreate the state `-documents` when it starts if it doesn't e This is a known issue with node-gyp: [nodejs/node-gyp#1663](https://github.com/nodejs/node-gyp/issues/1663). Uninstalling Visual Studio 2019 Preview fixes the issue. -## Botskills CLI tool can't resolve trailing backslash in any of the arguments using Command Prompt as terminal +## Lowercased ids in cognitivemodels.json file stopped working -There is a known issue in the `Botskills` CLI tool during the command's execution when any of the arguments contains a **trailing backslash** using the `Command Prompt` as terminal. This is due to a parsing issue in the shell. - -Example of the `connect` command with a trailing backslash in the `luisFolder` argument: -``` bash -botskills connect --botName "" --localManifest "" --luisFolder "\" --ts -``` - -So, to avoid this, it's highly recommended to use `PowerShell 6` to execute the CLI tool commands. Also, you can remove the trailing backslash of the argument. +Due to recent changes in the Virtual Assistant Template, Skill Template, and Skills projects, all languageModel ids in cognitivemodels.json should be camelcased. This is to allow for the correct generation of the Luis.cs files. From 4bcf0cd597844219d86e674788cc3d2708702535 Mon Sep 17 00:00:00 2001 From: lauren-mills Date: Wed, 31 Jul 2019 10:27:31 -0500 Subject: [PATCH 2/2] Update knownissues.md --- docs/reference/knownissues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/knownissues.md b/docs/reference/knownissues.md index 540da280ba..d099b03e72 100644 --- a/docs/reference/knownissues.md +++ b/docs/reference/knownissues.md @@ -111,6 +111,6 @@ Then the bot will recreate the state `-documents` when it starts if it doesn't e This is a known issue with node-gyp: [nodejs/node-gyp#1663](https://github.com/nodejs/node-gyp/issues/1663). Uninstalling Visual Studio 2019 Preview fixes the issue. -## Lowercased ids in cognitivemodels.json file stopped working +## Skills not working after updating to v0.5-beta release -Due to recent changes in the Virtual Assistant Template, Skill Template, and Skills projects, all languageModel ids in cognitivemodels.json should be camelcased. This is to allow for the correct generation of the Luis.cs files. +Due to recent changes in the Virtual Assistant Template, Skill Template, and Skills projects, all languageModel ids in `cognitivemodels.json` should be camelcased. This is to allow for the correct generation of the Luis.cs files. Also, the "properties" item in `appsettings.json` has been removed, and the properties have been moved to the top level.