Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 6f18513

Browse files
lauren-millsryanisgrig
authored andcommitted
Updated knownissues.md (#1997)
* Update knownissues.md * Update knownissues.md
1 parent 7b4c4b8 commit 6f18513

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/reference/knownissues.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@ Then the bot will recreate the state `-documents` when it starts if it doesn't e
111111

112112
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.
113113

114-
## Botskills CLI tool can't resolve trailing backslash in any of the arguments using Command Prompt as terminal
114+
## Skills not working after updating to v0.5-beta release
115115

116-
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.
117-
118-
Example of the `connect` command with a trailing backslash in the `luisFolder` argument:
119-
``` bash
120-
botskills connect --botName "<YOUR_VA_NAME>" --localManifest "<YOUR_LOCAL_MANIFEST_FILE>" --luisFolder "<YOUR_LUIS_FOLDER_PATH>\" --ts
121-
```
122-
123-
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.
116+
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.

0 commit comments

Comments
 (0)