forked from microsoft/botframework-solutions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Botskills] Update Tool documentation (microsoft#1342)
* Update commands documentation * Fix typo, change one line * Fix typos in list.md file * Fix typos in connect-disconnect.md * Update how-to documentations * Update prerequisites and botskills readme * Restore Dispatch as prerequisite
- Loading branch information
Showing
10 changed files
with
73 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# Listing connected skills | ||
# Listing connected Skills | ||
|
||
To acces the list of connected skills: | ||
The `list` command allows you to acknowledge the Skills currently connected to your assistant. | ||
|
||
> **Tip:** It's highly advisable to execute this command from the root folder of your assistant bot, so if you are using the suggested folder structure from the Templates, you may omit most of the optional arguments, as they default to the expected values from the Templates' folder structure. | ||
The basic command to list the Skills connected to your assistant: | ||
```bash | ||
botskills list [options] | ||
``` | ||
|
||
### Options | ||
|
||
| Option | Description | | ||
|-------------------------------|-------------------------------------------------------------------------| | ||
| -a, --assistantSkills <path> | Path to the assistant Skills configuration file | | ||
| --verbose | (OPTIONAL) Output detailed information about the processing of the tool | | ||
| -h, --help | Output usage information | | ||
| Option | Description | | ||
|--------------------------|-------------------------------------------------------------------------| | ||
| -f, --skillsFile [path] | (OPTIONAL) Path to the assistant Skills configuration file | | ||
| --verbose | (OPTIONAL) Output detailed information about the processing of the tool | | ||
| -h, --help | Output usage information | |
Oops, something went wrong.