You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/MSLG/README.MD
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
> *NOTE: This is a **preview** tool and breaking changes may happen before it is released*.
2
2
3
3
# MSLG Command Line tool
4
-
MSLG is a command line tool that parses .lg files which adheres to the [LG file format](https://github.com/Microsoft/BotBuilder-Samples/blob/master/experimental/language-generation/lg-file-format.md). MSLG CLI tool can:
4
+
MSLG is a command line tool that parses .lg files which adheres to the [LG file format](https://github.com/Microsoft/BotBuilder-Samples/blob/master/experimental/language-generation/docs/lg-file-format.md). MSLG CLI tool can:
5
5
- Report an error on invalid .lg file. All errors that are statically detectable are reported.
6
6
- Generate a collated .lg file by parsing and analyzing more than one .lg files.
7
7
- Expand any given template (or all templates in a file) based on test values for entity references.
0 commit comments