@microsoft/teamsfx-core 3.0.9-alpha.077878d77.0 → 3.0.9-alpha.1ad17fa5d.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 (60) hide show
  1. package/build/common/featureFlags.d.ts +0 -20
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +1 -11
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/templates-config.json +2 -2
  6. package/build/component/driver/script/scriptDriver.js +1 -1
  7. package/build/component/driver/script/scriptDriver.js.map +1 -1
  8. package/build/component/generator/generator.d.ts.map +1 -1
  9. package/build/component/generator/generator.js +3 -13
  10. package/build/component/generator/generator.js.map +1 -1
  11. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  12. package/build/component/generator/officeAddin/generator.js +6 -4
  13. package/build/component/generator/officeAddin/generator.js.map +1 -1
  14. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
  15. package/build/component/generator/officeAddin/metaOSHelper.js +13 -6
  16. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  17. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  18. package/build/component/generator/templates/templateReplaceMap.js +2 -12
  19. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  20. package/build/question/collaborator.d.ts.map +1 -1
  21. package/build/question/collaborator.js +5 -8
  22. package/build/question/collaborator.js.map +1 -1
  23. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  24. package/build/question/scaffold/vs/createRootNode.js +0 -15
  25. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  26. package/package.json +4 -4
  27. package/resource/package.nls.cs.json +11 -25
  28. package/resource/package.nls.de.json +12 -26
  29. package/resource/package.nls.es.json +11 -25
  30. package/resource/package.nls.fr.json +11 -25
  31. package/resource/package.nls.it.json +11 -25
  32. package/resource/package.nls.ja.json +11 -25
  33. package/resource/package.nls.ko.json +11 -25
  34. package/resource/package.nls.pl.json +11 -25
  35. package/resource/package.nls.pt-BR.json +11 -25
  36. package/resource/package.nls.ru.json +11 -25
  37. package/resource/package.nls.tr.json +11 -25
  38. package/resource/package.nls.zh-Hans.json +11 -25
  39. package/resource/package.nls.zh-Hant.json +10 -24
  40. package/resource/templates/package.nls.cs.json +33 -25
  41. package/resource/templates/package.nls.de.json +33 -25
  42. package/resource/templates/package.nls.es.json +33 -25
  43. package/resource/templates/package.nls.fr.json +33 -25
  44. package/resource/templates/package.nls.it.json +33 -25
  45. package/resource/templates/package.nls.ja.json +33 -25
  46. package/resource/templates/package.nls.ko.json +33 -25
  47. package/resource/templates/package.nls.pl.json +33 -25
  48. package/resource/templates/package.nls.pt-BR.json +33 -25
  49. package/resource/templates/package.nls.ru.json +33 -25
  50. package/resource/templates/package.nls.tr.json +33 -25
  51. package/resource/templates/package.nls.zh-Hans.json +33 -25
  52. package/resource/templates/package.nls.zh-Hant.json +33 -25
  53. package/templates/fallback/common.zip +0 -0
  54. package/templates/fallback/csharp.zip +0 -0
  55. package/templates/fallback/js.zip +0 -0
  56. package/templates/fallback/python.zip +0 -0
  57. package/templates/fallback/ts.zip +0 -0
  58. package/templates/metadata/allTemplates.json +28 -70
  59. package/templates/metadata/defaultGeneratorTemplates.json +0 -42
  60. package/templates/metadata.zip +0 -0
@@ -265,6 +265,34 @@
265
265
  "displayName": "Teams Agent with Data from Azure AI Search",
266
266
  "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
267
267
  },
268
+ {
269
+ "id": "custom-copilot-rag-custom-api-ts",
270
+ "name": "custom-copilot-rag-custom-api",
271
+ "language": "typescript",
272
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
273
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
274
+ },
275
+ {
276
+ "id": "custom-copilot-rag-custom-api-js",
277
+ "name": "custom-copilot-rag-custom-api",
278
+ "language": "javascript",
279
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
280
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
281
+ },
282
+ {
283
+ "id": "teams-agent-with-data-custom-api-v2-csharp",
284
+ "name": "custom-copilot-rag-custom-api",
285
+ "language": "csharp",
286
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
287
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
288
+ },
289
+ {
290
+ "id": "teams-agent-with-data-custom-api-v2-python",
291
+ "name": "custom-copilot-rag-custom-api",
292
+ "language": "python",
293
+ "displayName": "Teams Agent with Data from Custom API using OpenAPI Spec",
294
+ "description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
295
+ },
268
296
  {
269
297
  "id": "teams-collaborator-agent-ts",
270
298
  "name": "teams-collaborator-agent",
@@ -363,34 +391,6 @@
363
391
  "displayName": "Tab with SSO (Server-Side Rendering)",
364
392
  "description": "Simple Teams Tab App with SSO"
365
393
  },
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
394
  {
395
395
  "id": "empty-csharp",
396
396
  "name": "empty",
@@ -419,48 +419,6 @@
419
419
  "displayName": "Echo Bot",
420
420
  "description": "A simple implementation of an echo bot that's ready for customization"
421
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
422
  {
465
423
  "id": "message-extension-v2-csharp",
466
424
  "name": "default-message-extension",
@@ -216,48 +216,6 @@
216
216
  "displayName": "Echo Bot",
217
217
  "description": "A simple implementation of an echo bot that's ready for customization"
218
218
  },
219
- {
220
- "id": "notification-http-trigger-csharp",
221
- "name": "notification-http-trigger",
222
- "language": "csharp",
223
- "displayName": "Notification Bot (HTTP Trigger)",
224
- "description": "Send notifications to Teams using HTTP-triggered Azure Function"
225
- },
226
- {
227
- "id": "notification-timer-trigger-csharp",
228
- "name": "notification-timer-trigger",
229
- "language": "csharp",
230
- "displayName": "Notification Bot (Timer Trigger)",
231
- "description": "Send scheduled notifications to Teams using timer-triggered Azure Function"
232
- },
233
- {
234
- "id": "notification-http-timer-trigger-csharp",
235
- "name": "notification-http-timer-trigger",
236
- "language": "csharp",
237
- "displayName": "Notification Bot (HTTP & Timer Trigger)",
238
- "description": "Send notifications to Teams using both HTTP and timer triggers"
239
- },
240
- {
241
- "id": "notification-webapi-csharp",
242
- "name": "notification-webapi",
243
- "language": "csharp",
244
- "displayName": "Notification Bot (Web API)",
245
- "description": "Send notifications to Teams using ASP.NET Core Web API"
246
- },
247
- {
248
- "id": "command-and-response-csharp",
249
- "name": "command-and-response",
250
- "language": "csharp",
251
- "displayName": "Command and Response Bot",
252
- "description": "Respond to simple commands in Teams chat"
253
- },
254
- {
255
- "id": "workflow-csharp",
256
- "name": "workflow",
257
- "language": "csharp",
258
- "displayName": "Workflow Bot",
259
- "description": "Build a sequential workflow bot for Teams"
260
- },
261
219
  {
262
220
  "id": "message-extension-v2-csharp",
263
221
  "name": "default-message-extension",
Binary file