This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Commit 7ccb128
authored
Refactor luis build interface to decouple dialog gen from build (#990)
* refactor luis build interface to decouple dialog gen with build
* refactor qnamaker to decouple dialig gen from build
* adjust qna build code
* fix typo
* fix a test case
* adjust cli interface
* refactor crosstrainer interface
* fix log
* fix tslint1 parent a3fd50a commit 7ccb128
File tree
35 files changed
+765
-1087
lines changed- packages
- cli
- luis
- src/commands/luis
- test
- commands/luis
- fixtures/testcases/lubuild/foo2
- config
- dialogs
- lufiles-and-dialog-assets
- luis
- lu
- src
- parser
- cross-train
- lubuild
- qnabuild
- utils
- test
- parser
- cross-train
- lubuild
- qnabuild
- utils
- qnamaker
- src/commands/qnamaker
- test
- commands/qnamaker
- fixtures/testcases/qnabuild
- empty-file/dialogs
- multi-locales
- config
- dialogs
35 files changed
+765
-1087
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
| 754 | + | |
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
| |||
1353 | 1353 | | |
1354 | 1354 | | |
1355 | 1355 | | |
1356 | | - | |
| 1356 | + | |
1357 | 1357 | | |
1358 | 1358 | | |
1359 | 1359 | | |
| |||
1371 | 1371 | | |
1372 | 1372 | | |
1373 | 1373 | | |
1374 | | - | |
| 1374 | + | |
1375 | 1375 | | |
1376 | 1376 | | |
1377 | 1377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 | | |
42 | | - | |
43 | | - | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| |||
0 commit comments