This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Commit 4dd06e0
authored
Skills implementation and Samples 80. Bot to Bot and 81. Dialog to Dialog (#1050)
* Push for backup
* One more file.
* SkillDialog complete
* Skills updates to other areas.
* Http Clients
* Unit tests complete
* Root bot and bug fixes
* Corrected token issues for skill to skill
* Skills fixes
* Remove proxy setup.
* Refactor SimpleRootBot
* Refactor EchoSkillBot
* Update readme.md files
* Commit before merge with main.
* Working DialogRootBot
* Fixes for unit tests.
* Initial DialogSkillBot
* Sample 81 and skills fixes.1 parent 13b647a commit 4dd06e0
File tree
140 files changed
+14073
-644
lines changed- etc
- libraries
- bot-builder/src
- main/java/com/microsoft/bot/builder
- skills
- test/java/com/microsoft/bot/builder/adapters
- bot-connector/src/main/java/com/microsoft/bot/connector/authentication
- bot-dialogs/src
- main/java/com/microsoft/bot/dialogs
- memory
- prompts
- test/java/com/microsoft/bot/dialogs
- prompts
- bot-integration-core/src/main/java/com/microsoft/bot/integration
- bot-integration-spring/src/main/java/com/microsoft/bot/integration/spring
- bot-schema/src/main/java/com/microsoft/bot/schema
- samples
- 17.multilingual-bot/src/main/java/com/microsoft/bot/sample/multilingual/translation
- 80.skills-simple-bot-to-bot
- DialogRootBot
- deploymentTemplates
- src
- main
- java/com/microsoft/bot/sample/simplerootbot
- authentication
- controller
- resources
- webapp
- META-INF
- WEB-INF
- test/java/com/microsoft/bot/sample/simplerootbot
- DialogSkillBot
- deploymentTemplates
- src
- main
- java/com/microsoft/bot/sample/echoskillbot
- authentication
- resources
- webapp
- META-INF
- WEB-INF
- manifest
- test/java/com/microsoft/bot/sample/echoskillbot
- 81.skills-skilldialog
- dialog-root-bot
- .vscode
- deploymentTemplates
- src
- main
- java/com/microsoft/bot/sample/dialogrootbot
- Bots
- authentication
- controller
- dialogs
- middleware
- resources
- webapp
- META-INF
- WEB-INF
- test/java/com/microsoft/bot/sample/dialogrootbot
- dialog-skill-bot
- .vscode
- deploymentTemplates
- src
- main
- java/com/microsoft/bot/sample/dialogskillbot
- authentication
- bots
- cognitivemodels
- dialogs
- resources
- webapp
- META-INF
- WEB-INF
- manifest
- test/java/com/microsoft/bot/sample/dialogskillbot
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+14073
-644
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
| |||
565 | 568 | | |
566 | 569 | | |
567 | 570 | | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
568 | 582 | | |
569 | 583 | | |
570 | 584 | | |
| |||
Lines changed: 24 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
438 | 439 | | |
439 | 440 | | |
440 | 441 | | |
441 | | - | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
442 | 446 | | |
443 | 447 | | |
444 | 448 | | |
| |||
493 | 497 | | |
494 | 498 | | |
495 | 499 | | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
496 | 507 | | |
497 | 508 | | |
498 | 509 | | |
| |||
1133 | 1144 | | |
1134 | 1145 | | |
1135 | 1146 | | |
1136 | | - | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
1137 | 1154 | | |
1138 | 1155 | | |
1139 | 1156 | | |
| |||
1236 | 1253 | | |
1237 | 1254 | | |
1238 | 1255 | | |
1239 | | - | |
1240 | | - | |
| 1256 | + | |
| 1257 | + | |
1241 | 1258 | | |
1242 | 1259 | | |
1243 | 1260 | | |
| |||
1368 | 1385 | | |
1369 | 1386 | | |
1370 | 1387 | | |
1371 | | - | |
1372 | | - | |
| 1388 | + | |
| 1389 | + | |
1373 | 1390 | | |
1374 | 1391 | | |
1375 | 1392 | | |
1376 | 1393 | | |
| 1394 | + | |
1377 | 1395 | | |
1378 | 1396 | | |
1379 | 1397 | | |
| |||
0 commit comments