@microsoft/teamsfx-core 3.0.9-alpha.dd4c3337d.0 → 3.0.9-alpha.eb0e3c392.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.
- package/build/common/featureFlags.d.ts +0 -20
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +1 -11
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/localizeUtils.d.ts.map +1 -1
- package/build/common/localizeUtils.js +36 -12
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/component/constants.d.ts +1 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +2 -1
- package/build/component/constants.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +1 -1
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +79 -4
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +20 -0
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +152 -2
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +16 -6
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +3 -13
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +1 -2
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +21 -25
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +2 -12
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/utils/odrProvider.d.ts +36 -0
- package/build/component/utils/odrProvider.d.ts.map +1 -0
- package/build/component/utils/odrProvider.js +75 -0
- package/build/component/utils/odrProvider.js.map +1 -0
- package/build/core/FxCore.d.ts +4 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +96 -19
- package/build/core/FxCore.js.map +1 -1
- package/build/index.d.ts +2 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +5 -5
- package/build/index.js.map +1 -1
- package/build/question/collaborator.d.ts.map +1 -1
- package/build/question/collaborator.js +5 -8
- package/build/question/collaborator.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -15
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +0 -56
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.js +2 -2
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +6 -0
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +6 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/commonNodes.d.ts +7 -0
- package/build/question/scaffold/commonNodes.d.ts.map +1 -0
- package/build/question/scaffold/commonNodes.js +154 -0
- package/build/question/scaffold/commonNodes.js.map +1 -0
- package/build/question/scaffold/constructNode.d.ts +3 -0
- package/build/question/scaffold/constructNode.d.ts.map +1 -0
- package/build/question/scaffold/constructNode.js +50 -0
- package/build/question/scaffold/constructNode.js.map +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +2 -16
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +0 -7
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +3 -72
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.js +22 -24
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -3
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -7
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +106 -201
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +5 -0
- package/build/ui/visitor.js.map +1 -1
- package/package.json +5 -5
- package/resource/package.nls.cs.json +11 -25
- package/resource/package.nls.de.json +12 -26
- package/resource/package.nls.es.json +11 -25
- package/resource/package.nls.fr.json +11 -25
- package/resource/package.nls.it.json +11 -25
- package/resource/package.nls.ja.json +11 -25
- package/resource/package.nls.json +10 -23
- package/resource/package.nls.ko.json +11 -25
- package/resource/package.nls.pl.json +11 -25
- package/resource/package.nls.pt-BR.json +11 -25
- package/resource/package.nls.ru.json +11 -25
- package/resource/package.nls.tr.json +11 -25
- package/resource/package.nls.zh-Hans.json +11 -25
- package/resource/package.nls.zh-Hant.json +10 -24
- package/resource/templates/package.nls.cs.json +33 -0
- package/resource/templates/package.nls.de.json +33 -0
- package/resource/templates/package.nls.es.json +33 -0
- package/resource/templates/package.nls.fr.json +33 -0
- package/resource/templates/package.nls.it.json +33 -0
- package/resource/templates/package.nls.ja.json +33 -0
- package/resource/templates/package.nls.json +33 -0
- package/resource/templates/package.nls.ko.json +33 -0
- package/resource/templates/package.nls.pl.json +33 -0
- package/resource/templates/package.nls.pt-BR.json +33 -0
- package/resource/templates/package.nls.ru.json +33 -0
- package/resource/templates/package.nls.tr.json +33 -0
- package/resource/templates/package.nls.zh-Hans.json +33 -0
- package/resource/templates/package.nls.zh-Hant.json +33 -0
- package/resource/templates/package.nls.zh-cn.json +21 -0
- package/resource/templates/package.nls.zh-tw.json +21 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/metadata/allTemplates.json +429 -0
- package/templates/metadata/defaultGeneratorTemplates.json +233 -0
- package/templates/metadata.zip +0 -0
- package/templates/ui/ceaNode.json +30 -0
- package/templates/ui/teamsNode.json +124 -0
- package/build/component/generator/templates/metadata/agentForTeams.d.ts +0 -3
- package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/agentForTeams.js +0 -147
- package/build/component/generator/templates/metadata/agentForTeams.js.map +0 -1
- package/build/component/generator/templates/metadata/bot.d.ts +0 -3
- package/build/component/generator/templates/metadata/bot.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/bot.js +0 -142
- package/build/component/generator/templates/metadata/bot.js.map +0 -1
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts +0 -3
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/customEngineAgent.js +0 -51
- package/build/component/generator/templates/metadata/customEngineAgent.js.map +0 -1
- package/build/component/generator/templates/metadata/da.d.ts +0 -3
- package/build/component/generator/templates/metadata/da.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/da.js +0 -117
- package/build/component/generator/templates/metadata/da.js.map +0 -1
- package/build/component/generator/templates/metadata/graphConnector.d.ts +0 -3
- package/build/component/generator/templates/metadata/graphConnector.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/graphConnector.js +0 -15
- package/build/component/generator/templates/metadata/graphConnector.js.map +0 -1
- package/build/component/generator/templates/metadata/me.d.ts +0 -3
- package/build/component/generator/templates/metadata/me.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/me.js +0 -111
- package/build/component/generator/templates/metadata/me.js.map +0 -1
- package/build/component/generator/templates/metadata/special.d.ts +0 -3
- package/build/component/generator/templates/metadata/special.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/special.js +0 -70
- package/build/component/generator/templates/metadata/special.js.map +0 -1
- package/build/component/generator/templates/metadata/tab.d.ts +0 -3
- package/build/component/generator/templates/metadata/tab.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/tab.js +0 -59
- package/build/component/generator/templates/metadata/tab.js.map +0 -1
- package/build/component/generator/templates/metadata/teams.d.ts +0 -3
- package/build/component/generator/templates/metadata/teams.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/teams.js +0 -244
- package/build/component/generator/templates/metadata/teams.js.map +0 -1
- package/build/component/generator/templates/metadata/vs.d.ts +0 -3
- package/build/component/generator/templates/metadata/vs.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/vs.js +0 -22
- package/build/component/generator/templates/metadata/vs.js.map +0 -1
- package/build/component/generator/templates/metadata/wxp.d.ts +0 -3
- package/build/component/generator/templates/metadata/wxp.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/wxp.js +0 -33
- package/build/component/generator/templates/metadata/wxp.js.map +0 -1
- package/build/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Microsoft 365 Aracıları SDK'sı ile oluşturulan ve LLM'nize bağlanan akıllı aracı",
|
|
3
|
+
"template.customEngineAgent.basic.label": "Temel Özel Altyapı Aracısı",
|
|
4
|
+
"template.customEngineAgent.placeholder": "Bir seçenek belirleyin",
|
|
5
|
+
"template.customEngineAgent.title": "Microsoft 365 Aracıları SDK'sını Kullanan Uygulama Özellikleri",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Microsoft 365 Aracıları SDK'sı, Microsoft 365 Retrieval API ve Agent Framework ile oluşturulmuş bir seyahat planlama aracısı",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Seyahat Aracısı",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Microsoft 365 Aracıları SDK'sı ve LangChain ile oluşturulan bir hava durumu tahmin aracı",
|
|
9
|
+
"template.customEngineAgent.weather.label": "Hava Durumu Aracısı",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "Özetleme, görev yönetimi ve konuşma arama yoluyla grup sohbeti, kanallar veya toplantılarda işbirliğini geliştiren aracı",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Teams Ortak Çalışan Aracısı",
|
|
12
|
+
"template.teams.general.detail": "Teams AI Kitaplığı ile oluşturulan ve LLM'lere bağlanan Teams'de kullanıcılarla sohbet eden aracı",
|
|
13
|
+
"template.teams.general.label": "Genel Teams Aracısı",
|
|
14
|
+
"template.teams.others.bot.detail": "Özelleştirilmeye hazır bir echo bota ilişkin basit uygulama",
|
|
15
|
+
"template.teams.others.bot.label": "Basit Bot",
|
|
16
|
+
"template.teams.others.capability.title": "Teams İşlevi",
|
|
17
|
+
"template.teams.others.detail": "Sekme, bot ve ileti uzantısı kullanan uygulama",
|
|
18
|
+
"template.teams.others.label": "Diğer Teams İşlevleri",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "Kullanıcı girişini al, işleme tabi tut ve özelleştirilmiş sonuçları gönder",
|
|
20
|
+
"template.teams.others.messageExtension.label": "İleti Uzantısı",
|
|
21
|
+
"template.teams.others.tab.detail": "Özelleştirmeye hazır bir web uygulaması için basit bir uygulama",
|
|
22
|
+
"template.teams.others.tab.label": "Sekme",
|
|
23
|
+
"template.teams.rag.detail": "Alanına özgü soruları doğru bir şekilde yanıtlamak için içeriğinizi ve bilgilerinizi kullanan aracı",
|
|
24
|
+
"template.teams.rag.label": "Veri İçeren Teams Aracısı",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Azure Yapay Zeka Arama hizmetinden kendi verilerinizi yükleyin",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure Yapay Zeka Arama",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "OpenAPI açıklama belgesini temel alan özel API'lerden veri yükleyin",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "Özel API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "Verilerinizi nasıl yükleyeceğinize karar verin",
|
|
30
|
+
"template.teams.rag.source.customize.label": "Özelleştir",
|
|
31
|
+
"template.teams.rag.source.placeholder": "Verilerinizi yüklemek için bir seçenek belirleyin",
|
|
32
|
+
"template.teams.title": "Microsoft Teams SDK'sını kullanan Teams aracı veya uygulaması"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "使用 Microsoft 365 智能体 SDK 构建并连接到 LLM 的智能代理",
|
|
3
|
+
"template.customEngineAgent.basic.label": "基本自定义引擎智能体",
|
|
4
|
+
"template.customEngineAgent.placeholder": "选择选项",
|
|
5
|
+
"template.customEngineAgent.title": "使用 Microsoft 365 智能体 SDK 的应用功能",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "这是一个旅行规划智能体,使用 Microsoft 365 智能体 SDK、Microsoft 365 检索 API 和 Agent Framework 构建",
|
|
7
|
+
"template.customEngineAgent.travel.label": "旅行智能体",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "使用 Microsoft 365 智能体 SDK 和 LangChain 构建的天气预报智能体",
|
|
9
|
+
"template.customEngineAgent.weather.label": "天气智能体",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "通过汇总、任务管理和对话搜索增强群聊、频道或会议协作的智能体",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Teams 协作者智能体",
|
|
12
|
+
"template.teams.general.detail": "与使用 Teams AI 库构建的 Teams 中的用户聊天并连接到 LLM 的智能体",
|
|
13
|
+
"template.teams.general.label": "常规 Teams 智能体",
|
|
14
|
+
"template.teams.others.bot.detail": "轻松实现可随时自定义的 Echo Bot",
|
|
15
|
+
"template.teams.others.bot.label": "简单机器人",
|
|
16
|
+
"template.teams.others.capability.title": "Teams 功能",
|
|
17
|
+
"template.teams.others.detail": "使用选项卡、机器人和消息扩展的应用",
|
|
18
|
+
"template.teams.others.label": "其他 Teams 功能",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "接收用户输入、进行处理并发送自定义结果",
|
|
20
|
+
"template.teams.others.messageExtension.label": "消息扩展",
|
|
21
|
+
"template.teams.others.tab.detail": "轻松实现可随时自定义的 Web 应用",
|
|
22
|
+
"template.teams.others.tab.label": "选项卡",
|
|
23
|
+
"template.teams.rag.detail": "使用你的内容和知识准确回答特定领域问题的智能体",
|
|
24
|
+
"template.teams.rag.label": "使用数据的 Teams 智能体",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "从 Azure AI 搜索服务加载数据",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜索",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "基于 OpenAPI 说明文档从自定义 API 加载数据",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "自定义 API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "决定如何加载数据",
|
|
30
|
+
"template.teams.rag.source.customize.label": "自定义",
|
|
31
|
+
"template.teams.rag.source.placeholder": "选择一个选项来加载数据",
|
|
32
|
+
"template.teams.title": "使用 Microsoft Teams SDK 的 Teams 智能体或应用"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "使用 Microsoft 365 Agents SDK 建立的智慧型代理程式,可連線至您的 LLM",
|
|
3
|
+
"template.customEngineAgent.basic.label": "基本自訂引擎代理程式",
|
|
4
|
+
"template.customEngineAgent.placeholder": "選取選項",
|
|
5
|
+
"template.customEngineAgent.title": "使用 Microsoft 365 Agents SDK 的應用程式功能",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "旅遊規劃代理程式,其使用 Microsoft 365 Agents SDK、Microsoft 365 Retrieval API 和 Agent Framework 所建置",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Travel Agent",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "由 Microsoft 365 Agents SDK 和 LangChain 所建置的天氣預測代理程式",
|
|
9
|
+
"template.customEngineAgent.weather.label": "天氣代理程式",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "透過摘要、工作管理和交談搜尋,增強在群組聊天、通道或會議中共同作業的代理程式",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Teams 共同作業者代理程式",
|
|
12
|
+
"template.teams.general.detail": "建置於 Teams 上、採用 Teams AI 程式庫並連線至 LLM 的聊天代理程式",
|
|
13
|
+
"template.teams.general.label": "一般 Teams 代理程式",
|
|
14
|
+
"template.teams.others.bot.detail": "已備妥供自訂的回應機器人的簡易實作",
|
|
15
|
+
"template.teams.others.bot.label": "簡單 Bot",
|
|
16
|
+
"template.teams.others.capability.title": "Teams 功能",
|
|
17
|
+
"template.teams.others.detail": "使用 Tab、Bot 和訊息延伸模組的應用程式",
|
|
18
|
+
"template.teams.others.label": "其他 Teams 功能",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "接收使用者輸入、加以處理,然後傳送自訂的結果",
|
|
20
|
+
"template.teams.others.messageExtension.label": "訊息延伸模組",
|
|
21
|
+
"template.teams.others.tab.detail": "簡易實作準備好自訂的 Web 應用程式",
|
|
22
|
+
"template.teams.others.tab.label": "Tab",
|
|
23
|
+
"template.teams.rag.detail": "使用您的內容和知識來準確回答特定領域問題的代理程式",
|
|
24
|
+
"template.teams.rag.label": "Teams 代理程式與資料",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "從 Azure AI 搜尋服務載入您的資料",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜尋服務",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "根據 OpenAPI 描述文件,從自訂 API 載入您的資料",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "自訂 API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "決定如何載入您的資料",
|
|
30
|
+
"template.teams.rag.source.customize.label": "自訂",
|
|
31
|
+
"template.teams.rag.source.placeholder": "選取一個選項以載入您的資料",
|
|
32
|
+
"template.teams.title": "使用 Microsoft Teams SDK 的 Teams 代理程式或應用程式"
|
|
33
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.teams.others.bot.detail": "轻松实现可随时自定义的 Echo Bot",
|
|
3
|
+
"template.teams.others.bot.label": "基本机器人",
|
|
4
|
+
"template.teams.others.messageExtension.detail": "接收用户输入、处理它并发送自定义结果",
|
|
5
|
+
"template.teams.others.messageExtension.label": "消息扩展",
|
|
6
|
+
"template.teams.others.tab.detail": "轻松实现可随时自定义的 Web 应用",
|
|
7
|
+
"template.teams.others.tab.label": "“基本”选项卡",
|
|
8
|
+
"template.teams.general.detail": "在 Teams 中生成基本 AI 聊天机器人",
|
|
9
|
+
"template.teams.general.label": "基本 AI Chatbot",
|
|
10
|
+
"template.teams.rag.source.placeholder": "选择一个选项以加载数据",
|
|
11
|
+
"template.teams.rag.source.azureAISearch.detail": "从 Azure AI 搜索服务加载数据",
|
|
12
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜索",
|
|
13
|
+
"template.teams.rag.source.customApi.detail": "基于 OpenAPI 说明文档从自定义 API 加载数据",
|
|
14
|
+
"template.teams.rag.source.customApi.label": "自定义 API",
|
|
15
|
+
"template.teams.rag.source.customize.detail": "决定如何加载数据",
|
|
16
|
+
"template.teams.rag.source.customize.label": "自定义",
|
|
17
|
+
"template.teams.rag.detail": "使用你的内容扩展 AI 机器人的知识,以获得问题的准确答案",
|
|
18
|
+
"template.teams.rag.label": "与你的数据聊天",
|
|
19
|
+
"template.customEngineAgent.placeholder": "选择选项",
|
|
20
|
+
"template.customEngineAgent.title": "使用 Teams AI 库的应用功能"
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.teams.others.bot.detail": "已備妥供自訂的回應機器人的簡易實作",
|
|
3
|
+
"template.teams.others.bot.label": "基本 Bot",
|
|
4
|
+
"template.teams.others.messageExtension.detail": "接收使用者輸入、處理並傳送自定義結果",
|
|
5
|
+
"template.teams.others.messageExtension.label": "訊息延伸模組",
|
|
6
|
+
"template.teams.others.tab.detail": "簡易實作準備好自訂的 Web 應用程式",
|
|
7
|
+
"template.teams.others.tab.label": "基本索引標籤",
|
|
8
|
+
"template.teams.general.detail": "在 Teams 中建立基本 AI 聊天機器人",
|
|
9
|
+
"template.teams.general.label": "基本 AI 聊天機器人",
|
|
10
|
+
"template.teams.rag.source.placeholder": "選取載入資料的選項",
|
|
11
|
+
"template.teams.rag.source.azureAISearch.detail": "從 Azure AI 搜尋服務載入您的資料",
|
|
12
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜尋服務",
|
|
13
|
+
"template.teams.rag.source.customApi.detail": "根據 OpenAPI 描述文件,從自訂 API 載入您的資料",
|
|
14
|
+
"template.teams.rag.source.customApi.label": "自訂 API",
|
|
15
|
+
"template.teams.rag.source.customize.detail": "決定如何載入您的資料",
|
|
16
|
+
"template.teams.rag.source.customize.label": "自訂",
|
|
17
|
+
"template.teams.rag.detail": "使用您的內容擴展 AI Bot 的知識,以取得問題的正確解答",
|
|
18
|
+
"template.teams.rag.label": "與您的資料聊天",
|
|
19
|
+
"template.customEngineAgent.placeholder": "選取選項",
|
|
20
|
+
"template.customEngineAgent.title": "使用 Teams AI 連結庫的應用程式功能"
|
|
21
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "declarative-agent-basic",
|
|
4
|
+
"name": "copilot-gpt-basic",
|
|
5
|
+
"language": "common",
|
|
6
|
+
"displayName": "Declarative Agent",
|
|
7
|
+
"description": "Basic Declarative Agent without action"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "declarative-agent-basic-csharp",
|
|
11
|
+
"name": "copilot-gpt-basic",
|
|
12
|
+
"language": "csharp",
|
|
13
|
+
"displayName": "Declarative Agent",
|
|
14
|
+
"description": "Basic Declarative Agent without action"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "declarative-agent-with-action-from-scratch-ts",
|
|
18
|
+
"name": "api-plugin-from-scratch",
|
|
19
|
+
"language": "typescript",
|
|
20
|
+
"displayName": "Declarative Agent with Action from Scratch",
|
|
21
|
+
"description": "Declarative Agent with a new action built from scratch"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "declarative-agent-with-action-from-scratch-js",
|
|
25
|
+
"name": "api-plugin-from-scratch",
|
|
26
|
+
"language": "javascript",
|
|
27
|
+
"displayName": "Declarative Agent with Action from Scratch",
|
|
28
|
+
"description": "Declarative Agent with a new action built from scratch"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "declarative-agent-with-action-from-scratch-csharp",
|
|
32
|
+
"name": "api-plugin-from-scratch",
|
|
33
|
+
"language": "csharp",
|
|
34
|
+
"displayName": "Declarative Agent with Action from Scratch",
|
|
35
|
+
"description": "Declarative Agent with a new action built from scratch"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "declarative-agent-with-action-from-scratch-bearer-ts",
|
|
39
|
+
"name": "api-plugin-from-scratch-bearer",
|
|
40
|
+
"language": "typescript",
|
|
41
|
+
"displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
|
|
42
|
+
"description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "declarative-agent-with-action-from-scratch-bearer-js",
|
|
46
|
+
"name": "api-plugin-from-scratch-bearer",
|
|
47
|
+
"language": "javascript",
|
|
48
|
+
"displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
|
|
49
|
+
"description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "declarative-agent-with-action-from-scratch-bearer-csharp",
|
|
53
|
+
"name": "api-plugin-from-scratch-bearer",
|
|
54
|
+
"language": "csharp",
|
|
55
|
+
"displayName": "Declarative Agent with Action from Scratch (Bearer Token)",
|
|
56
|
+
"description": "Declarative Agent with a new action built from scratch using Bearer Token authentication"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "declarative-agent-with-action-from-scratch-oauth-ts",
|
|
60
|
+
"name": "api-plugin-from-scratch-oauth",
|
|
61
|
+
"language": "typescript",
|
|
62
|
+
"displayName": "Declarative Agent with Action from Scratch (OAuth)",
|
|
63
|
+
"description": "Declarative Agent with a new action built from scratch using OAuth authentication"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "declarative-agent-with-action-from-scratch-oauth-js",
|
|
67
|
+
"name": "api-plugin-from-scratch-oauth",
|
|
68
|
+
"language": "javascript",
|
|
69
|
+
"displayName": "Declarative Agent with Action from Scratch (OAuth)",
|
|
70
|
+
"description": "Declarative Agent with a new action built from scratch using OAuth authentication"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "declarative-agent-with-action-from-scratch-oauth-csharp",
|
|
74
|
+
"name": "api-plugin-from-scratch-oauth",
|
|
75
|
+
"language": "csharp",
|
|
76
|
+
"displayName": "Declarative Agent with Action from Scratch (OAuth)",
|
|
77
|
+
"description": "Declarative Agent with a new action built from scratch using OAuth authentication"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "declarative-agent-with-action-from-existing-api",
|
|
81
|
+
"name": "api-plugin-from-existing-api",
|
|
82
|
+
"language": "none",
|
|
83
|
+
"displayName": "Declarative Agent with Action from Existing API",
|
|
84
|
+
"description": "Declarative Agent with action from an existing API specification"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "declarative-agent-with-action-from-existing-api-csharp",
|
|
88
|
+
"name": "api-plugin-from-existing-api",
|
|
89
|
+
"language": "csharp",
|
|
90
|
+
"displayName": "Declarative Agent with Action from Existing API",
|
|
91
|
+
"description": "Declarative Agent with action from an existing API specification"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "declarative-agent-meta-os-new-project",
|
|
95
|
+
"name": "declarative-agent-meta-os-new-project",
|
|
96
|
+
"language": "common",
|
|
97
|
+
"displayName": "Declarative Agent for MetaOS (New Project)",
|
|
98
|
+
"description": "Declarative Agent for MetaOS - new project"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "declarative-agent-meta-os-upgrade-project",
|
|
102
|
+
"name": "declarative-agent-meta-os-upgrade-project",
|
|
103
|
+
"language": "common",
|
|
104
|
+
"displayName": "Declarative Agent for MetaOS (Upgrade Project)",
|
|
105
|
+
"description": "Declarative Agent for MetaOS - upgrade existing project"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"id": "declarative-agent-with-action-from-mcp",
|
|
109
|
+
"name": "declarative-agent-with-action-from-mcp",
|
|
110
|
+
"language": "common",
|
|
111
|
+
"displayName": "Declarative Agent with Action from MCP Server",
|
|
112
|
+
"description": "Declarative Agent with action from Model Context Protocol (MCP)"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "declarative-agent-with-graph-connector-ts",
|
|
116
|
+
"name": "declarative-agent-with-graph-connector",
|
|
117
|
+
"language": "typescript",
|
|
118
|
+
"displayName": "Declarative Agent with Copilot Connector",
|
|
119
|
+
"description": "Declarative Agent with Microsoft Copilot Connector integration"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "declarative-agent-typespec",
|
|
123
|
+
"name": "declarative-agent-typespec",
|
|
124
|
+
"language": "common",
|
|
125
|
+
"displayName": "Declarative Agent from TypeSpec",
|
|
126
|
+
"description": "Declarative Agent with or without an action using TypeSpec"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "basic-custom-engine-agent-ts",
|
|
130
|
+
"name": "basic-custom-engine-agent",
|
|
131
|
+
"language": "typescript",
|
|
132
|
+
"displayName": "Basic Custom Engine Agent",
|
|
133
|
+
"description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "basic-custom-engine-agent-js",
|
|
137
|
+
"name": "basic-custom-engine-agent",
|
|
138
|
+
"language": "javascript",
|
|
139
|
+
"displayName": "Basic Custom Engine Agent",
|
|
140
|
+
"description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": "basic-custom-engine-agent-python",
|
|
144
|
+
"name": "basic-custom-engine-agent",
|
|
145
|
+
"language": "python",
|
|
146
|
+
"displayName": "Basic Custom Engine Agent",
|
|
147
|
+
"description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id": "weather-agent-ts",
|
|
151
|
+
"name": "weather-agent",
|
|
152
|
+
"language": "typescript",
|
|
153
|
+
"displayName": "Weather Agent",
|
|
154
|
+
"description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"id": "weather-agent-js",
|
|
158
|
+
"name": "weather-agent",
|
|
159
|
+
"language": "javascript",
|
|
160
|
+
"displayName": "Weather Agent",
|
|
161
|
+
"description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"id": "custom-copilot-weather-agent-csharp",
|
|
165
|
+
"name": "weather-agent",
|
|
166
|
+
"language": "csharp",
|
|
167
|
+
"displayName": "Weather Agent",
|
|
168
|
+
"description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "custom-copilot-travel-agent-csharp",
|
|
172
|
+
"name": "travel-agent",
|
|
173
|
+
"language": "csharp",
|
|
174
|
+
"displayName": "Travel Agent",
|
|
175
|
+
"description": "A travel planning agent, which is built with Microsoft 365 Agents SDK, Microsoft 365 Retrieval API and Agent Framework"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"id": "graph-connector-ts",
|
|
179
|
+
"name": "graph-connector",
|
|
180
|
+
"language": "typescript",
|
|
181
|
+
"displayName": "Copilot Connector",
|
|
182
|
+
"description": "Embed your organization data to make it searchable in Microsoft 365 Copilot"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"id": "custom-copilot-basic-ts",
|
|
186
|
+
"name": "custom-copilot-basic",
|
|
187
|
+
"language": "typescript",
|
|
188
|
+
"displayName": "General Teams Agent",
|
|
189
|
+
"description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"id": "custom-copilot-basic-js",
|
|
193
|
+
"name": "custom-copilot-basic",
|
|
194
|
+
"language": "javascript",
|
|
195
|
+
"displayName": "General Teams Agent",
|
|
196
|
+
"description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"id": "custom-copilot-basic-csharp",
|
|
200
|
+
"name": "custom-copilot-basic",
|
|
201
|
+
"language": "csharp",
|
|
202
|
+
"displayName": "General Teams Agent",
|
|
203
|
+
"description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": "custom-copilot-basic-python",
|
|
207
|
+
"name": "custom-copilot-basic",
|
|
208
|
+
"language": "python",
|
|
209
|
+
"displayName": "General Teams Agent",
|
|
210
|
+
"description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "custom-copilot-rag-customize-ts",
|
|
214
|
+
"name": "custom-copilot-rag-customize",
|
|
215
|
+
"language": "typescript",
|
|
216
|
+
"displayName": "Teams Agent with Data from Customized Source",
|
|
217
|
+
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "custom-copilot-rag-customize-js",
|
|
221
|
+
"name": "custom-copilot-rag-customize",
|
|
222
|
+
"language": "javascript",
|
|
223
|
+
"displayName": "Teams Agent with Data from Customized Source",
|
|
224
|
+
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "custom-copilot-rag-customize-csharp",
|
|
228
|
+
"name": "custom-copilot-rag-customize",
|
|
229
|
+
"language": "csharp",
|
|
230
|
+
"displayName": "Teams Agent with Data from Customized Source",
|
|
231
|
+
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"id": "custom-copilot-rag-customize-python",
|
|
235
|
+
"name": "custom-copilot-rag-customize",
|
|
236
|
+
"language": "python",
|
|
237
|
+
"displayName": "Teams Agent with Data from Customized Source",
|
|
238
|
+
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": "custom-copilot-rag-azure-ai-search-ts",
|
|
242
|
+
"name": "custom-copilot-rag-azure-ai-search",
|
|
243
|
+
"language": "typescript",
|
|
244
|
+
"displayName": "Teams Agent with Data from Azure AI Search",
|
|
245
|
+
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"id": "custom-copilot-rag-azure-ai-search-js",
|
|
249
|
+
"name": "custom-copilot-rag-azure-ai-search",
|
|
250
|
+
"language": "javascript",
|
|
251
|
+
"displayName": "Teams Agent with Data from Azure AI Search",
|
|
252
|
+
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": "custom-copilot-rag-azure-ai-search-csharp",
|
|
256
|
+
"name": "custom-copilot-rag-azure-ai-search",
|
|
257
|
+
"language": "csharp",
|
|
258
|
+
"displayName": "Teams Agent with Data from Azure AI Search",
|
|
259
|
+
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"id": "custom-copilot-rag-azure-ai-search-python",
|
|
263
|
+
"name": "custom-copilot-rag-azure-ai-search",
|
|
264
|
+
"language": "python",
|
|
265
|
+
"displayName": "Teams Agent with Data from Azure AI Search",
|
|
266
|
+
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"id": "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
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": "teams-collaborator-agent-ts",
|
|
298
|
+
"name": "teams-collaborator-agent",
|
|
299
|
+
"language": "typescript",
|
|
300
|
+
"displayName": "Teams Collaborator Agent",
|
|
301
|
+
"description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"id": "teams-collaborator-agent-csharp",
|
|
305
|
+
"name": "teams-collaborator-agent",
|
|
306
|
+
"language": "csharp",
|
|
307
|
+
"displayName": "Teams Collaborator Agent",
|
|
308
|
+
"description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"id": "basic-tab-ts",
|
|
312
|
+
"name": "non-sso-tab",
|
|
313
|
+
"language": "typescript",
|
|
314
|
+
"displayName": "Tab",
|
|
315
|
+
"description": "A simple implementation of a web app that's ready to customize"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"id": "default-bot-ts",
|
|
319
|
+
"name": "default-bot",
|
|
320
|
+
"language": "typescript",
|
|
321
|
+
"displayName": "Simple Bot",
|
|
322
|
+
"description": "A simple implementation of an echo bot that's ready for customization"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"id": "default-bot-js",
|
|
326
|
+
"name": "default-bot",
|
|
327
|
+
"language": "javascript",
|
|
328
|
+
"displayName": "Simple Bot",
|
|
329
|
+
"description": "A simple implementation of an echo bot that's ready for customization"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"id": "default-bot-python",
|
|
333
|
+
"name": "default-bot",
|
|
334
|
+
"language": "python",
|
|
335
|
+
"displayName": "Simple Bot",
|
|
336
|
+
"description": "A simple implementation of an echo bot that's ready for customization"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "message-extension-v2-ts",
|
|
340
|
+
"name": "default-message-extension",
|
|
341
|
+
"language": "typescript",
|
|
342
|
+
"displayName": "Message Extension",
|
|
343
|
+
"description": "Receive user input, process it, and send customized results"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"id": "message-extension-v2-python",
|
|
347
|
+
"name": "default-message-extension",
|
|
348
|
+
"language": "python",
|
|
349
|
+
"displayName": "Message Extension",
|
|
350
|
+
"description": "Receive user input, process it, and send customized results"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"id": "office-addin-outlook-taskpane-ts",
|
|
354
|
+
"name": "office-addin-outlook-taskpane",
|
|
355
|
+
"language": "typescript",
|
|
356
|
+
"displayName": "Outlook Task Pane Add-in",
|
|
357
|
+
"description": "Build a task pane add-in for Outlook"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "office-addin-wxpo-taskpane-ts",
|
|
361
|
+
"name": "office-addin-wxpo-taskpane",
|
|
362
|
+
"language": "typescript",
|
|
363
|
+
"displayName": "Office Task Pane Add-in",
|
|
364
|
+
"description": "Build a task pane add-in for Word, Excel, or PowerPoint"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"id": "office-addin-excel-cfshortcut-ts",
|
|
368
|
+
"name": "office-addin-excel-cfshortcut",
|
|
369
|
+
"language": "typescript",
|
|
370
|
+
"displayName": "Excel Custom Functions",
|
|
371
|
+
"description": "Create custom functions in Excel with keyboard shortcuts"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"id": "office-addin-config-ts",
|
|
375
|
+
"name": "office-addin-config",
|
|
376
|
+
"language": "typescript",
|
|
377
|
+
"displayName": "Office Add-in Common Configuration",
|
|
378
|
+
"description": "Common configuration for Office Add-ins"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"id": "non-sso-tab-ssr-cs",
|
|
382
|
+
"name": "non-sso-tab-ssr",
|
|
383
|
+
"language": "csharp",
|
|
384
|
+
"displayName": "Tab (Server-Side Rendering)",
|
|
385
|
+
"description": "Simple Teams Tab App"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"id": "sso-tab-ssr-cs",
|
|
389
|
+
"name": "sso-tab-ssr",
|
|
390
|
+
"language": "csharp",
|
|
391
|
+
"displayName": "Tab with SSO (Server-Side Rendering)",
|
|
392
|
+
"description": "Simple Teams Tab App with SSO"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "empty-csharp",
|
|
396
|
+
"name": "empty",
|
|
397
|
+
"language": "csharp",
|
|
398
|
+
"displayName": "Empty Project",
|
|
399
|
+
"description": "Start with a minimal Teams app project"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"id": "message-extension-search-csharp",
|
|
403
|
+
"name": "message-extension-search",
|
|
404
|
+
"language": "csharp",
|
|
405
|
+
"displayName": "Message Extension (Search)",
|
|
406
|
+
"description": "Search-based message extension for Teams"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"id": "basic-tab-csharp",
|
|
410
|
+
"name": "non-sso-tab",
|
|
411
|
+
"language": "csharp",
|
|
412
|
+
"displayName": "Basic Tab",
|
|
413
|
+
"description": "Simple Teams Tab App"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"id": "default-bot-csharp",
|
|
417
|
+
"name": "default-bot",
|
|
418
|
+
"language": "csharp",
|
|
419
|
+
"displayName": "Echo Bot",
|
|
420
|
+
"description": "A simple implementation of an echo bot that's ready for customization"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"id": "message-extension-v2-csharp",
|
|
424
|
+
"name": "default-message-extension",
|
|
425
|
+
"language": "csharp",
|
|
426
|
+
"displayName": "Message Extension",
|
|
427
|
+
"description": "Receive user input, process it, and send customized results"
|
|
428
|
+
}
|
|
429
|
+
]
|