@microsoft/teamsfx-core 3.0.9-alpha.39f165521.0 → 3.0.9-alpha.6642e95d6.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 (162) hide show
  1. package/build/common/localizeUtils.d.ts.map +1 -1
  2. package/build/common/localizeUtils.js +36 -12
  3. package/build/common/localizeUtils.js.map +1 -1
  4. package/build/common/templates-config.json +1 -1
  5. package/build/component/constants.d.ts +1 -0
  6. package/build/component/constants.d.ts.map +1 -1
  7. package/build/component/constants.js +2 -1
  8. package/build/component/constants.js.map +1 -1
  9. package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -0
  10. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  11. package/build/component/driver/teamsApp/publishAppPackage.js +79 -4
  12. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  13. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +20 -0
  14. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  15. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +152 -2
  16. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  17. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  18. package/build/component/generator/declarativeAgent/generator.js +16 -6
  19. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  20. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  21. package/build/component/generator/templates/metadata/index.js +21 -25
  22. package/build/component/generator/templates/metadata/index.js.map +1 -1
  23. package/build/component/utils/odrProvider.d.ts +36 -0
  24. package/build/component/utils/odrProvider.d.ts.map +1 -0
  25. package/build/component/utils/odrProvider.js +75 -0
  26. package/build/component/utils/odrProvider.js.map +1 -0
  27. package/build/core/FxCore.d.ts +4 -1
  28. package/build/core/FxCore.d.ts.map +1 -1
  29. package/build/core/FxCore.js +96 -19
  30. package/build/core/FxCore.js.map +1 -1
  31. package/build/index.d.ts +2 -1
  32. package/build/index.d.ts.map +1 -1
  33. package/build/index.js +5 -5
  34. package/build/index.js.map +1 -1
  35. package/build/question/inputs/CreateProjectInputs.d.ts +1 -15
  36. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  37. package/build/question/options/CreateProjectOptions.d.ts +1 -1
  38. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  39. package/build/question/options/CreateProjectOptions.js +0 -56
  40. package/build/question/options/CreateProjectOptions.js.map +1 -1
  41. package/build/question/other.js +2 -2
  42. package/build/question/other.js.map +1 -1
  43. package/build/question/questionNames.d.ts +6 -0
  44. package/build/question/questionNames.d.ts.map +1 -1
  45. package/build/question/questionNames.js +6 -0
  46. package/build/question/questionNames.js.map +1 -1
  47. package/build/question/scaffold/commonNodes.d.ts +7 -0
  48. package/build/question/scaffold/commonNodes.d.ts.map +1 -0
  49. package/build/question/scaffold/commonNodes.js +154 -0
  50. package/build/question/scaffold/commonNodes.js.map +1 -0
  51. package/build/question/scaffold/constructNode.d.ts +3 -0
  52. package/build/question/scaffold/constructNode.d.ts.map +1 -0
  53. package/build/question/scaffold/constructNode.js +50 -0
  54. package/build/question/scaffold/constructNode.js.map +1 -0
  55. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  56. package/build/question/scaffold/vs/createRootNode.js +4 -1
  57. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  58. package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
  59. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  60. package/build/question/scaffold/vsc/createRootNode.d.ts +0 -7
  61. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  62. package/build/question/scaffold/vsc/createRootNode.js +3 -72
  63. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  64. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
  65. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
  66. package/build/question/scaffold/vsc/customEngineAgentNode.js +22 -24
  67. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  68. package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -3
  69. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  70. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -7
  71. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  72. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +106 -201
  73. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  74. package/build/ui/visitor.d.ts.map +1 -1
  75. package/build/ui/visitor.js +5 -0
  76. package/build/ui/visitor.js.map +1 -1
  77. package/package.json +5 -5
  78. package/resource/package.nls.cs.json +2 -0
  79. package/resource/package.nls.de.json +2 -0
  80. package/resource/package.nls.es.json +2 -0
  81. package/resource/package.nls.fr.json +2 -0
  82. package/resource/package.nls.it.json +2 -0
  83. package/resource/package.nls.ja.json +2 -0
  84. package/resource/package.nls.json +10 -23
  85. package/resource/package.nls.ko.json +2 -0
  86. package/resource/package.nls.pl.json +2 -0
  87. package/resource/package.nls.pt-BR.json +2 -0
  88. package/resource/package.nls.ru.json +2 -0
  89. package/resource/package.nls.tr.json +2 -0
  90. package/resource/package.nls.zh-Hans.json +2 -0
  91. package/resource/package.nls.zh-Hant.json +2 -0
  92. package/resource/templates/package.nls.cs.json +25 -0
  93. package/resource/templates/package.nls.de.json +25 -0
  94. package/resource/templates/package.nls.es.json +25 -0
  95. package/resource/templates/package.nls.fr.json +25 -0
  96. package/resource/templates/package.nls.it.json +25 -0
  97. package/resource/templates/package.nls.ja.json +25 -0
  98. package/resource/templates/package.nls.json +33 -0
  99. package/resource/templates/package.nls.ko.json +25 -0
  100. package/resource/templates/package.nls.pl.json +25 -0
  101. package/resource/templates/package.nls.pt-BR.json +25 -0
  102. package/resource/templates/package.nls.ru.json +25 -0
  103. package/resource/templates/package.nls.tr.json +25 -0
  104. package/resource/templates/package.nls.zh-Hans.json +25 -0
  105. package/resource/templates/package.nls.zh-Hant.json +25 -0
  106. package/resource/templates/package.nls.zh-cn.json +21 -0
  107. package/resource/templates/package.nls.zh-tw.json +21 -0
  108. package/templates/fallback/common.zip +0 -0
  109. package/templates/fallback/csharp.zip +0 -0
  110. package/templates/fallback/js.zip +0 -0
  111. package/templates/fallback/python.zip +0 -0
  112. package/templates/fallback/ts.zip +0 -0
  113. package/templates/metadata/allTemplates.json +471 -0
  114. package/templates/metadata/defaultGeneratorTemplates.json +275 -0
  115. package/templates/metadata.zip +0 -0
  116. package/templates/ui/ceaNode.json +30 -0
  117. package/templates/ui/teamsNode.json +124 -0
  118. package/build/component/generator/templates/metadata/agentForTeams.d.ts +0 -3
  119. package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +0 -1
  120. package/build/component/generator/templates/metadata/agentForTeams.js +0 -147
  121. package/build/component/generator/templates/metadata/agentForTeams.js.map +0 -1
  122. package/build/component/generator/templates/metadata/bot.d.ts +0 -3
  123. package/build/component/generator/templates/metadata/bot.d.ts.map +0 -1
  124. package/build/component/generator/templates/metadata/bot.js +0 -142
  125. package/build/component/generator/templates/metadata/bot.js.map +0 -1
  126. package/build/component/generator/templates/metadata/customEngineAgent.d.ts +0 -3
  127. package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +0 -1
  128. package/build/component/generator/templates/metadata/customEngineAgent.js +0 -51
  129. package/build/component/generator/templates/metadata/customEngineAgent.js.map +0 -1
  130. package/build/component/generator/templates/metadata/da.d.ts +0 -3
  131. package/build/component/generator/templates/metadata/da.d.ts.map +0 -1
  132. package/build/component/generator/templates/metadata/da.js +0 -117
  133. package/build/component/generator/templates/metadata/da.js.map +0 -1
  134. package/build/component/generator/templates/metadata/graphConnector.d.ts +0 -3
  135. package/build/component/generator/templates/metadata/graphConnector.d.ts.map +0 -1
  136. package/build/component/generator/templates/metadata/graphConnector.js +0 -15
  137. package/build/component/generator/templates/metadata/graphConnector.js.map +0 -1
  138. package/build/component/generator/templates/metadata/me.d.ts +0 -3
  139. package/build/component/generator/templates/metadata/me.d.ts.map +0 -1
  140. package/build/component/generator/templates/metadata/me.js +0 -111
  141. package/build/component/generator/templates/metadata/me.js.map +0 -1
  142. package/build/component/generator/templates/metadata/special.d.ts +0 -3
  143. package/build/component/generator/templates/metadata/special.d.ts.map +0 -1
  144. package/build/component/generator/templates/metadata/special.js +0 -70
  145. package/build/component/generator/templates/metadata/special.js.map +0 -1
  146. package/build/component/generator/templates/metadata/tab.d.ts +0 -3
  147. package/build/component/generator/templates/metadata/tab.d.ts.map +0 -1
  148. package/build/component/generator/templates/metadata/tab.js +0 -59
  149. package/build/component/generator/templates/metadata/tab.js.map +0 -1
  150. package/build/component/generator/templates/metadata/teams.d.ts +0 -3
  151. package/build/component/generator/templates/metadata/teams.d.ts.map +0 -1
  152. package/build/component/generator/templates/metadata/teams.js +0 -238
  153. package/build/component/generator/templates/metadata/teams.js.map +0 -1
  154. package/build/component/generator/templates/metadata/vs.d.ts +0 -3
  155. package/build/component/generator/templates/metadata/vs.d.ts.map +0 -1
  156. package/build/component/generator/templates/metadata/vs.js +0 -22
  157. package/build/component/generator/templates/metadata/vs.js.map +0 -1
  158. package/build/component/generator/templates/metadata/wxp.d.ts +0 -3
  159. package/build/component/generator/templates/metadata/wxp.d.ts.map +0 -1
  160. package/build/component/generator/templates/metadata/wxp.js +0 -33
  161. package/build/component/generator/templates/metadata/wxp.js.map +0 -1
  162. package/build/tsconfig.tsbuildinfo +0 -1
@@ -0,0 +1,21 @@
1
+ {
2
+ "template.teams.others.bot.detail": "已備妥供自訂的回應機器人的簡易實作",
3
+ "template.teams.others.bot.label": "基本 Bot",
4
+ "template.teams.others.messageExtension.detail": "接收使用者輸入、處理並傳送自定義結果",
5
+ "template.teams.others.messageExtension.label": "訊息延伸模組",
6
+ "template.teams.others.tab.detail": "簡易實作準備好自訂的 Web 應用程式",
7
+ "template.teams.others.tab.label": "基本索引標籤",
8
+ "template.teams.general.detail": "在 Teams 中建立基本 AI 聊天機器人",
9
+ "template.teams.general.label": "基本 AI 聊天機器人",
10
+ "template.teams.rag.source.placeholder": "選取載入資料的選項",
11
+ "template.teams.rag.source.azureAISearch.detail": "從 Azure AI 搜尋服務載入您的資料",
12
+ "template.teams.rag.source.azureAISearch.label": "Azure AI 搜尋服務",
13
+ "template.teams.rag.source.customApi.detail": "根據 OpenAPI 描述文件,從自訂 API 載入您的資料",
14
+ "template.teams.rag.source.customApi.label": "自訂 API",
15
+ "template.teams.rag.source.customize.detail": "決定如何載入您的資料",
16
+ "template.teams.rag.source.customize.label": "自訂",
17
+ "template.teams.rag.detail": "使用您的內容擴展 AI Bot 的知識,以取得問題的正確解答",
18
+ "template.teams.rag.label": "與您的資料聊天",
19
+ "template.customEngineAgent.placeholder": "選取選項",
20
+ "template.customEngineAgent.title": "使用 Teams AI 連結庫的應用程式功能"
21
+ }
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,471 @@
1
+ [
2
+ {
3
+ "id": "declarative-agent-basic",
4
+ "name": "copilot-gpt-basic",
5
+ "language": "common",
6
+ "displayName": "Declarative Agent",
7
+ "description": "Basic Declarative Agent without action"
8
+ },
9
+ {
10
+ "id": "declarative-agent-basic-csharp",
11
+ "name": "copilot-gpt-basic",
12
+ "language": "csharp",
13
+ "displayName": "Declarative Agent",
14
+ "description": "Basic Declarative Agent without action"
15
+ },
16
+ {
17
+ "id": "declarative-agent-with-action-from-scratch-ts",
18
+ "name": "api-plugin-from-scratch",
19
+ "language": "typescript",
20
+ "displayName": "Declarative Agent with Action from Scratch",
21
+ "description": "Declarative Agent with a new action built from scratch"
22
+ },
23
+ {
24
+ "id": "declarative-agent-with-action-from-scratch-js",
25
+ "name": "api-plugin-from-scratch",
26
+ "language": "javascript",
27
+ "displayName": "Declarative Agent with Action from Scratch",
28
+ "description": "Declarative Agent with a new action built from scratch"
29
+ },
30
+ {
31
+ "id": "declarative-agent-with-action-from-scratch-csharp",
32
+ "name": "api-plugin-from-scratch",
33
+ "language": "csharp",
34
+ "displayName": "Declarative Agent with Action from Scratch",
35
+ "description": "Declarative Agent with a new action built from scratch"
36
+ },
37
+ {
38
+ "id": "declarative-agent-with-action-from-scratch-bearer-ts",
39
+ "name": "api-plugin-from-scratch-bearer",
40
+ "language": "typescript",
41
+ "displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
42
+ "description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
43
+ },
44
+ {
45
+ "id": "declarative-agent-with-action-from-scratch-bearer-js",
46
+ "name": "api-plugin-from-scratch-bearer",
47
+ "language": "javascript",
48
+ "displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
49
+ "description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
50
+ },
51
+ {
52
+ "id": "declarative-agent-with-action-from-scratch-bearer-csharp",
53
+ "name": "api-plugin-from-scratch-bearer",
54
+ "language": "csharp",
55
+ "displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
56
+ "description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
57
+ },
58
+ {
59
+ "id": "declarative-agent-with-action-from-scratch-oauth-ts",
60
+ "name": "api-plugin-from-scratch-oauth",
61
+ "language": "typescript",
62
+ "displayName": "Declarative Agent with Action from Scratch (OAuth)",
63
+ "description": "Declarative Agent with a new action built from scratch using OAuth authentication"
64
+ },
65
+ {
66
+ "id": "declarative-agent-with-action-from-scratch-oauth-js",
67
+ "name": "api-plugin-from-scratch-oauth",
68
+ "language": "javascript",
69
+ "displayName": "Declarative Agent with Action from Scratch (OAuth)",
70
+ "description": "Declarative Agent with a new action built from scratch using OAuth authentication"
71
+ },
72
+ {
73
+ "id": "declarative-agent-with-action-from-scratch-oauth-csharp",
74
+ "name": "api-plugin-from-scratch-oauth",
75
+ "language": "csharp",
76
+ "displayName": "Declarative Agent with Action from Scratch (OAuth)",
77
+ "description": "Declarative Agent with a new action built from scratch using OAuth authentication"
78
+ },
79
+ {
80
+ "id": "declarative-agent-with-action-from-existing-api",
81
+ "name": "api-plugin-from-existing-api",
82
+ "language": "none",
83
+ "displayName": "Declarative Agent with Action from Existing API",
84
+ "description": "Declarative Agent with action from an existing API specification"
85
+ },
86
+ {
87
+ "id": "declarative-agent-with-action-from-existing-api-csharp",
88
+ "name": "api-plugin-from-existing-api",
89
+ "language": "csharp",
90
+ "displayName": "Declarative Agent with Action from Existing API",
91
+ "description": "Declarative Agent with action from an existing API specification"
92
+ },
93
+ {
94
+ "id": "declarative-agent-meta-os-new-project",
95
+ "name": "declarative-agent-meta-os-new-project",
96
+ "language": "common",
97
+ "displayName": "Declarative Agent for MetaOS (New Project)",
98
+ "description": "Declarative Agent for MetaOS - new project"
99
+ },
100
+ {
101
+ "id": "declarative-agent-meta-os-upgrade-project",
102
+ "name": "declarative-agent-meta-os-upgrade-project",
103
+ "language": "common",
104
+ "displayName": "Declarative Agent for MetaOS (Upgrade Project)",
105
+ "description": "Declarative Agent for MetaOS - upgrade existing project"
106
+ },
107
+ {
108
+ "id": "declarative-agent-with-action-from-mcp",
109
+ "name": "declarative-agent-with-action-from-mcp",
110
+ "language": "common",
111
+ "displayName": "Declarative Agent with Action from MCP Server",
112
+ "description": "Declarative Agent with action from Model Context Protocol (MCP)"
113
+ },
114
+ {
115
+ "id": "declarative-agent-with-graph-connector-ts",
116
+ "name": "declarative-agent-with-graph-connector",
117
+ "language": "typescript",
118
+ "displayName": "Declarative Agent with Copilot Connector",
119
+ "description": "Declarative Agent with Microsoft Copilot Connector integration"
120
+ },
121
+ {
122
+ "id": "declarative-agent-typespec",
123
+ "name": "declarative-agent-typespec",
124
+ "language": "common",
125
+ "displayName": "Declarative Agent from TypeSpec",
126
+ "description": "Declarative Agent with or without an action using TypeSpec"
127
+ },
128
+ {
129
+ "id": "basic-custom-engine-agent-ts",
130
+ "name": "basic-custom-engine-agent",
131
+ "language": "typescript",
132
+ "displayName": "Basic Custom Engine Agent",
133
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
134
+ },
135
+ {
136
+ "id": "basic-custom-engine-agent-js",
137
+ "name": "basic-custom-engine-agent",
138
+ "language": "javascript",
139
+ "displayName": "Basic Custom Engine Agent",
140
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
141
+ },
142
+ {
143
+ "id": "basic-custom-engine-agent-python",
144
+ "name": "basic-custom-engine-agent",
145
+ "language": "python",
146
+ "displayName": "Basic Custom Engine Agent",
147
+ "description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
148
+ },
149
+ {
150
+ "id": "weather-agent-ts",
151
+ "name": "weather-agent",
152
+ "language": "typescript",
153
+ "displayName": "Weather Agent",
154
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
155
+ },
156
+ {
157
+ "id": "weather-agent-js",
158
+ "name": "weather-agent",
159
+ "language": "javascript",
160
+ "displayName": "Weather Agent",
161
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
162
+ },
163
+ {
164
+ "id": "custom-copilot-weather-agent-csharp",
165
+ "name": "weather-agent",
166
+ "language": "csharp",
167
+ "displayName": "Weather Agent",
168
+ "description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
169
+ },
170
+ {
171
+ "id": "custom-copilot-travel-agent-csharp",
172
+ "name": "travel-agent",
173
+ "language": "csharp",
174
+ "displayName": "Travel Agent",
175
+ "description": "A travel planning agent, which is built with Microsoft 365 Agents SDK, Microsoft 365 Retrieval API and Agent Framework"
176
+ },
177
+ {
178
+ "id": "graph-connector-ts",
179
+ "name": "graph-connector",
180
+ "language": "typescript",
181
+ "displayName": "Copilot Connector",
182
+ "description": "Embed your organization data to make it searchable in Microsoft 365 Copilot"
183
+ },
184
+ {
185
+ "id": "custom-copilot-basic-ts",
186
+ "name": "custom-copilot-basic",
187
+ "language": "typescript",
188
+ "displayName": "General Teams Agent",
189
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
190
+ },
191
+ {
192
+ "id": "custom-copilot-basic-js",
193
+ "name": "custom-copilot-basic",
194
+ "language": "javascript",
195
+ "displayName": "General Teams Agent",
196
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
197
+ },
198
+ {
199
+ "id": "custom-copilot-basic-csharp",
200
+ "name": "custom-copilot-basic",
201
+ "language": "csharp",
202
+ "displayName": "General Teams Agent",
203
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
204
+ },
205
+ {
206
+ "id": "custom-copilot-basic-python",
207
+ "name": "custom-copilot-basic",
208
+ "language": "python",
209
+ "displayName": "General Teams Agent",
210
+ "description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
211
+ },
212
+ {
213
+ "id": "custom-copilot-rag-customize-ts",
214
+ "name": "custom-copilot-rag-customize",
215
+ "language": "typescript",
216
+ "displayName": "Teams Agent with Data from Customized Source",
217
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
218
+ },
219
+ {
220
+ "id": "custom-copilot-rag-customize-js",
221
+ "name": "custom-copilot-rag-customize",
222
+ "language": "javascript",
223
+ "displayName": "Teams Agent with Data from Customized Source",
224
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
225
+ },
226
+ {
227
+ "id": "custom-copilot-rag-customize-csharp",
228
+ "name": "custom-copilot-rag-customize",
229
+ "language": "csharp",
230
+ "displayName": "Teams Agent with Data from Customized Source",
231
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
232
+ },
233
+ {
234
+ "id": "custom-copilot-rag-customize-python",
235
+ "name": "custom-copilot-rag-customize",
236
+ "language": "python",
237
+ "displayName": "Teams Agent with Data from Customized Source",
238
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
239
+ },
240
+ {
241
+ "id": "custom-copilot-rag-azure-ai-search-ts",
242
+ "name": "custom-copilot-rag-azure-ai-search",
243
+ "language": "typescript",
244
+ "displayName": "Teams Agent with Data from Azure AI Search",
245
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
246
+ },
247
+ {
248
+ "id": "custom-copilot-rag-azure-ai-search-js",
249
+ "name": "custom-copilot-rag-azure-ai-search",
250
+ "language": "javascript",
251
+ "displayName": "Teams Agent with Data from Azure AI Search",
252
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
253
+ },
254
+ {
255
+ "id": "custom-copilot-rag-azure-ai-search-csharp",
256
+ "name": "custom-copilot-rag-azure-ai-search",
257
+ "language": "csharp",
258
+ "displayName": "Teams Agent with Data from Azure AI Search",
259
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
260
+ },
261
+ {
262
+ "id": "custom-copilot-rag-azure-ai-search-python",
263
+ "name": "custom-copilot-rag-azure-ai-search",
264
+ "language": "python",
265
+ "displayName": "Teams Agent with Data from Azure AI Search",
266
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
267
+ },
268
+ {
269
+ "id": "teams-collaborator-agent-ts",
270
+ "name": "teams-collaborator-agent",
271
+ "language": "typescript",
272
+ "displayName": "Teams Collaborator Agent",
273
+ "description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
274
+ },
275
+ {
276
+ "id": "teams-collaborator-agent-csharp",
277
+ "name": "teams-collaborator-agent",
278
+ "language": "csharp",
279
+ "displayName": "Teams Collaborator Agent",
280
+ "description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
281
+ },
282
+ {
283
+ "id": "basic-tab-ts",
284
+ "name": "non-sso-tab",
285
+ "language": "typescript",
286
+ "displayName": "Tab",
287
+ "description": "A simple implementation of a web app that's ready to customize"
288
+ },
289
+ {
290
+ "id": "default-bot-ts",
291
+ "name": "default-bot",
292
+ "language": "typescript",
293
+ "displayName": "Simple Bot",
294
+ "description": "A simple implementation of an echo bot that's ready for customization"
295
+ },
296
+ {
297
+ "id": "default-bot-js",
298
+ "name": "default-bot",
299
+ "language": "javascript",
300
+ "displayName": "Simple Bot",
301
+ "description": "A simple implementation of an echo bot that's ready for customization"
302
+ },
303
+ {
304
+ "id": "default-bot-python",
305
+ "name": "default-bot",
306
+ "language": "python",
307
+ "displayName": "Simple Bot",
308
+ "description": "A simple implementation of an echo bot that's ready for customization"
309
+ },
310
+ {
311
+ "id": "message-extension-v2-ts",
312
+ "name": "default-message-extension",
313
+ "language": "typescript",
314
+ "displayName": "Message Extension",
315
+ "description": "Receive user input, process it, and send customized results"
316
+ },
317
+ {
318
+ "id": "message-extension-v2-python",
319
+ "name": "default-message-extension",
320
+ "language": "python",
321
+ "displayName": "Message Extension",
322
+ "description": "Receive user input, process it, and send customized results"
323
+ },
324
+ {
325
+ "id": "office-addin-outlook-taskpane-ts",
326
+ "name": "office-addin-outlook-taskpane",
327
+ "language": "typescript",
328
+ "displayName": "Outlook Task Pane Add-in",
329
+ "description": "Build a task pane add-in for Outlook"
330
+ },
331
+ {
332
+ "id": "office-addin-wxpo-taskpane-ts",
333
+ "name": "office-addin-wxpo-taskpane",
334
+ "language": "typescript",
335
+ "displayName": "Office Task Pane Add-in",
336
+ "description": "Build a task pane add-in for Word, Excel, or PowerPoint"
337
+ },
338
+ {
339
+ "id": "office-addin-excel-cfshortcut-ts",
340
+ "name": "office-addin-excel-cfshortcut",
341
+ "language": "typescript",
342
+ "displayName": "Excel Custom Functions",
343
+ "description": "Create custom functions in Excel with keyboard shortcuts"
344
+ },
345
+ {
346
+ "id": "office-addin-config-ts",
347
+ "name": "office-addin-config",
348
+ "language": "typescript",
349
+ "displayName": "Office Add-in Common Configuration",
350
+ "description": "Common configuration for Office Add-ins"
351
+ },
352
+ {
353
+ "id": "non-sso-tab-ssr-cs",
354
+ "name": "non-sso-tab-ssr",
355
+ "language": "csharp",
356
+ "displayName": "Tab (Server-Side Rendering)",
357
+ "description": "Simple Teams Tab App"
358
+ },
359
+ {
360
+ "id": "sso-tab-ssr-cs",
361
+ "name": "sso-tab-ssr",
362
+ "language": "csharp",
363
+ "displayName": "Tab with SSO (Server-Side Rendering)",
364
+ "description": "Simple Teams Tab App with SSO"
365
+ },
366
+ {
367
+ "id": "custom-copilot-rag-custom-api-ts",
368
+ "name": "custom-copilot-rag-custom-api",
369
+ "language": "typescript",
370
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
371
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
372
+ },
373
+ {
374
+ "id": "custom-copilot-rag-custom-api-js",
375
+ "name": "custom-copilot-rag-custom-api",
376
+ "language": "javascript",
377
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
378
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
379
+ },
380
+ {
381
+ "id": "teams-agent-with-data-custom-api-v2-csharp",
382
+ "name": "custom-copilot-rag-custom-api",
383
+ "language": "csharp",
384
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
385
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
386
+ },
387
+ {
388
+ "id": "teams-agent-with-data-custom-api-v2-python",
389
+ "name": "custom-copilot-rag-custom-api",
390
+ "language": "python",
391
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
392
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
393
+ },
394
+ {
395
+ "id": "empty-csharp",
396
+ "name": "empty",
397
+ "language": "csharp",
398
+ "displayName": "Empty Project",
399
+ "description": "Start with a minimal Teams app project"
400
+ },
401
+ {
402
+ "id": "message-extension-search-csharp",
403
+ "name": "message-extension-search",
404
+ "language": "csharp",
405
+ "displayName": "Message Extension (Search)",
406
+ "description": "Search-based message extension for Teams"
407
+ },
408
+ {
409
+ "id": "basic-tab-csharp",
410
+ "name": "non-sso-tab",
411
+ "language": "csharp",
412
+ "displayName": "Basic Tab",
413
+ "description": "Simple Teams Tab App"
414
+ },
415
+ {
416
+ "id": "default-bot-csharp",
417
+ "name": "default-bot",
418
+ "language": "csharp",
419
+ "displayName": "Echo Bot",
420
+ "description": "A simple implementation of an echo bot that's ready for customization"
421
+ },
422
+ {
423
+ "id": "notification-http-trigger-csharp",
424
+ "name": "notification-http-trigger",
425
+ "language": "csharp",
426
+ "displayName": "Notification Bot (HTTP Trigger)",
427
+ "description": "Send notifications to Teams using HTTP-triggered Azure Function"
428
+ },
429
+ {
430
+ "id": "notification-timer-trigger-csharp",
431
+ "name": "notification-timer-trigger",
432
+ "language": "csharp",
433
+ "displayName": "Notification Bot (Timer Trigger)",
434
+ "description": "Send scheduled notifications to Teams using timer-triggered Azure Function"
435
+ },
436
+ {
437
+ "id": "notification-http-timer-trigger-csharp",
438
+ "name": "notification-http-timer-trigger",
439
+ "language": "csharp",
440
+ "displayName": "Notification Bot (HTTP & Timer Trigger)",
441
+ "description": "Send notifications to Teams using both HTTP and timer triggers"
442
+ },
443
+ {
444
+ "id": "notification-webapi-csharp",
445
+ "name": "notification-webapi",
446
+ "language": "csharp",
447
+ "displayName": "Notification Bot (Web API)",
448
+ "description": "Send notifications to Teams using ASP.NET Core Web API"
449
+ },
450
+ {
451
+ "id": "command-and-response-csharp",
452
+ "name": "command-and-response",
453
+ "language": "csharp",
454
+ "displayName": "Command and Response Bot",
455
+ "description": "Respond to simple commands in Teams chat"
456
+ },
457
+ {
458
+ "id": "workflow-csharp",
459
+ "name": "workflow",
460
+ "language": "csharp",
461
+ "displayName": "Workflow Bot",
462
+ "description": "Build a sequential workflow bot for Teams"
463
+ },
464
+ {
465
+ "id": "message-extension-v2-csharp",
466
+ "name": "default-message-extension",
467
+ "language": "csharp",
468
+ "displayName": "Message Extension",
469
+ "description": "Receive user input, process it, and send customized results"
470
+ }
471
+ ]