@microsoft/teamsfx-core 3.0.9-rc.1 → 3.0.10-alpha.845b0d258.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/build/common/featureFlags.d.ts +0 -31
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +1 -22
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/localizeUtils.d.ts.map +1 -1
  6. package/build/common/localizeUtils.js +36 -12
  7. package/build/common/localizeUtils.js.map +1 -1
  8. package/build/common/templates-config.json +4 -4
  9. package/build/component/constants.d.ts +1 -0
  10. package/build/component/constants.d.ts.map +1 -1
  11. package/build/component/constants.js +2 -1
  12. package/build/component/constants.js.map +1 -1
  13. package/build/component/driver/script/scriptDriver.js +1 -1
  14. package/build/component/driver/script/scriptDriver.js.map +1 -1
  15. package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -0
  16. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  17. package/build/component/driver/teamsApp/publishAppPackage.js +79 -4
  18. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  19. package/build/component/driver/teamsApp/utils/ManifestUtils.js +7 -8
  20. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  21. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +20 -0
  22. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  23. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +152 -2
  24. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  25. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  26. package/build/component/generator/declarativeAgent/generator.js +16 -6
  27. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  28. package/build/component/generator/generator.d.ts.map +1 -1
  29. package/build/component/generator/generator.js +3 -13
  30. package/build/component/generator/generator.js.map +1 -1
  31. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  32. package/build/component/generator/officeAddin/generator.js +6 -4
  33. package/build/component/generator/officeAddin/generator.js.map +1 -1
  34. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
  35. package/build/component/generator/officeAddin/metaOSHelper.js +13 -6
  36. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  37. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  38. package/build/component/generator/templates/metadata/index.js +21 -25
  39. package/build/component/generator/templates/metadata/index.js.map +1 -1
  40. package/build/component/generator/templates/templateNames.d.ts +1 -0
  41. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  42. package/build/component/generator/templates/templateNames.js +1 -0
  43. package/build/component/generator/templates/templateNames.js.map +1 -1
  44. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  45. package/build/component/generator/templates/templateReplaceMap.js +2 -12
  46. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  47. package/build/component/utils/odrProvider.d.ts +49 -0
  48. package/build/component/utils/odrProvider.d.ts.map +1 -0
  49. package/build/component/utils/odrProvider.js +100 -0
  50. package/build/component/utils/odrProvider.js.map +1 -0
  51. package/build/core/FxCore.d.ts +4 -1
  52. package/build/core/FxCore.d.ts.map +1 -1
  53. package/build/core/FxCore.js +96 -19
  54. package/build/core/FxCore.js.map +1 -1
  55. package/build/index.d.ts +2 -1
  56. package/build/index.d.ts.map +1 -1
  57. package/build/index.js +5 -5
  58. package/build/index.js.map +1 -1
  59. package/build/question/collaborator.d.ts.map +1 -1
  60. package/build/question/collaborator.js +5 -8
  61. package/build/question/collaborator.js.map +1 -1
  62. package/build/question/constants.d.ts.map +1 -1
  63. package/build/question/constants.js +1 -3
  64. package/build/question/constants.js.map +1 -1
  65. package/build/question/inputs/CreateProjectInputs.d.ts +1 -15
  66. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  67. package/build/question/options/CreateProjectOptions.d.ts +1 -1
  68. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  69. package/build/question/options/CreateProjectOptions.js +0 -56
  70. package/build/question/options/CreateProjectOptions.js.map +1 -1
  71. package/build/question/other.js +7 -6
  72. package/build/question/other.js.map +1 -1
  73. package/build/question/questionNames.d.ts +6 -0
  74. package/build/question/questionNames.d.ts.map +1 -1
  75. package/build/question/questionNames.js +6 -0
  76. package/build/question/questionNames.js.map +1 -1
  77. package/build/question/scaffold/commonNodes.d.ts +7 -0
  78. package/build/question/scaffold/commonNodes.d.ts.map +1 -0
  79. package/build/question/scaffold/commonNodes.js +154 -0
  80. package/build/question/scaffold/commonNodes.js.map +1 -0
  81. package/build/question/scaffold/constructNode.d.ts +3 -0
  82. package/build/question/scaffold/constructNode.d.ts.map +1 -0
  83. package/build/question/scaffold/constructNode.js +50 -0
  84. package/build/question/scaffold/constructNode.js.map +1 -0
  85. package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
  86. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  87. package/build/question/scaffold/vs/createRootNode.js +14 -16
  88. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  89. package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
  90. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  91. package/build/question/scaffold/vsc/createRootNode.d.ts +0 -7
  92. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  93. package/build/question/scaffold/vsc/createRootNode.js +3 -72
  94. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  95. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
  96. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
  97. package/build/question/scaffold/vsc/customEngineAgentNode.js +22 -24
  98. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  99. package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -3
  100. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  101. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -7
  102. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  103. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +106 -201
  104. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  105. package/build/ui/visitor.d.ts.map +1 -1
  106. package/build/ui/visitor.js +5 -0
  107. package/build/ui/visitor.js.map +1 -1
  108. package/package.json +5 -5
  109. package/resource/package.nls.cs.json +115 -84
  110. package/resource/package.nls.de.json +113 -82
  111. package/resource/package.nls.es.json +114 -83
  112. package/resource/package.nls.fr.json +113 -82
  113. package/resource/package.nls.it.json +126 -95
  114. package/resource/package.nls.ja.json +113 -82
  115. package/resource/package.nls.json +12 -23
  116. package/resource/package.nls.ko.json +111 -80
  117. package/resource/package.nls.pl.json +113 -82
  118. package/resource/package.nls.pt-BR.json +114 -83
  119. package/resource/package.nls.ru.json +113 -82
  120. package/resource/package.nls.tr.json +112 -81
  121. package/resource/package.nls.zh-Hans.json +113 -82
  122. package/resource/package.nls.zh-Hant.json +114 -83
  123. package/resource/templates/package.nls.cs.json +33 -0
  124. package/resource/templates/package.nls.de.json +33 -0
  125. package/resource/templates/package.nls.es.json +33 -0
  126. package/resource/templates/package.nls.fr.json +33 -0
  127. package/resource/templates/package.nls.it.json +33 -0
  128. package/resource/templates/package.nls.ja.json +33 -0
  129. package/resource/templates/package.nls.json +33 -0
  130. package/resource/templates/package.nls.ko.json +33 -0
  131. package/resource/templates/package.nls.pl.json +33 -0
  132. package/resource/templates/package.nls.pt-BR.json +33 -0
  133. package/resource/templates/package.nls.ru.json +33 -0
  134. package/resource/templates/package.nls.tr.json +33 -0
  135. package/resource/templates/package.nls.zh-Hans.json +33 -0
  136. package/resource/templates/package.nls.zh-Hant.json +33 -0
  137. package/resource/templates/package.nls.zh-cn.json +21 -0
  138. package/resource/templates/package.nls.zh-tw.json +21 -0
  139. package/templates/fallback/common.zip +0 -0
  140. package/templates/fallback/csharp.zip +0 -0
  141. package/templates/fallback/js.zip +0 -0
  142. package/templates/fallback/python.zip +0 -0
  143. package/templates/fallback/ts.zip +0 -0
  144. package/templates/metadata/allTemplates.json +429 -0
  145. package/templates/metadata/defaultGeneratorTemplates.json +233 -0
  146. package/templates/metadata.zip +0 -0
  147. package/templates/ui/ceaNode.json +30 -0
  148. package/templates/ui/teamsNode.json +124 -0
  149. package/build/component/generator/templates/metadata/agentForTeams.d.ts +0 -3
  150. package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +0 -1
  151. package/build/component/generator/templates/metadata/agentForTeams.js +0 -147
  152. package/build/component/generator/templates/metadata/agentForTeams.js.map +0 -1
  153. package/build/component/generator/templates/metadata/bot.d.ts +0 -3
  154. package/build/component/generator/templates/metadata/bot.d.ts.map +0 -1
  155. package/build/component/generator/templates/metadata/bot.js +0 -142
  156. package/build/component/generator/templates/metadata/bot.js.map +0 -1
  157. package/build/component/generator/templates/metadata/customEngineAgent.d.ts +0 -3
  158. package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +0 -1
  159. package/build/component/generator/templates/metadata/customEngineAgent.js +0 -39
  160. package/build/component/generator/templates/metadata/customEngineAgent.js.map +0 -1
  161. package/build/component/generator/templates/metadata/da.d.ts +0 -3
  162. package/build/component/generator/templates/metadata/da.d.ts.map +0 -1
  163. package/build/component/generator/templates/metadata/da.js +0 -117
  164. package/build/component/generator/templates/metadata/da.js.map +0 -1
  165. package/build/component/generator/templates/metadata/graphConnector.d.ts +0 -3
  166. package/build/component/generator/templates/metadata/graphConnector.d.ts.map +0 -1
  167. package/build/component/generator/templates/metadata/graphConnector.js +0 -15
  168. package/build/component/generator/templates/metadata/graphConnector.js.map +0 -1
  169. package/build/component/generator/templates/metadata/me.d.ts +0 -3
  170. package/build/component/generator/templates/metadata/me.d.ts.map +0 -1
  171. package/build/component/generator/templates/metadata/me.js +0 -111
  172. package/build/component/generator/templates/metadata/me.js.map +0 -1
  173. package/build/component/generator/templates/metadata/special.d.ts +0 -3
  174. package/build/component/generator/templates/metadata/special.d.ts.map +0 -1
  175. package/build/component/generator/templates/metadata/special.js +0 -70
  176. package/build/component/generator/templates/metadata/special.js.map +0 -1
  177. package/build/component/generator/templates/metadata/tab.d.ts +0 -3
  178. package/build/component/generator/templates/metadata/tab.d.ts.map +0 -1
  179. package/build/component/generator/templates/metadata/tab.js +0 -59
  180. package/build/component/generator/templates/metadata/tab.js.map +0 -1
  181. package/build/component/generator/templates/metadata/teams.d.ts +0 -3
  182. package/build/component/generator/templates/metadata/teams.d.ts.map +0 -1
  183. package/build/component/generator/templates/metadata/teams.js +0 -238
  184. package/build/component/generator/templates/metadata/teams.js.map +0 -1
  185. package/build/component/generator/templates/metadata/vs.d.ts +0 -3
  186. package/build/component/generator/templates/metadata/vs.d.ts.map +0 -1
  187. package/build/component/generator/templates/metadata/vs.js +0 -22
  188. package/build/component/generator/templates/metadata/vs.js.map +0 -1
  189. package/build/component/generator/templates/metadata/wxp.d.ts +0 -3
  190. package/build/component/generator/templates/metadata/wxp.d.ts.map +0 -1
  191. package/build/component/generator/templates/metadata/wxp.js +0 -33
  192. package/build/component/generator/templates/metadata/wxp.js.map +0 -1
  193. package/build/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,30 @@
1
+ {
2
+ "condition": {
3
+ "equals": "custom-engine-agent-type"
4
+ },
5
+ "data": {
6
+ "title": "template.customEngineAgent.title",
7
+ "name": "capabilities",
8
+ "type": "singleSelect",
9
+ "options": [
10
+ {
11
+ "id": "basic-custom-engine-agent",
12
+ "label": "template.customEngineAgent.basic.label",
13
+ "detail": "template.customEngineAgent.basic.detail",
14
+ "data": "basic-custom-engine-agent"
15
+ },
16
+ {
17
+ "id": "weather-agent",
18
+ "label": "template.customEngineAgent.weather.label",
19
+ "detail": "template.customEngineAgent.weather.detail",
20
+ "data": "weather-agent"
21
+ }
22
+ ],
23
+ "placeholder": "template.customEngineAgent.placeholder"
24
+ },
25
+ "children": [
26
+ {
27
+ "node": "llmServiceNode"
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,124 @@
1
+ {
2
+ "condition": {
3
+ "equals": "teams-agent-and-app-type"
4
+ },
5
+ "data": {
6
+ "title": "template.teams.title",
7
+ "name": "teams-app-type",
8
+ "type": "singleSelect",
9
+ "options": [
10
+ {
11
+ "id": "custom-copilot-basic",
12
+ "label": "template.teams.general.label",
13
+ "detail": "template.teams.general.detail",
14
+ "data": "custom-copilot-basic"
15
+ },
16
+ {
17
+ "id": "custom-copilot-rag",
18
+ "label": "template.teams.rag.label",
19
+ "detail": "template.teams.rag.detail"
20
+ },
21
+ {
22
+ "id": "teams-collaborator-agent",
23
+ "label": "template.teams.collaboratorAgent.label",
24
+ "detail": "template.teams.collaboratorAgent.detail",
25
+ "data": "teams-collaborator-agent"
26
+ },
27
+ {
28
+ "id": "teams-other-app-type",
29
+ "label": "template.teams.others.label",
30
+ "detail": "template.teams.others.detail"
31
+ }
32
+ ],
33
+ "placeholder": "template.customEngineAgent.placeholder"
34
+ },
35
+ "children": [
36
+ {
37
+ "condition": {
38
+ "equals": "custom-copilot-rag"
39
+ },
40
+ "data": {
41
+ "type": "singleSelect",
42
+ "name": "custom-copilot-rag",
43
+ "title": "template.teams.rag.label",
44
+ "placeholder": "template.teams.rag.source.placeholder",
45
+ "default": "custom-copilot-rag-customize",
46
+ "options": [
47
+ {
48
+ "id": "custom-copilot-rag-customize",
49
+ "label": "template.teams.rag.source.customize.label",
50
+ "detail": "template.teams.rag.source.customize.detail",
51
+ "data": "custom-copilot-rag-customize"
52
+ },
53
+ {
54
+ "id": "custom-copilot-rag-azure-ai-search",
55
+ "label": "template.teams.rag.source.azureAISearch.label",
56
+ "detail": "template.teams.rag.source.azureAISearch.detail",
57
+ "data": "custom-copilot-rag-azure-ai-search"
58
+ },
59
+ {
60
+ "id": "custom-copilot-rag-custom-api",
61
+ "label": "template.teams.rag.source.customApi.label",
62
+ "detail": "template.teams.rag.source.customApi.detail",
63
+ "data": "custom-copilot-rag-custom-api"
64
+ }
65
+ ]
66
+ },
67
+ "children": [
68
+ {
69
+ "condition": {
70
+ "equals": "custom-copilot-rag-custom-api"
71
+ },
72
+ "node": "apiSpecNode"
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "condition": {
78
+ "enum": [
79
+ "custom-copilot-basic",
80
+ "custom-copilot-rag"
81
+ ]
82
+ },
83
+ "node": "llmServiceNode"
84
+ },
85
+ {
86
+ "condition": {
87
+ "equals": "teams-collaborator-agent"
88
+ },
89
+ "node": "azureOpenAINode"
90
+ },
91
+ {
92
+ "condition": {
93
+ "equals": "teams-other-app-type"
94
+ },
95
+ "data": {
96
+ "type": "singleSelect",
97
+ "name": "teams-other-app-type",
98
+ "title": "template.teams.others.capability.title",
99
+ "options": [
100
+ {
101
+ "id": "non-sso-tab",
102
+ "label": "template.teams.others.tab.label",
103
+ "detail": "template.teams.others.tab.detail",
104
+ "data": "non-sso-tab"
105
+ },
106
+ {
107
+ "id": "default-message-extension",
108
+ "label": "template.teams.others.messageExtension.label",
109
+ "detail": "template.teams.others.messageExtension.detail",
110
+ "data": "default-message-extension"
111
+ },
112
+ {
113
+ "id": "default-bot",
114
+ "label": "template.teams.others.bot.label",
115
+ "detail": "template.teams.others.bot.detail",
116
+ "data": "default-bot"
117
+ }
118
+ ],
119
+ "placeholder": "template.customEngineAgent.placeholder"
120
+ },
121
+ "children": []
122
+ }
123
+ ]
124
+ }
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const agentForTeamsTemplates: Template[];
3
- //# sourceMappingURL=agentForTeams.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agentForTeams.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/agentForTeams.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,sBAAsB,EAAE,QAAQ,EA2I5C,CAAC"}
@@ -1,147 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.agentForTeamsTemplates = void 0;
6
- const templateNames_1 = require("../templateNames");
7
- exports.agentForTeamsTemplates = [
8
- {
9
- id: "custom-copilot-basic-ts",
10
- name: templateNames_1.TemplateNames.CustomCopilotBasic,
11
- language: "typescript",
12
- description: "",
13
- },
14
- {
15
- id: "custom-copilot-basic-js",
16
- name: templateNames_1.TemplateNames.CustomCopilotBasic,
17
- language: "javascript",
18
- description: "",
19
- },
20
- {
21
- id: "custom-copilot-basic-csharp",
22
- name: templateNames_1.TemplateNames.CustomCopilotBasic,
23
- language: "csharp",
24
- description: "",
25
- },
26
- // {
27
- // id: "custom-copilot-basic-python",
28
- // name: TemplateNames.CustomCopilotBasic,
29
- // language: "python",
30
- // description: "",
31
- // },
32
- {
33
- id: "custom-copilot-rag-customize-ts",
34
- name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
35
- language: "typescript",
36
- description: "",
37
- },
38
- {
39
- id: "custom-copilot-rag-customize-js",
40
- name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
41
- language: "javascript",
42
- description: "",
43
- },
44
- {
45
- id: "custom-copilot-rag-customize-csharp",
46
- name: templateNames_1.TemplateNames.CustomCopilotRagCustomize,
47
- language: "csharp",
48
- description: "",
49
- },
50
- // {
51
- // id: "custom-copilot-rag-customize-python",
52
- // name: TemplateNames.CustomCopilotRagCustomize,
53
- // language: "python",
54
- // description: "",
55
- // },
56
- {
57
- id: "custom-copilot-rag-azure-ai-search-ts",
58
- name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
59
- language: "typescript",
60
- description: "",
61
- },
62
- {
63
- id: "custom-copilot-rag-azure-ai-search-js",
64
- name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
65
- language: "javascript",
66
- description: "",
67
- },
68
- {
69
- id: "custom-copilot-rag-azure-ai-search-csharp",
70
- name: templateNames_1.TemplateNames.CustomCopilotRagAzureAISearch,
71
- language: "csharp",
72
- description: "",
73
- },
74
- // {
75
- // id: "custom-copilot-rag-azure-ai-search-python",
76
- // name: TemplateNames.CustomCopilotRagAzureAISearch,
77
- // language: "python",
78
- // description: "",
79
- // },
80
- {
81
- id: "custom-copilot-rag-microsoft365-ts",
82
- name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
83
- language: "typescript",
84
- description: "",
85
- },
86
- {
87
- id: "custom-copilot-rag-microsoft365-js",
88
- name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
89
- language: "javascript",
90
- description: "",
91
- },
92
- {
93
- id: "custom-copilot-rag-microsoft365-csharp",
94
- name: templateNames_1.TemplateNames.CustomCopilotRagMicrosoft365,
95
- language: "csharp",
96
- description: "",
97
- },
98
- {
99
- id: "custom-copilot-assistant-new-ts",
100
- name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
101
- language: "typescript",
102
- description: "",
103
- },
104
- {
105
- id: "custom-copilot-assistant-new-js",
106
- name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
107
- language: "javascript",
108
- description: "",
109
- },
110
- {
111
- id: "custom-copilot-assistant-new-csharp",
112
- name: templateNames_1.TemplateNames.CustomCopilotAssistantNew,
113
- language: "csharp",
114
- description: "",
115
- },
116
- // {
117
- // id: "custom-copilot-assistant-new-python",
118
- // name: TemplateNames.CustomCopilotAssistantNew,
119
- // language: "python",
120
- // description: "",
121
- // },
122
- {
123
- id: "custom-copilot-assistant-assistants-api-ts",
124
- name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
125
- language: "typescript",
126
- description: "",
127
- },
128
- {
129
- id: "custom-copilot-assistant-assistants-api-js",
130
- name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
131
- language: "javascript",
132
- description: "",
133
- },
134
- {
135
- id: "custom-copilot-assistant-assistants-api-csharp",
136
- name: templateNames_1.TemplateNames.CustomCopilotAssistantAssistantsApi,
137
- language: "csharp",
138
- description: "",
139
- },
140
- // {
141
- // id: "custom-copilot-assistant-assistants-api-python",
142
- // name: TemplateNames.CustomCopilotAssistantAssistantsApi,
143
- // language: "python",
144
- // description: "",
145
- // },
146
- ];
147
- //# sourceMappingURL=agentForTeams.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"agentForTeams.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/agentForTeams.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,sBAAsB,GAAe;IAChD;QACE,EAAE,EAAE,yBAAyB;QAC7B,IAAI,EAAE,6BAAa,CAAC,kBAAkB;QACtC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,IAAI,EAAE,6BAAa,CAAC,kBAAkB;QACtC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,6BAA6B;QACjC,IAAI,EAAE,6BAAa,CAAC,kBAAkB;QACtC,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD,IAAI;IACJ,uCAAuC;IACvC,4CAA4C;IAC5C,wBAAwB;IACxB,qBAAqB;IACrB,KAAK;IACL;QACE,EAAE,EAAE,iCAAiC;QACrC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,iCAAiC;QACrC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,qCAAqC;QACzC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD,IAAI;IACJ,+CAA+C;IAC/C,mDAAmD;IACnD,wBAAwB;IACxB,qBAAqB;IACrB,KAAK;IACL;QACE,EAAE,EAAE,uCAAuC;QAC3C,IAAI,EAAE,6BAAa,CAAC,6BAA6B;QACjD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,uCAAuC;QAC3C,IAAI,EAAE,6BAAa,CAAC,6BAA6B;QACjD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,2CAA2C;QAC/C,IAAI,EAAE,6BAAa,CAAC,6BAA6B;QACjD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD,IAAI;IACJ,qDAAqD;IACrD,uDAAuD;IACvD,wBAAwB;IACxB,qBAAqB;IACrB,KAAK;IACL;QACE,EAAE,EAAE,oCAAoC;QACxC,IAAI,EAAE,6BAAa,CAAC,4BAA4B;QAChD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,oCAAoC;QACxC,IAAI,EAAE,6BAAa,CAAC,4BAA4B;QAChD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,wCAAwC;QAC5C,IAAI,EAAE,6BAAa,CAAC,4BAA4B;QAChD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,iCAAiC;QACrC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,iCAAiC;QACrC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,qCAAqC;QACzC,IAAI,EAAE,6BAAa,CAAC,yBAAyB;QAC7C,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD,IAAI;IACJ,+CAA+C;IAC/C,mDAAmD;IACnD,wBAAwB;IACxB,qBAAqB;IACrB,KAAK;IACL;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,mCAAmC;QACvD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4CAA4C;QAChD,IAAI,EAAE,6BAAa,CAAC,mCAAmC;QACvD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gDAAgD;QACpD,IAAI,EAAE,6BAAa,CAAC,mCAAmC;QACvD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD,IAAI;IACJ,0DAA0D;IAC1D,6DAA6D;IAC7D,wBAAwB;IACxB,qBAAqB;IACrB,KAAK;CACN,CAAC"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const basicBotTemplates: Template[];
3
- //# sourceMappingURL=bot.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bot.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/bot.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AA6EvC,eAAO,MAAM,iBAAiB,EAAE,QAAQ,EA4DvC,CAAC"}
@@ -1,142 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.basicBotTemplates = void 0;
6
- const templateNames_1 = require("../templateNames");
7
- const notificationBotTemplates = [
8
- {
9
- id: "notification-http-trigger-ts",
10
- name: templateNames_1.TemplateNames.NotificationHttpTrigger,
11
- language: "typescript",
12
- description: "",
13
- },
14
- {
15
- id: "notification-http-trigger-js",
16
- name: templateNames_1.TemplateNames.NotificationHttpTrigger,
17
- language: "javascript",
18
- description: "",
19
- },
20
- {
21
- id: "notification-http-trigger-csharp",
22
- name: templateNames_1.TemplateNames.NotificationHttpTrigger,
23
- language: "csharp",
24
- description: "",
25
- },
26
- {
27
- id: "notification-timer-trigger-ts",
28
- name: templateNames_1.TemplateNames.NotificationTimerTrigger,
29
- language: "typescript",
30
- description: "",
31
- },
32
- {
33
- id: "notification-timer-trigger-js",
34
- name: templateNames_1.TemplateNames.NotificationTimerTrigger,
35
- language: "javascript",
36
- description: "",
37
- },
38
- {
39
- id: "notification-timer-trigger-csharp",
40
- name: templateNames_1.TemplateNames.NotificationTimerTrigger,
41
- language: "csharp",
42
- description: "",
43
- },
44
- {
45
- id: "notification-http-timer-trigger-ts",
46
- name: templateNames_1.TemplateNames.NotificationHttpTimerTrigger,
47
- language: "typescript",
48
- description: "",
49
- },
50
- {
51
- id: "notification-http-timer-trigger-js",
52
- name: templateNames_1.TemplateNames.NotificationHttpTimerTrigger,
53
- language: "javascript",
54
- description: "",
55
- },
56
- {
57
- id: "notification-http-timer-trigger-csharp",
58
- name: templateNames_1.TemplateNames.NotificationHttpTimerTrigger,
59
- language: "csharp",
60
- description: "",
61
- },
62
- {
63
- id: "notification-express-ts",
64
- name: templateNames_1.TemplateNames.NotificationExpress,
65
- language: "typescript",
66
- description: "",
67
- },
68
- {
69
- id: "notification-express-js",
70
- name: templateNames_1.TemplateNames.NotificationExpress,
71
- language: "javascript",
72
- description: "",
73
- },
74
- {
75
- id: "notification-webapi-csharp",
76
- name: templateNames_1.TemplateNames.NotificationWebApi,
77
- language: "csharp",
78
- description: "",
79
- },
80
- ];
81
- exports.basicBotTemplates = [
82
- {
83
- id: "default-bot-ts",
84
- name: templateNames_1.TemplateNames.DefaultBot,
85
- language: "typescript",
86
- description: "",
87
- },
88
- {
89
- id: "default-bot-js",
90
- name: templateNames_1.TemplateNames.DefaultBot,
91
- language: "javascript",
92
- description: "",
93
- },
94
- {
95
- id: "default-bot-csharp",
96
- name: templateNames_1.TemplateNames.DefaultBot,
97
- language: "csharp",
98
- description: "",
99
- },
100
- ...notificationBotTemplates,
101
- {
102
- id: "command-and-response-ts",
103
- name: templateNames_1.TemplateNames.CommandAndResponse,
104
- language: "typescript",
105
- description: "",
106
- link: "https://aka.ms/teamsfx-create-command",
107
- },
108
- {
109
- id: "command-and-response-js",
110
- name: templateNames_1.TemplateNames.CommandAndResponse,
111
- language: "javascript",
112
- description: "",
113
- link: "https://aka.ms/teamsfx-create-command",
114
- },
115
- {
116
- id: "command-and-response-csharp",
117
- name: templateNames_1.TemplateNames.CommandAndResponse,
118
- language: "csharp",
119
- description: "",
120
- },
121
- {
122
- id: "workflow-ts",
123
- name: templateNames_1.TemplateNames.Workflow,
124
- language: "typescript",
125
- description: "",
126
- link: "https://aka.ms/teamsfx-workflow-new",
127
- },
128
- {
129
- id: "workflow-js",
130
- name: templateNames_1.TemplateNames.Workflow,
131
- language: "javascript",
132
- description: "",
133
- link: "https://aka.ms/teamsfx-workflow-new",
134
- },
135
- {
136
- id: "workflow-csharp",
137
- name: templateNames_1.TemplateNames.Workflow,
138
- language: "csharp",
139
- description: "",
140
- },
141
- ];
142
- //# sourceMappingURL=bot.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bot.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/bot.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const customEngineAgentTemplates: Template[];
3
- //# sourceMappingURL=customEngineAgent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customEngineAgent.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/customEngineAgent.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,0BAA0B,EAAE,QAAQ,EA+BhD,CAAC"}
@@ -1,39 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.customEngineAgentTemplates = void 0;
6
- const templateNames_1 = require("../templateNames");
7
- exports.customEngineAgentTemplates = [
8
- {
9
- id: "basic-custom-engine-agent-ts",
10
- name: templateNames_1.TemplateNames.BasicCustomEngineAgent,
11
- language: "typescript",
12
- description: "",
13
- },
14
- {
15
- id: "basic-custom-engine-agent-js",
16
- name: templateNames_1.TemplateNames.BasicCustomEngineAgent,
17
- language: "javascript",
18
- description: "",
19
- },
20
- {
21
- id: "weather-agent-ts",
22
- name: templateNames_1.TemplateNames.WeatherAgent,
23
- language: "typescript",
24
- description: "",
25
- },
26
- {
27
- id: "weather-agent-js",
28
- name: templateNames_1.TemplateNames.WeatherAgent,
29
- language: "javascript",
30
- description: "",
31
- },
32
- {
33
- id: "custom-copilot-weather-agent-csharp",
34
- name: templateNames_1.TemplateNames.WeatherAgent,
35
- language: "csharp",
36
- description: "",
37
- },
38
- ];
39
- //# sourceMappingURL=customEngineAgent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customEngineAgent.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/customEngineAgent.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,0BAA0B,GAAe;IACpD;QACE,EAAE,EAAE,8BAA8B;QAClC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,8BAA8B;QAClC,IAAI,EAAE,6BAAa,CAAC,sBAAsB;QAC1C,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,kBAAkB;QACtB,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,qCAAqC;QACzC,IAAI,EAAE,6BAAa,CAAC,YAAY;QAChC,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const declarativeAgentTemplates: Template[];
3
- //# sourceMappingURL=da.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/da.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,yBAAyB,EAAE,QAAQ,EA6G/C,CAAC"}
@@ -1,117 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.declarativeAgentTemplates = void 0;
6
- const templateNames_1 = require("../templateNames");
7
- exports.declarativeAgentTemplates = [
8
- {
9
- id: "declarative-agent-basic",
10
- name: templateNames_1.TemplateNames.DeclarativeAgentBasic,
11
- language: "common",
12
- description: "",
13
- },
14
- {
15
- id: "declarative-agent-basic-csharp",
16
- name: templateNames_1.TemplateNames.DeclarativeAgentBasic,
17
- language: "csharp",
18
- description: "",
19
- },
20
- {
21
- id: "declarative-agent-basic",
22
- name: templateNames_1.TemplateNames.DeclarativeAgentWithExistingAction,
23
- language: "common",
24
- description: "",
25
- },
26
- {
27
- id: "declarative-agent-basic-csharp",
28
- name: templateNames_1.TemplateNames.DeclarativeAgentWithExistingAction,
29
- language: "csharp",
30
- description: "",
31
- },
32
- {
33
- id: "declarative-agent-with-action-from-scratch-ts",
34
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratch,
35
- language: "typescript",
36
- description: "",
37
- },
38
- {
39
- id: "declarative-agent-with-action-from-scratch-js",
40
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratch,
41
- language: "javascript",
42
- description: "",
43
- },
44
- {
45
- id: "declarative-agent-with-action-from-scratch-csharp",
46
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratch,
47
- language: "csharp",
48
- description: "",
49
- },
50
- {
51
- id: "declarative-agent-with-action-from-scratch-bearer-ts",
52
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchBearer,
53
- language: "typescript",
54
- description: "",
55
- },
56
- {
57
- id: "declarative-agent-with-action-from-scratch-bearer-js",
58
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchBearer,
59
- language: "javascript",
60
- description: "",
61
- },
62
- {
63
- id: "declarative-agent-with-action-from-scratch-bearer-csharp",
64
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchBearer,
65
- language: "csharp",
66
- description: "",
67
- },
68
- {
69
- id: "declarative-agent-with-action-from-scratch-oauth-ts",
70
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchOAuth,
71
- language: "typescript",
72
- description: "",
73
- },
74
- {
75
- id: "declarative-agent-with-action-from-scratch-oauth-js",
76
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchOAuth,
77
- language: "javascript",
78
- description: "",
79
- },
80
- {
81
- id: "declarative-agent-with-action-from-scratch-oauth-csharp",
82
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromScratchOAuth,
83
- language: "csharp",
84
- description: "",
85
- },
86
- {
87
- id: "declarative-agent-typespec",
88
- name: templateNames_1.TemplateNames.DeclarativeAgentWithTypeSpec,
89
- language: "common",
90
- description: "",
91
- },
92
- {
93
- id: "declarative-agent-with-graph-connector-ts",
94
- name: templateNames_1.TemplateNames.DeclarativeAgentWithGraphConnector,
95
- language: "typescript",
96
- description: "",
97
- },
98
- {
99
- id: "declarative-agent-meta-os-new-project",
100
- name: templateNames_1.TemplateNames.DeclarativeAgentMetaOSNewProject,
101
- language: "common",
102
- description: "",
103
- },
104
- {
105
- id: "declarative-agent-meta-os-upgrade-project",
106
- name: templateNames_1.TemplateNames.DeclarativeAgentMetaOSUpgradeProject,
107
- language: "common",
108
- description: "",
109
- },
110
- {
111
- id: "declarative-agent-with-action-from-mcp",
112
- name: templateNames_1.TemplateNames.DeclarativeAgentWithActionFromMCP,
113
- language: "common",
114
- description: "",
115
- },
116
- ];
117
- //# sourceMappingURL=da.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"da.js","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/da.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { Template } from "./interface";
2
- export declare const graphConnectorTemplates: Template[];
3
- //# sourceMappingURL=graphConnector.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"graphConnector.d.ts","sourceRoot":"","sources":["../../../../../src/component/generator/templates/metadata/graphConnector.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,eAAO,MAAM,uBAAuB,EAAE,QAAQ,EAO7C,CAAC"}