This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Commit 7a3cc7d
qnamaker build CLI (#654)
* qna build work version
* support extracting name from kb.name in qna file
* fix comparison bug
* support alterations
* adding tests
* fix tests
* fix type error
* fix type error
* fix tslijt
* add comamnd doc in README
* fix test cases
* fix a comparison bug
* optimize error handling
* optimize error source msg when errors come from reference file
* fix write dialogs
* change dialog format
* change dialog format
* adjust dialog asset format
* support multiturn and add corresponding tests
* fix tslint
* fix test case typo
* fix dialog format
* fix hostname
* revert url and file references importing
* add url and file reference handling function and tests
* fix test cases
* move serviceBase to qnabuild folder
* Updates.
* merge contents with same locale and and optimize the write dialog logic
* update docs based on latest changes
Co-authored-by: Vishwac Sena Kannan <[email protected]>
Co-authored-by: Vishwac Sena Kannan <[email protected]>1 parent b77505d commit 7a3cc7d
File tree
78 files changed
+1825
-1418
lines changed- packages
- luis/src/commands/luis
- lu
- src/parser
- lu
- qnabuild
- qna/qnamaker
- test/parser/qnabuild
- qnamaker
- docs
- src/commands/qnamaker
- test
- commands/qnamaker
- fixtures/testcases
- lubuild
- file-name-duplicated
- foo2
- config
- dialogs
- lufiles-and-dialog-assets
- luis
- foo
- config
- dialogs
- lufiles
- sandwich
- config
- dialogs
- lufiles
- luis
- qnabuild
- multi-locales
- config
- dialogs
- qnafiles
- weather
- multiturn
- sandwich
- config
- dialogs
- qnafiles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+1825
-1418
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments