@microsoft/teamsfx-core 3.0.9-rc.1 → 3.0.10-alpha.08ea48cc3.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 (325) hide show
  1. package/build/client/graphClient.d.ts +1 -0
  2. package/build/client/graphClient.d.ts.map +1 -1
  3. package/build/client/teamsDevPortalClient.d.ts +1 -0
  4. package/build/client/teamsDevPortalClient.d.ts.map +1 -1
  5. package/build/common/featureFlags.d.ts +9 -50
  6. package/build/common/featureFlags.d.ts.map +1 -1
  7. package/build/common/featureFlags.js +12 -42
  8. package/build/common/featureFlags.js.map +1 -1
  9. package/build/common/localizeUtils.d.ts.map +1 -1
  10. package/build/common/localizeUtils.js +36 -12
  11. package/build/common/localizeUtils.js.map +1 -1
  12. package/build/common/telemetry.d.ts +2 -0
  13. package/build/common/telemetry.d.ts.map +1 -1
  14. package/build/common/telemetry.js +2 -0
  15. package/build/common/telemetry.js.map +1 -1
  16. package/build/common/templates-config.json +4 -4
  17. package/build/component/constants.d.ts +1 -0
  18. package/build/component/constants.d.ts.map +1 -1
  19. package/build/component/constants.js +2 -1
  20. package/build/component/constants.js.map +1 -1
  21. package/build/component/coordinator/index.d.ts.map +1 -1
  22. package/build/component/coordinator/index.js +0 -11
  23. package/build/component/coordinator/index.js.map +1 -1
  24. package/build/component/deps-checker/internal/dotnetChecker.d.ts +5 -1
  25. package/build/component/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
  26. package/build/component/deps-checker/internal/dotnetChecker.js +16 -8
  27. package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
  28. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts +1 -0
  29. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts.map +1 -1
  30. package/build/component/driver/devTool/httpClient.d.ts +1 -0
  31. package/build/component/driver/devTool/httpClient.d.ts.map +1 -1
  32. package/build/component/driver/devTool/nodeInstaller.d.ts +1 -0
  33. package/build/component/driver/devTool/nodeInstaller.d.ts.map +1 -1
  34. package/build/component/driver/script/scriptDriver.d.ts +1 -0
  35. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  36. package/build/component/driver/script/scriptDriver.js +1 -1
  37. package/build/component/driver/script/scriptDriver.js.map +1 -1
  38. package/build/component/driver/share/utils.d.ts.map +1 -1
  39. package/build/component/driver/share/utils.js +6 -0
  40. package/build/component/driver/share/utils.js.map +1 -1
  41. package/build/component/driver/teamsApp/constants.d.ts +1 -1
  42. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  43. package/build/component/driver/teamsApp/constants.js +2 -2
  44. package/build/component/driver/teamsApp/constants.js.map +1 -1
  45. package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts +1 -0
  46. package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts.map +1 -1
  47. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  48. package/build/component/driver/teamsApp/createAppPackage.js +12 -1
  49. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  50. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPackage.d.ts +1 -0
  51. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPackage.d.ts.map +1 -1
  52. package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -0
  53. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  54. package/build/component/driver/teamsApp/publishAppPackage.js +79 -4
  55. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  56. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
  57. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  58. package/build/component/driver/teamsApp/utils/ManifestUtils.js +7 -8
  59. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  60. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +20 -0
  61. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  62. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +152 -2
  63. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  64. package/build/component/generator/configFiles/configGenerator.d.ts +15 -0
  65. package/build/component/generator/configFiles/configGenerator.d.ts.map +1 -0
  66. package/build/component/generator/configFiles/configGenerator.js +167 -0
  67. package/build/component/generator/configFiles/configGenerator.js.map +1 -0
  68. package/build/component/generator/configFiles/copyPolicy.d.ts +10 -0
  69. package/build/component/generator/configFiles/copyPolicy.d.ts.map +1 -0
  70. package/build/component/generator/configFiles/copyPolicy.js +42 -0
  71. package/build/component/generator/configFiles/copyPolicy.js.map +1 -0
  72. package/build/component/generator/configFiles/jsonMerger.d.ts +11 -0
  73. package/build/component/generator/configFiles/jsonMerger.d.ts.map +1 -0
  74. package/build/component/generator/configFiles/jsonMerger.js +83 -0
  75. package/build/component/generator/configFiles/jsonMerger.js.map +1 -0
  76. package/build/component/generator/configFiles/renderTemplate.d.ts +2 -0
  77. package/build/component/generator/configFiles/renderTemplate.d.ts.map +1 -0
  78. package/build/component/generator/configFiles/renderTemplate.js +16 -0
  79. package/build/component/generator/configFiles/renderTemplate.js.map +1 -0
  80. package/build/component/generator/declarativeAgent/generator.d.ts +5 -0
  81. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  82. package/build/component/generator/declarativeAgent/generator.js +78 -28
  83. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  84. package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
  85. package/build/component/generator/declarativeAgent/helper.js +0 -1
  86. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  87. package/build/component/generator/generator.d.ts.map +1 -1
  88. package/build/component/generator/generator.js +3 -13
  89. package/build/component/generator/generator.js.map +1 -1
  90. package/build/component/generator/generatorAction.d.ts +1 -0
  91. package/build/component/generator/generatorAction.d.ts.map +1 -1
  92. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  93. package/build/component/generator/officeAddin/generator.js +6 -4
  94. package/build/component/generator/officeAddin/generator.js.map +1 -1
  95. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
  96. package/build/component/generator/officeAddin/metaOSHelper.js +13 -6
  97. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  98. package/build/component/generator/openApiSpec/common.d.ts.map +1 -1
  99. package/build/component/generator/openApiSpec/common.js +11 -22
  100. package/build/component/generator/openApiSpec/common.js.map +1 -1
  101. package/build/component/generator/openApiSpec/kiota.d.ts +0 -6
  102. package/build/component/generator/openApiSpec/kiota.d.ts.map +1 -1
  103. package/build/component/generator/openApiSpec/kiota.js +2 -17
  104. package/build/component/generator/openApiSpec/kiota.js.map +1 -1
  105. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  106. package/build/component/generator/templates/metadata/index.js +21 -25
  107. package/build/component/generator/templates/metadata/index.js.map +1 -1
  108. package/build/component/generator/templates/templateInfo.d.ts +1 -1
  109. package/build/component/generator/templates/templateInfo.d.ts.map +1 -1
  110. package/build/component/generator/templates/templateNames.d.ts +1 -0
  111. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  112. package/build/component/generator/templates/templateNames.js +1 -0
  113. package/build/component/generator/templates/templateNames.js.map +1 -1
  114. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  115. package/build/component/generator/templates/templateReplaceMap.js +2 -12
  116. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  117. package/build/component/generator/utils.d.ts +3 -2
  118. package/build/component/generator/utils.d.ts.map +1 -1
  119. package/build/component/generator/utils.js.map +1 -1
  120. package/build/component/m365/packageService.d.ts.map +1 -1
  121. package/build/component/m365/packageService.js +16 -20
  122. package/build/component/m365/packageService.js.map +1 -1
  123. package/build/component/middleware/envMW.d.ts.map +1 -1
  124. package/build/component/middleware/envMW.js +7 -0
  125. package/build/component/middleware/envMW.js.map +1 -1
  126. package/build/component/utils/envUtil.d.ts +1 -0
  127. package/build/component/utils/envUtil.d.ts.map +1 -1
  128. package/build/component/utils/odrProvider.d.ts +49 -0
  129. package/build/component/utils/odrProvider.d.ts.map +1 -0
  130. package/build/component/utils/odrProvider.js +100 -0
  131. package/build/component/utils/odrProvider.js.map +1 -0
  132. package/build/component/utils/pathUtils.d.ts +2 -1
  133. package/build/component/utils/pathUtils.d.ts.map +1 -1
  134. package/build/component/utils/pathUtils.js +19 -3
  135. package/build/component/utils/pathUtils.js.map +1 -1
  136. package/build/component/utils/settingsUtil.d.ts +1 -1
  137. package/build/component/utils/settingsUtil.d.ts.map +1 -1
  138. package/build/component/utils/settingsUtil.js +20 -7
  139. package/build/component/utils/settingsUtil.js.map +1 -1
  140. package/build/core/FxCore.d.ts +10 -3
  141. package/build/core/FxCore.d.ts.map +1 -1
  142. package/build/core/FxCore.declarativeAgent.d.ts +6 -0
  143. package/build/core/FxCore.declarativeAgent.d.ts.map +1 -0
  144. package/build/core/FxCore.declarativeAgent.js +210 -0
  145. package/build/core/FxCore.declarativeAgent.js.map +1 -0
  146. package/build/core/FxCore.js +99 -208
  147. package/build/core/FxCore.js.map +1 -1
  148. package/build/core/generateConfigFiles.d.ts +4 -0
  149. package/build/core/generateConfigFiles.d.ts.map +1 -0
  150. package/build/core/generateConfigFiles.js +61 -0
  151. package/build/core/generateConfigFiles.js.map +1 -0
  152. package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
  153. package/build/core/middleware/projectSettingsLoader.js +8 -2
  154. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  155. package/build/index.d.ts +2 -1
  156. package/build/index.d.ts.map +1 -1
  157. package/build/index.js +5 -5
  158. package/build/index.js.map +1 -1
  159. package/build/question/collaborator.d.ts.map +1 -1
  160. package/build/question/collaborator.js +5 -8
  161. package/build/question/collaborator.js.map +1 -1
  162. package/build/question/constants.d.ts.map +1 -1
  163. package/build/question/constants.js +1 -3
  164. package/build/question/constants.js.map +1 -1
  165. package/build/question/inputs/CreateProjectInputs.d.ts +1 -15
  166. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  167. package/build/question/options/CreateProjectOptions.d.ts +1 -1
  168. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  169. package/build/question/options/CreateProjectOptions.js +0 -56
  170. package/build/question/options/CreateProjectOptions.js.map +1 -1
  171. package/build/question/other.d.ts.map +1 -1
  172. package/build/question/other.js +7 -8
  173. package/build/question/other.js.map +1 -1
  174. package/build/question/questionNames.d.ts +3 -0
  175. package/build/question/questionNames.d.ts.map +1 -1
  176. package/build/question/questionNames.js +3 -0
  177. package/build/question/questionNames.js.map +1 -1
  178. package/build/question/scaffold/commonNodes.d.ts +7 -0
  179. package/build/question/scaffold/commonNodes.d.ts.map +1 -0
  180. package/build/question/scaffold/commonNodes.js +154 -0
  181. package/build/question/scaffold/commonNodes.js.map +1 -0
  182. package/build/question/scaffold/constructNode.d.ts +3 -0
  183. package/build/question/scaffold/constructNode.d.ts.map +1 -0
  184. package/build/question/scaffold/constructNode.js +50 -0
  185. package/build/question/scaffold/constructNode.js.map +1 -0
  186. package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
  187. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  188. package/build/question/scaffold/vs/createRootNode.js +14 -16
  189. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  190. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +0 -1
  191. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  192. package/build/question/scaffold/vsc/ProjectTypeOptions.js +1 -14
  193. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  194. package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
  195. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  196. package/build/question/scaffold/vsc/createRootNode.d.ts +0 -7
  197. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  198. package/build/question/scaffold/vsc/createRootNode.js +4 -77
  199. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  200. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
  201. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
  202. package/build/question/scaffold/vsc/customEngineAgentNode.js +22 -24
  203. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  204. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
  205. package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -4
  206. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  207. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts +0 -1
  208. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts.map +1 -1
  209. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +2 -51
  210. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
  211. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -7
  212. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  213. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +96 -202
  214. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  215. package/build/ui/visitor.d.ts.map +1 -1
  216. package/build/ui/visitor.js +5 -0
  217. package/build/ui/visitor.js.map +1 -1
  218. package/package.json +6 -6
  219. package/resource/package.nls.cs.json +116 -84
  220. package/resource/package.nls.de.json +126 -94
  221. package/resource/package.nls.es.json +126 -94
  222. package/resource/package.nls.fr.json +114 -82
  223. package/resource/package.nls.it.json +127 -95
  224. package/resource/package.nls.ja.json +115 -83
  225. package/resource/package.nls.json +16 -27
  226. package/resource/package.nls.ko.json +123 -91
  227. package/resource/package.nls.pl.json +125 -93
  228. package/resource/package.nls.pt-BR.json +122 -90
  229. package/resource/package.nls.ru.json +116 -84
  230. package/resource/package.nls.tr.json +113 -81
  231. package/resource/package.nls.zh-Hans.json +114 -82
  232. package/resource/package.nls.zh-Hant.json +120 -88
  233. package/resource/templates/package.nls.cs.json +33 -0
  234. package/resource/templates/package.nls.de.json +33 -0
  235. package/resource/templates/package.nls.es.json +33 -0
  236. package/resource/templates/package.nls.fr.json +33 -0
  237. package/resource/templates/package.nls.it.json +33 -0
  238. package/resource/templates/package.nls.ja.json +33 -0
  239. package/resource/templates/package.nls.json +33 -0
  240. package/resource/templates/package.nls.ko.json +33 -0
  241. package/resource/templates/package.nls.pl.json +33 -0
  242. package/resource/templates/package.nls.pt-BR.json +33 -0
  243. package/resource/templates/package.nls.ru.json +33 -0
  244. package/resource/templates/package.nls.tr.json +33 -0
  245. package/resource/templates/package.nls.zh-Hans.json +33 -0
  246. package/resource/templates/package.nls.zh-Hant.json +33 -0
  247. package/resource/templates/package.nls.zh-cn.json +21 -0
  248. package/resource/templates/package.nls.zh-tw.json +21 -0
  249. package/templates/configs/local/python/.vscode/launch.json.tpl +93 -0
  250. package/templates/configs/local/python/.vscode/tasks.json.tpl +103 -0
  251. package/templates/configs/local/python/env/.env.local +6 -0
  252. package/templates/configs/local/python/m365agents.local.yml.tpl +121 -0
  253. package/templates/configs/local/typescript/.gitignore +1 -0
  254. package/templates/configs/local/typescript/.vscode/launch.json.tpl +147 -0
  255. package/templates/configs/local/typescript/.vscode/tasks.json.tpl +129 -0
  256. package/templates/configs/local/typescript/env/.env.local +6 -0
  257. package/templates/configs/local/typescript/m365agents.local.yml.tpl +129 -0
  258. package/templates/configs/local/typescript/package.json +8 -0
  259. package/templates/configs/playground/python/.vscode/launch.json +46 -0
  260. package/templates/configs/playground/python/.vscode/tasks.json +35 -0
  261. package/templates/configs/playground/python/env/.env.playground +7 -0
  262. package/templates/configs/playground/python/m365agents.playground.yml +14 -0
  263. package/templates/configs/playground/typescript/.gitignore +4 -0
  264. package/templates/configs/playground/typescript/.localConfigs.playground +0 -0
  265. package/templates/configs/playground/typescript/.vscode/launch.json +31 -0
  266. package/templates/configs/playground/typescript/.vscode/tasks.json +104 -0
  267. package/templates/configs/playground/typescript/env/.env.playground +7 -0
  268. package/templates/configs/playground/typescript/env/.env.playground.user +0 -0
  269. package/templates/configs/playground/typescript/m365agents.playground.yml +23 -0
  270. package/templates/configs/playground/typescript/package.json +9 -0
  271. package/templates/fallback/common.zip +0 -0
  272. package/templates/fallback/csharp.zip +0 -0
  273. package/templates/fallback/js.zip +0 -0
  274. package/templates/fallback/python.zip +0 -0
  275. package/templates/fallback/ts.zip +0 -0
  276. package/templates/metadata/allTemplates.json +429 -0
  277. package/templates/metadata/defaultGeneratorTemplates.json +233 -0
  278. package/templates/metadata.zip +0 -0
  279. package/templates/ui/ceaNode.json +30 -0
  280. package/templates/ui/teamsNode.json +124 -0
  281. package/build/component/generator/templates/metadata/agentForTeams.d.ts +0 -3
  282. package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +0 -1
  283. package/build/component/generator/templates/metadata/agentForTeams.js +0 -147
  284. package/build/component/generator/templates/metadata/agentForTeams.js.map +0 -1
  285. package/build/component/generator/templates/metadata/bot.d.ts +0 -3
  286. package/build/component/generator/templates/metadata/bot.d.ts.map +0 -1
  287. package/build/component/generator/templates/metadata/bot.js +0 -142
  288. package/build/component/generator/templates/metadata/bot.js.map +0 -1
  289. package/build/component/generator/templates/metadata/customEngineAgent.d.ts +0 -3
  290. package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +0 -1
  291. package/build/component/generator/templates/metadata/customEngineAgent.js +0 -39
  292. package/build/component/generator/templates/metadata/customEngineAgent.js.map +0 -1
  293. package/build/component/generator/templates/metadata/da.d.ts +0 -3
  294. package/build/component/generator/templates/metadata/da.d.ts.map +0 -1
  295. package/build/component/generator/templates/metadata/da.js +0 -117
  296. package/build/component/generator/templates/metadata/da.js.map +0 -1
  297. package/build/component/generator/templates/metadata/graphConnector.d.ts +0 -3
  298. package/build/component/generator/templates/metadata/graphConnector.d.ts.map +0 -1
  299. package/build/component/generator/templates/metadata/graphConnector.js +0 -15
  300. package/build/component/generator/templates/metadata/graphConnector.js.map +0 -1
  301. package/build/component/generator/templates/metadata/me.d.ts +0 -3
  302. package/build/component/generator/templates/metadata/me.d.ts.map +0 -1
  303. package/build/component/generator/templates/metadata/me.js +0 -111
  304. package/build/component/generator/templates/metadata/me.js.map +0 -1
  305. package/build/component/generator/templates/metadata/special.d.ts +0 -3
  306. package/build/component/generator/templates/metadata/special.d.ts.map +0 -1
  307. package/build/component/generator/templates/metadata/special.js +0 -70
  308. package/build/component/generator/templates/metadata/special.js.map +0 -1
  309. package/build/component/generator/templates/metadata/tab.d.ts +0 -3
  310. package/build/component/generator/templates/metadata/tab.d.ts.map +0 -1
  311. package/build/component/generator/templates/metadata/tab.js +0 -59
  312. package/build/component/generator/templates/metadata/tab.js.map +0 -1
  313. package/build/component/generator/templates/metadata/teams.d.ts +0 -3
  314. package/build/component/generator/templates/metadata/teams.d.ts.map +0 -1
  315. package/build/component/generator/templates/metadata/teams.js +0 -238
  316. package/build/component/generator/templates/metadata/teams.js.map +0 -1
  317. package/build/component/generator/templates/metadata/vs.d.ts +0 -3
  318. package/build/component/generator/templates/metadata/vs.d.ts.map +0 -1
  319. package/build/component/generator/templates/metadata/vs.js +0 -22
  320. package/build/component/generator/templates/metadata/vs.js.map +0 -1
  321. package/build/component/generator/templates/metadata/wxp.d.ts +0 -3
  322. package/build/component/generator/templates/metadata/wxp.d.ts.map +0 -1
  323. package/build/component/generator/templates/metadata/wxp.js +0 -33
  324. package/build/component/generator/templates/metadata/wxp.js.map +0 -1
  325. 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":"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"}
@@ -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":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,oDAAiD;AAGpC,QAAA,yBAAyB,GAAe;IACnD;QACE,EAAE,EAAE,yBAAyB;QAC7B,IAAI,EAAE,6BAAa,CAAC,qBAAqB;QACzC,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gCAAgC;QACpC,IAAI,EAAE,6BAAa,CAAC,qBAAqB;QACzC,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,yBAAyB;QAC7B,IAAI,EAAE,6BAAa,CAAC,kCAAkC;QACtD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,gCAAgC;QACpC,IAAI,EAAE,6BAAa,CAAC,kCAAkC;QACtD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,+CAA+C;QACnD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,+CAA+C;QACnD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,mDAAmD;QACvD,IAAI,EAAE,6BAAa,CAAC,qCAAqC;QACzD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,sDAAsD;QAC1D,IAAI,EAAE,6BAAa,CAAC,2CAA2C;QAC/D,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,sDAAsD;QAC1D,IAAI,EAAE,6BAAa,CAAC,2CAA2C;QAC/D,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,0DAA0D;QAC9D,IAAI,EAAE,6BAAa,CAAC,2CAA2C;QAC/D,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,qDAAqD;QACzD,IAAI,EAAE,6BAAa,CAAC,0CAA0C;QAC9D,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,qDAAqD;QACzD,IAAI,EAAE,6BAAa,CAAC,0CAA0C;QAC9D,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,yDAAyD;QAC7D,IAAI,EAAE,6BAAa,CAAC,0CAA0C;QAC9D,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,4BAA4B;QAChC,IAAI,EAAE,6BAAa,CAAC,4BAA4B;QAChD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,2CAA2C;QAC/C,IAAI,EAAE,6BAAa,CAAC,kCAAkC;QACtD,QAAQ,EAAE,YAAY;QACtB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,uCAAuC;QAC3C,IAAI,EAAE,6BAAa,CAAC,gCAAgC;QACpD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,2CAA2C;QAC/C,IAAI,EAAE,6BAAa,CAAC,oCAAoC;QACxD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;IACD;QACE,EAAE,EAAE,wCAAwC;QAC5C,IAAI,EAAE,6BAAa,CAAC,iCAAiC;QACrD,QAAQ,EAAE,QAAQ;QAClB,WAAW,EAAE,EAAE;KAChB;CACF,CAAC"}
@@ -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"}