Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions docs/reference/knownissues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
## Skills not working after updating to v0.5-beta release

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 "<YOUR_VA_NAME>" --localManifest "<YOUR_LOCAL_MANIFEST_FILE>" --luisFolder "<YOUR_LUIS_FOLDER_PATH>\" --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. Also, the "properties" item in `appsettings.json` has been removed, and the properties have been moved to the top level.