This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Commit accb073
feat: Qna recognizer (#3704)
* rebuild qna CRUD and qna page UI (#3692)
* rebase
* Rebuild qna (#3701)
* add unique key to qna property
* import online file
* debug
* add qna trigger type (#3703)
* resolve conflict
* bug fix
* refine qna crud (#3711)
* Update Program.cs
* fix bug (#3715)
* bugfix: start bot pop error message for new echo bot
* revert the change on common.lg
* send qna endpointKey to runtime
* publish pop
* eslint
* Regression on publish page after recoil
* clean some code
* recognizer dropdown & custom default content
* migration
* fix files structure change
* fix object can only read
* add botProject interface and move some interface into shared folder
* fix lint
* update trigger action (#3720)
* merge publish error fixed
* Update package to include the resourc id fix
* add id for dialog & migrate it with old bot
* crosstrain config
* eslint & qna jump
* migration old bot for recognizer
* migration old bot for recognizer
* revert rootId in luUtil
* change qna location
* refactor publish logic
* cross train when default recognizer
* sync cross train config logic with azure deploy
* fix bug (#3748)
* Update the sdk package to include expandText fix
* solve conflict
* resolve conflict
* cross train config filter no body trigger intent
* deploy logic change
* azure deploy bugfix
* yarn
* typecheck error
* Qna recognizer tmp (#3765)
* fix: LG/LU editing performance optimize (#3738)
* update luUtil interface
* update
* use structure luFile do CRUD
* refine lgUtile interface
* update worker
* update lu package
* update lg package
* update parse line number
* log
* parse still use worker
* lint fix
* clean up
* Update Composer/packages/client/src/recoilModel/dispatchers/lg.ts
Co-authored-by: Andy Brown <[email protected]>
* Update Composer/packages/client/src/recoilModel/dispatchers/lg.ts
Co-authored-by: Andy Brown <[email protected]>
* Update Composer/packages/client/src/recoilModel/dispatchers/lg.ts
Co-authored-by: Andy Brown <[email protected]>
* Update Composer/packages/client/src/recoilModel/dispatchers/lg.ts
Co-authored-by: Andy Brown <[email protected]>
* Update Composer/packages/client/src/recoilModel/dispatchers/lg.ts
Co-authored-by: Andy Brown <[email protected]>
* wrap with formatMessage
Co-authored-by: Chris Whitten <[email protected]>
Co-authored-by: Andy Brown <[email protected]>
* feat: control Flow Editor via the Electron app menu (#3660)
* draft: consume the EditorAPI in electron menu
* register global EditorAPI
* apply EditorAPI in ToolBar
* apply EditorAPI in Electron app menu
* add todos in undo/redo
* emit Electron menu events to renderer process
* use ipc channel to subscribe Electron menu events
* override default menu event
* add shortcuts
* remove duplicated usage of getEditorApi()
* fix UT
* update 'Redo' shortcut in Electron menu
* disable cut/copy/del menu when no action selected
* extract Electron logic to a hook
* check ipcMain in jest env
Co-authored-by: Chris Whitten <[email protected]>
* deploy logic change
* azure deploy bugfix
* yarn
* typecheck error
* fix: Luis publish missing parameter (#3764)
* fix luis publish
* remove empty space in setting page
* resolve conflict
Co-authored-by: Zhixiang Zhan <[email protected]>
Co-authored-by: Chris Whitten <[email protected]>
Co-authored-by: Andy Brown <[email protected]>
Co-authored-by: zeye <[email protected]>
Co-authored-by: Long Alan <[email protected]>
Co-authored-by: Long Jun <[email protected]>
* set max memory for build
* refactor qna popup logic && form editor ux
* Update trigger (#3768)
* update trigger actions
* rebase
* update trigger (#3772)
* fix export bug (#3776)
* separates Form / Flow's ExtensionContext
* test fixed
* fix trigger actions bug (#3787)
* fix trigger bug (#3788)
* fix trigger bug
* update trigger text
* conflict err
* update bf-lu package & fix conflict err
* Creating qn a sample (#3819)
* create qnaSample bot flow
* update create qna bot flow
* fix bug
* fix bug (#3822)
* test for build qna & lu in server
* Update qn a flow (#3831)
* fix bug
* update import qna flow
* Fix ui bug (#3833)
* fix bug
* update import QNA UI
* Update autoEndDialog to false
* Navigate to qna page (#3834)
* fix bug
* navigate to qna page
* Updates
* Fix
* refine code
* refactor & add comment
* refine code"
* handle comments
* popup desc
* hidden the subsription key
* recognizer
* replace the default name with unique id
* use common component to show error
* comments
* update UI
* fix the qna icon reload issue
* fix UI bug
* change hover color
* remove toggle on row
* qna endpointKey
* popup
* add try catch for get qna endpointKey
* update UI
* remove the scroll bar and update the error display
* update qna UI
* input luis hoisting
* conflict
* comments
* test fixed
* test fixed
* handle comments
* separated QnAEditor & rename to knowledge-base (#3857)
* separated QnAEditor & rename to knowledge-base
* rename
* rename helper to utilities
* fix test case
* fix unit tests
* test
* qna-recognizer add tests (#3859)
* add triggerCreattionModal test
* triggerApi test
* add test for import modal
* add test
* dialog id
* fix bug
* fix bug
* wrong url
* conflict
* Update ComposerSettingsExtensions
* update the error message
* conflict fix
* Update ComposerSettingsExtensions.cs
* azure deploy
* lu build
* qna build bugfix
* code refine
* lint fix
* qna name
* code refine
* Update package to daily to fix the CrossTrainRecognizer issue
* concurrent import qna from urls and set call limits
* error message & e2e test
* e2e test
* code scan error
* fix code scanner error
* fix code scanner error
* update the get params
* fix UI
* update qna error logic
* Update package to 4.10.1
* encode qna urls
* refactor
* fix e2e todobot
Co-authored-by: Long Jun <[email protected]>
Co-authored-by: Long Alan <[email protected]>
Co-authored-by: Lu Han <[email protected]>
Co-authored-by: Wenyi Luo <[email protected]>
Co-authored-by: leilzh <[email protected]>
Co-authored-by: Zhixiang Zhan <[email protected]>
Co-authored-by: Chris Whitten <[email protected]>
Co-authored-by: Andy Brown <[email protected]>
Co-authored-by: zeye <[email protected]>
Co-authored-by: zeye <[email protected]>1 parent 9a11603 commit accb073
File tree
170 files changed
+5675
-806
lines changed- Composer
- cypress/integration
- packages
- client
- __tests__
- components
- TestController
- pages/knowledge-base
- shell
- utils
- src
- Onboarding/WelcomeModal/Expanded
- components
- CreationFlow
- ProjectTree
- TestController
- hooks
- pages
- design
- knowledge-base
- __tests__
- notifications
- publish
- recoilModel
- atoms
- dispatchers
- __tests__
- parsers
- workers
- persistence
- shell
- utils
- extensions
- adaptive-form/src
- components/fields
- __tests__
- extension/src/utils
- lib
- code-editor/src
- indexers
- src
- utils
- server
- __tests__
- controllers
- mocks/asset/projects/SampleBot
- dialogs
- a/knowledge-base/en-us
- b/knowledge-base/en-us
- knowledge-base/en-us
- models/bot
- scripts
- src
- controllers
- models
- bot
- settings
- storage
- utilities
- router
- test-utils/src
- tools/language-servers/language-understanding
- ui-plugins
- composer/src
- cross-trained
- src
- prompts/src/PromptField
- plugins
- azurePublish
- src
- utils
- localPublish/src
- samples
- assets
- projects
- ActionsSample
- knowledge-base/en-us
- language-generation/en-us
- AskingQuestionsSample
- knowledge-base/en-us
- language-generation/en-us
- ControllingConversationFlowSample
- knowledge-base/en-us
- language-generation/en-us
- EchoBot
- knowledge-base/en-us
- language-generation/en-us
- EmptyBot
- knowledge-base/en-us
- language-generation/en-us
- InterruptionSample
- knowledge-base/en-us
- language-generation/en-us
- QnAMakerLUISSample/knowledge-base/en-us
- QnASample
- knowledge-base/en-us
- language-generation/en-us
- language-understanding/en-us
- settings
- RespondingWithCardsSample/knowledge-base/en-us
- RespondingWithTextSample/knowledge-base/en-us
- ToDoBotWithLuisSample/knowledge-base/en-us
- TodoSample
- knowledge-base/en-us
- language-generation/en-us
- src
- runtime/dotnet
- azurefunctions
- azurewebapp
- core
- customaction
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
170 files changed
+5675
-806
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
Lines changed: 22 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
| |||
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
Lines changed: 75 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Lines changed: 97 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
0 commit comments