@microsoft/teamsfx-core 3.0.0-alpha.e2e4e5205.0 → 3.0.0-alpha.e86157a65.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 (262) hide show
  1. package/build/client/graphClient.d.ts +6 -1
  2. package/build/client/graphClient.d.ts.map +1 -1
  3. package/build/client/graphClient.js +49 -18
  4. package/build/client/graphClient.js.map +1 -1
  5. package/build/client/teamsDevPortalClient.js +1 -1
  6. package/build/client/teamsDevPortalClient.js.map +1 -1
  7. package/build/common/constants.d.ts +1 -1
  8. package/build/common/constants.d.ts.map +1 -1
  9. package/build/common/constants.js +1 -1
  10. package/build/common/constants.js.map +1 -1
  11. package/build/common/daSpecParser.d.ts +5 -2
  12. package/build/common/daSpecParser.d.ts.map +1 -1
  13. package/build/common/daSpecParser.js +89 -35
  14. package/build/common/daSpecParser.js.map +1 -1
  15. package/build/common/featureFlags.d.ts +3 -8
  16. package/build/common/featureFlags.d.ts.map +1 -1
  17. package/build/common/featureFlags.js +7 -12
  18. package/build/common/featureFlags.js.map +1 -1
  19. package/build/common/kiotaClient.d.ts +2 -2
  20. package/build/common/kiotaClient.d.ts.map +1 -1
  21. package/build/common/kiotaClient.js +26 -2
  22. package/build/common/kiotaClient.js.map +1 -1
  23. package/build/common/samples.d.ts +1 -1
  24. package/build/common/samples.js +3 -3
  25. package/build/common/samples.js.map +1 -1
  26. package/build/common/telemetry.d.ts +2 -1
  27. package/build/common/telemetry.d.ts.map +1 -1
  28. package/build/common/telemetry.js +1 -0
  29. package/build/common/telemetry.js.map +1 -1
  30. package/build/common/templates-config.json +2 -2
  31. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  32. package/build/common/wrappedAxiosClient.js +14 -7
  33. package/build/common/wrappedAxiosClient.js.map +1 -1
  34. package/build/component/configManager/interface.d.ts +11 -0
  35. package/build/component/configManager/interface.d.ts.map +1 -1
  36. package/build/component/configManager/interface.js.map +1 -1
  37. package/build/component/configManager/lifecycle.d.ts +1 -0
  38. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  39. package/build/component/configManager/lifecycle.js +3 -2
  40. package/build/component/configManager/lifecycle.js.map +1 -1
  41. package/build/component/coordinator/index.d.ts +3 -1
  42. package/build/component/coordinator/index.d.ts.map +1 -1
  43. package/build/component/coordinator/index.js +36 -7
  44. package/build/component/coordinator/index.js.map +1 -1
  45. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  46. package/build/component/driver/apiKey/create.js.map +1 -1
  47. package/build/component/driver/apiKey/update.d.ts.map +1 -1
  48. package/build/component/driver/apiKey/update.js +7 -7
  49. package/build/component/driver/apiKey/update.js.map +1 -1
  50. package/build/component/driver/devChannel/errors.d.ts +5 -0
  51. package/build/component/driver/devChannel/errors.d.ts.map +1 -0
  52. package/build/component/driver/devChannel/errors.js +19 -0
  53. package/build/component/driver/devChannel/errors.js.map +1 -0
  54. package/build/component/driver/devChannel/installApp.d.ts.map +1 -1
  55. package/build/component/driver/devChannel/installApp.js +7 -0
  56. package/build/component/driver/devChannel/installApp.js.map +1 -1
  57. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
  58. package/build/component/driver/oauth/utility/utility.js.map +1 -1
  59. package/build/component/driver/script/scriptDriver.d.ts +0 -1
  60. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  61. package/build/component/driver/teamsApp/createAppPackage.d.ts +1 -0
  62. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  63. package/build/component/driver/teamsApp/createAppPackage.js +24 -11
  64. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  65. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  66. package/build/component/driver/teamsApp/utils/ManifestUtils.js +29 -29
  67. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  68. package/build/component/driver/teamsApp/utils/utils.js +1 -1
  69. package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
  70. package/build/component/driver/typeSpec/compile.js +3 -4
  71. package/build/component/driver/typeSpec/compile.js.map +1 -1
  72. package/build/component/generator/combinedProject/generator.d.ts +1 -1
  73. package/build/component/generator/combinedProject/generator.d.ts.map +1 -1
  74. package/build/component/generator/combinedProject/generator.js +3 -3
  75. package/build/component/generator/combinedProject/generator.js.map +1 -1
  76. package/build/component/generator/declarativeAgent/helper.js +3 -3
  77. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  78. package/build/component/generator/declarativeAgent/oneDriveSharePointHandler.d.ts +1 -1
  79. package/build/component/generator/declarativeAgent/oneDriveSharePointHandler.d.ts.map +1 -1
  80. package/build/component/generator/declarativeAgent/oneDriveSharePointHandler.js +7 -2
  81. package/build/component/generator/declarativeAgent/oneDriveSharePointHandler.js.map +1 -1
  82. package/build/component/generator/defaultGenerator.d.ts.map +1 -1
  83. package/build/component/generator/defaultGenerator.js +1 -0
  84. package/build/component/generator/defaultGenerator.js.map +1 -1
  85. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  86. package/build/component/generator/officeAddin/generator.js +33 -1
  87. package/build/component/generator/officeAddin/generator.js.map +1 -1
  88. package/build/component/generator/officeAddin/metaOSHelper.d.ts +13 -0
  89. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -0
  90. package/build/component/generator/officeAddin/metaOSHelper.js +236 -0
  91. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -0
  92. package/build/component/generator/openApiSpec/helper.d.ts +1 -1
  93. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  94. package/build/component/generator/openApiSpec/helper.js +19 -3
  95. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  96. package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +1 -1
  97. package/build/component/generator/templates/metadata/agentForTeams.js +0 -6
  98. package/build/component/generator/templates/metadata/agentForTeams.js.map +1 -1
  99. package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +1 -1
  100. package/build/component/generator/templates/metadata/customEngineAgent.js +24 -0
  101. package/build/component/generator/templates/metadata/customEngineAgent.js.map +1 -1
  102. package/build/component/generator/templates/metadata/da.d.ts.map +1 -1
  103. package/build/component/generator/templates/metadata/da.js +12 -0
  104. package/build/component/generator/templates/metadata/da.js.map +1 -1
  105. package/build/component/generator/templates/templateNames.d.ts +3 -1
  106. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  107. package/build/component/generator/templates/templateNames.js +4 -2
  108. package/build/component/generator/templates/templateNames.js.map +1 -1
  109. package/build/component/local/constants.d.ts +1 -0
  110. package/build/component/local/constants.d.ts.map +1 -1
  111. package/build/component/local/constants.js +1 -0
  112. package/build/component/local/constants.js.map +1 -1
  113. package/build/component/m365/serviceConstant.d.ts.map +1 -1
  114. package/build/component/m365/serviceConstant.js +10 -0
  115. package/build/component/m365/serviceConstant.js.map +1 -1
  116. package/build/component/migrate.d.ts.map +1 -1
  117. package/build/component/migrate.js +1 -2
  118. package/build/component/migrate.js.map +1 -1
  119. package/build/component/resource/botService/errors.d.ts +1 -1
  120. package/build/component/resource/botService/errors.d.ts.map +1 -1
  121. package/build/component/resource/botService/errors.js +2 -2
  122. package/build/component/resource/botService/errors.js.map +1 -1
  123. package/build/component/resource/botService/messages.d.ts +1 -1
  124. package/build/component/resource/botService/messages.d.ts.map +1 -1
  125. package/build/component/resource/botService/messages.js +6 -1
  126. package/build/component/resource/botService/messages.js.map +1 -1
  127. package/build/component/utils/envUtil.d.ts +0 -1
  128. package/build/component/utils/envUtil.d.ts.map +1 -1
  129. package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -1
  130. package/build/component/utils/metadataGraphPermssion.js +9 -0
  131. package/build/component/utils/metadataGraphPermssion.js.map +1 -1
  132. package/build/component/utils/pathUtils.js +2 -2
  133. package/build/core/FxCore.d.ts +12 -2
  134. package/build/core/FxCore.d.ts.map +1 -1
  135. package/build/core/FxCore.js +163 -4
  136. package/build/core/FxCore.js.map +1 -1
  137. package/build/core/middleware/retry.d.ts +3 -0
  138. package/build/core/middleware/retry.d.ts.map +1 -0
  139. package/build/core/middleware/retry.js +30 -0
  140. package/build/core/middleware/retry.js.map +1 -0
  141. package/build/error/common.d.ts +15 -0
  142. package/build/error/common.d.ts.map +1 -1
  143. package/build/error/common.js +60 -3
  144. package/build/error/common.js.map +1 -1
  145. package/build/index.d.ts +4 -1
  146. package/build/index.d.ts.map +1 -1
  147. package/build/index.js +19 -5
  148. package/build/index.js.map +1 -1
  149. package/build/question/constants.d.ts +2 -206
  150. package/build/question/constants.d.ts.map +1 -1
  151. package/build/question/constants.js +6 -683
  152. package/build/question/constants.js.map +1 -1
  153. package/build/question/create.d.ts +4 -9
  154. package/build/question/create.d.ts.map +1 -1
  155. package/build/question/create.js +171 -563
  156. package/build/question/create.js.map +1 -1
  157. package/build/question/generator.js +2 -0
  158. package/build/question/generator.js.map +1 -1
  159. package/build/question/index.d.ts +2 -0
  160. package/build/question/index.d.ts.map +1 -1
  161. package/build/question/index.js +6 -1
  162. package/build/question/index.js.map +1 -1
  163. package/build/question/inputs/AddKnowledgeInputs.d.ts +2 -2
  164. package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
  165. package/build/question/inputs/AddPluginInputs.d.ts +6 -0
  166. package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
  167. package/build/question/inputs/RegeneratePluginInputs.d.ts +16 -0
  168. package/build/question/inputs/RegeneratePluginInputs.d.ts.map +1 -0
  169. package/build/question/inputs/RegeneratePluginInputs.js +5 -0
  170. package/build/question/inputs/RegeneratePluginInputs.js.map +1 -0
  171. package/build/question/inputs/index.d.ts +1 -0
  172. package/build/question/inputs/index.d.ts.map +1 -1
  173. package/build/question/inputs/index.js +1 -0
  174. package/build/question/inputs/index.js.map +1 -1
  175. package/build/question/options/AddKnowledgeOptions.js +3 -3
  176. package/build/question/options/AddKnowledgeOptions.js.map +1 -1
  177. package/build/question/options/AddPluginOptions.d.ts.map +1 -1
  178. package/build/question/options/AddPluginOptions.js +17 -0
  179. package/build/question/options/AddPluginOptions.js.map +1 -1
  180. package/build/question/options/CreateProjectOptions.js +1 -1
  181. package/build/question/options/CreateProjectOptions.js.map +1 -1
  182. package/build/question/options/RegeneratePluginOptions.d.ts +10 -0
  183. package/build/question/options/RegeneratePluginOptions.d.ts.map +1 -0
  184. package/build/question/options/RegeneratePluginOptions.js +28 -0
  185. package/build/question/options/RegeneratePluginOptions.js.map +1 -0
  186. package/build/question/options/index.d.ts +1 -0
  187. package/build/question/options/index.d.ts.map +1 -1
  188. package/build/question/options/index.js +1 -0
  189. package/build/question/options/index.js.map +1 -1
  190. package/build/question/other.d.ts +2 -0
  191. package/build/question/other.d.ts.map +1 -1
  192. package/build/question/other.js +50 -21
  193. package/build/question/other.js.map +1 -1
  194. package/build/question/questionNames.d.ts +132 -0
  195. package/build/question/questionNames.d.ts.map +1 -0
  196. package/build/question/questionNames.js +138 -0
  197. package/build/question/questionNames.js.map +1 -0
  198. package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
  199. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  200. package/build/question/scaffold/vs/createRootNode.js +14 -6
  201. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  202. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +13 -1
  203. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  204. package/build/question/scaffold/vsc/CapabilityOptions.js +86 -17
  205. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  206. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +4 -1
  207. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  208. package/build/question/scaffold/vsc/ProjectTypeOptions.js +15 -11
  209. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  210. package/build/question/scaffold/vsc/agentForTeamsNode.js +11 -11
  211. package/build/question/scaffold/vsc/agentForTeamsNode.js.map +1 -1
  212. package/build/question/scaffold/vsc/createFromTdpNode.d.ts +1 -7
  213. package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
  214. package/build/question/scaffold/vsc/createFromTdpNode.js +11 -45
  215. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  216. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  217. package/build/question/scaffold/vsc/createRootNode.js +30 -12
  218. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  219. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
  220. package/build/question/scaffold/vsc/customEngineAgentNode.js +6 -3
  221. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  222. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +2 -1
  223. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
  224. package/build/question/scaffold/vsc/daProjectTypeNode.js +20 -22
  225. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  226. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -1
  227. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +0 -1
  228. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -1
  229. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts.map +1 -1
  230. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +40 -9
  231. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
  232. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  233. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +17 -17
  234. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  235. package/build/tsconfig.tsbuildinfo +1 -1
  236. package/build/ui/visitor.d.ts.map +1 -1
  237. package/build/ui/visitor.js +25 -42
  238. package/build/ui/visitor.js.map +1 -1
  239. package/package.json +8 -5
  240. package/resource/package.nls.cs.json +215 -183
  241. package/resource/package.nls.de.json +215 -183
  242. package/resource/package.nls.es.json +215 -183
  243. package/resource/package.nls.fr.json +215 -183
  244. package/resource/package.nls.it.json +215 -183
  245. package/resource/package.nls.ja.json +215 -183
  246. package/resource/package.nls.json +55 -39
  247. package/resource/package.nls.ko.json +215 -183
  248. package/resource/package.nls.pl.json +208 -176
  249. package/resource/package.nls.pt-BR.json +215 -183
  250. package/resource/package.nls.ru.json +214 -182
  251. package/resource/package.nls.tr.json +215 -183
  252. package/resource/package.nls.zh-Hans.json +208 -176
  253. package/resource/package.nls.zh-Hant.json +215 -183
  254. package/templates/fallback/common.zip +0 -0
  255. package/templates/fallback/csharp.zip +0 -0
  256. package/templates/fallback/js.zip +0 -0
  257. package/templates/fallback/python.zip +0 -0
  258. package/templates/fallback/ts.zip +0 -0
  259. package/build/component/driver/typeSpec/error/reProvisionError.d.ts +0 -5
  260. package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +0 -1
  261. package/build/component/driver/typeSpec/error/reProvisionError.js +0 -21
  262. package/build/component/driver/typeSpec/error/reProvisionError.js.map +0 -1
@@ -3,6 +3,7 @@
3
3
  "core.addApi.confirm.teamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder and \"%s\" based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
4
4
  "core.addApi.confirm.localTeamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder, \"%s\" and \"%s\" based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
5
5
  "core.addApi.continue": "Add",
6
+ "core.regenerateApi.continue": "Regenerate",
6
7
  "core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
7
8
  "core.addKnowledge.continue": "Add",
8
9
  "core.setSensitivityLabel.confirm": "Teams Toolkit will modify the file \"%s\" based on the sensitivity label you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
@@ -135,8 +136,8 @@
135
136
  "plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
136
137
  "plugins.frontend.checkSystemTimeTip": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
137
138
  "suggestions.retryTheCurrentStep": "Retry the current step.",
138
- "plugins.appstudio.buildSucceedNotice": "Teams package successfully built at [local address](%s).",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "Teams package successfully built at %s.",
139
+ "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
140
+ "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
140
141
  "plugins.appstudio.createPackage.progressBar.message": "Building app package...",
141
142
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "The static_template in %s for function %s has an invalid file property. It will be deleted and ignored.",
142
143
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "The static_template in %s for function %s has both file and other properties. The file content will replace all the properties.",
@@ -197,7 +198,7 @@
197
198
  "_error.appstudio.apiFailed.telemetry.comment": "This is to describe API call, no need to translate 'X-Correlation-ID'.",
198
199
  "error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
199
200
  "error.appstudio.publishFailed": "Unable to publish app with ID %s.",
200
- "error.appstudio.buildError": "Unable to build Teams Package!",
201
+ "error.appstudio.buildError": "Unable to build app Package!",
201
202
  "error.appstudio.checkPermissionFailed": "Unable to check permission. Reason: %s",
202
203
  "error.appstudio.grantPermissionFailed": "Unable to grant permission. Reason: %s",
203
204
  "error.appstudio.listCollaboratorFailed": "Unable to list collaborators. Reason: %s",
@@ -255,11 +256,8 @@
255
256
  "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
256
257
  "core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Microsoft 365 Agents Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
257
258
  "core.ProgrammingLanguageQuestion.title": "Programming Language",
258
- "core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
259
- "core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
260
259
  "core.option.tutorial": "Open tutorial",
261
260
  "core.option.github": "Open a GitHub guide",
262
- "core.option.inProduct": "Open an in-product guide",
263
261
  "core.TabOption.label": "Tab",
264
262
  "core.generator.officeAddin.importProject.copyFiles": "Copying files...",
265
263
  "core.generator.officeAddin.importProject.convertProject": "Converting project...",
@@ -300,6 +298,7 @@
300
298
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s Mitigation: Not required, operationId has been automatically generated and added into \"%s\" file.",
301
299
  "core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "Operation id '%s' in OpenAPI description document contained special characters and was renamed to '%s'.",
302
300
  "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
301
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
303
302
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" must not have more than %s characters. ",
304
303
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Missing full description. ",
305
304
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Mitigation: update \"%s\" field in \"%s\".",
@@ -334,10 +333,8 @@
334
333
  "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 application",
335
334
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
336
335
  "core.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
337
- "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
338
- "core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
339
336
  "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
340
- "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM.",
337
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
341
338
  "core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
342
339
  "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
343
340
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
@@ -345,12 +342,12 @@
345
342
  "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
346
343
  "core.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
347
344
  "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
348
- "core.createProjectQuestion.projectType.createGroup.m365Apps": "Agents or Apps for Microsoft 365",
345
+ "core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
349
346
  "core.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
350
347
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
351
348
  "core.createProjectQuestion.title": "New Project",
352
349
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
353
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
350
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
354
351
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
355
352
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
356
353
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
@@ -365,11 +362,11 @@
365
362
  "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
366
363
  "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
367
364
  "core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
368
- "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent which is built with Microsoft 365 Agents SDK and LangChain",
365
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
369
366
  "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
370
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent chats with users in Teams built with Teams AI Library and connects LLMs",
367
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
371
368
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
372
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent empowered with your content and knowledge to get accurate answers to domain questions",
369
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
373
370
  "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
374
371
  "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
375
372
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
@@ -395,10 +392,12 @@
395
392
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Search the web for grounding information.",
396
393
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive and SharePoint",
397
394
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "Search a user's SharePoint and OneDrive for grounding information.",
398
- "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Graph Connector",
399
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Graph connectors for grounding information.",
395
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
396
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
400
397
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "Embedded Knowledge",
401
398
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Embed files directly as grounding information.",
399
+ "core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
400
+ "core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
402
401
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive or SharePoint Content",
403
402
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Enter a URL to OneDrive or SharePoint",
404
403
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Failed to validate OneDrive/SharePoint URL: %s",
@@ -451,8 +450,17 @@
451
450
  "core.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
452
451
  "core.createProjectQuestion.addPlugin.label": "Add an Action",
453
452
  "core.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
454
- "core.createProjectQuestion.createGraphConnector.label": "Graph Connector",
455
- "core.createProjectQuestion.createGraphConnector.detail": "Create a Graph Connector to connect to your data source",
453
+ "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
454
+ "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
455
+ "core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
456
+ "core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
457
+ "core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
458
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
459
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
460
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
461
+ "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
462
+ "core.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
463
+ "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
456
464
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Import Manifest File",
457
465
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Import OpenAPI Description Document",
458
466
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Select your action manifest file",
@@ -462,6 +470,13 @@
462
470
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Found multiple OpenAPI description documents: \"%s\".",
463
471
  "core.createProjectQuestion.addKnowledge.title": "Add Capability",
464
472
  "core.createProjectQuestion.addKnowledge.placeholder": "Select a capability source as grounding information for declarative agent",
473
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
474
+ "core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
475
+ "core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
476
+ "core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
477
+ "core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
478
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
479
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
465
480
  "core.aiAssistantBotOption.label": "AI Agent Bot",
466
481
  "core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
467
482
  "core.aiBotOption.label": "AI Chat Bot",
@@ -491,17 +506,15 @@
491
506
  "core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new app.",
492
507
  "core.ScratchOptionNo.label": "Start with a sample",
493
508
  "core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
494
- "core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
495
- "core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
496
- "core.getRuntimeQuestion.title": "Microsoft 365 Agents Toolkit: select runtime for your app",
497
- "core.getCreateNewOrFromSampleQuestion.placeholder": "Select an option",
498
- "core.getRuntimeQuestion.placeholder": "Select a runtime",
499
509
  "core.SampleSelect.title": "Start from a sample",
500
510
  "core.SampleSelect.placeholder": "Select a sample",
501
511
  "core.SampleSelect.buttons.viewSamples": "View samples",
502
512
  "core.addPlugin.success.vsc": "Action \"%s\" added to the project successfully.",
503
513
  "core.addPlugin.success": "API plugin \"%s\" added to the project successfully. View plugin manifest in \"%s\".",
504
514
  "core.addPlugin.success.viewPluginManifest": "View action manifest",
515
+ "core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
516
+ "core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
517
+ "core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
505
518
  "core.addKnowledge.success.vsc": "Capability source added to the project successfully.",
506
519
  "core.addKnowledge.success": "Capability source added to the project successfully. View agent manifest in \"%s\".",
507
520
  "core.addKnowledge.success.viewAgentManifest": "View agent manifest",
@@ -542,27 +555,27 @@
542
555
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app before publishing app to Teams store",
543
556
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Validate all integration test cases before publishing",
544
557
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Comprehensive tests to ensure readiness",
545
- "core.GCSelectQuestion.title": "Graph Connector Content",
546
- "core.GCSelectOptions.listOption.title": "Select existing Graph Connectors",
547
- "core.GCSelectOptions.listOption.description": "List all existing Graph Connectors",
548
- "core.GCSelectOptions.inputOption.title": "Enter a Graph Connector Connection ID",
549
- "core.GCSelectOptions.inputOption.description": "Enter a Graph Connector Connection ID manually",
550
- "core.GCListQuestion.title": "Select one or more Graph Connectors as capability source",
551
- "core.GCListQuestion.placeholder": "List all existing Graph Connectors",
558
+ "core.GCSelectQuestion.title": "Copilot connector Content",
559
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
560
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
561
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
562
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
563
+ "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
564
+ "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
552
565
  "core.GCInputQuestion.title": "Connection ID",
553
566
  "core.GCListQuestion.invalidMessage": "%s API(s) selected. You need to select at least one APIs.",
554
567
  "core.GCNameQuestion.title": "Add a connector name",
555
- "core.GCNameQuestion.placeholder": "Create a name for Graph Connector",
568
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
556
569
  "core.GCConnectionIdQuestion.title": "Add a connection ID",
557
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Graph Connector",
570
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
558
571
  "core.GCConnectionIdQuestion.validation.pattern": "Connector ID must contain only alphanumeric characters.",
559
572
  "core.GCConnectionIdQuestion.validation.specialBeginner": "Connection ID should not begin with %s.",
560
573
  "core.GCConnectionIdQuestion.validation.minlength": "Connection ID is shorter than the 3 characters.",
561
574
  "core.GCConnectionIdQuestion.validation.maxlength": "Connection ID is longer than the 32 characters.",
562
- "core.GCList.insufficientPermission": "To list graph connectors, you need org's Microsoft 365 tenant admin permissions.",
575
+ "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
563
576
  "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
564
- "core.createProjectQuestion.addGC.label": "Add a Graph Connector",
565
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Graph Connector",
577
+ "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
578
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
566
579
  "core.aadAppQuestion.label": "Microsoft Entra app",
567
580
  "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
568
581
  "core.convertAadToNewSchema.continue": "Continue",
@@ -623,7 +636,7 @@
623
636
  "core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
624
637
  "core.common.ReceiveApiResponse": "Received API response: %s.",
625
638
  "core.common.shareToUser.success": "Successfully shared the app with users: %s.",
626
- "core.common.removeShareAccess.success": "Shared app access removed for the users: %s.",
639
+ "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
627
640
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
628
641
  "core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
629
642
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
@@ -923,6 +936,7 @@
923
936
  "driver.devChannel.install.description": "Install app into sandboxed channel.",
924
937
  "driver.devChannel.install.progress.message": "Installing app...",
925
938
  "driver.devChannel.install.summary.exists": "App '%s' already installed in team '%s'. It will now be updated to the latest version.",
939
+ "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
926
940
  "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file for detailed errors.",
927
941
  "error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file or upgrade to the latest Microsoft 365 Agents Toolkit.",
928
942
  "error.yaml.VersionNotSupported": "version %s is not supported. Supported versions: %s.",
@@ -1100,6 +1114,8 @@
1100
1114
  "action.devTool.nodeInstaller.SuccessExtract": "Successfully extract NodeJS package to path: %s, time: %s ms",
1101
1115
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS is installed at: %s.",
1102
1116
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS is already installed in system environment.",
1103
- "driver.typeSpec.compile.reprovision": "File %s is updated. Please run provision again.",
1104
- "error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s"
1105
- }
1117
+ "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1118
+ "error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s",
1119
+ "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1120
+ "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1121
+ }