@microsoft/teamsfx-core 3.0.9-beta.2025120903.0 → 3.0.9-rc.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 +5 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +2 -0
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/localizeUtils.d.ts.map +1 -1
- package/build/common/localizeUtils.js +12 -36
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/constants.d.ts +0 -1
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +1 -2
- package/build/component/constants.js.map +1 -1
- package/build/component/deps-checker/constant/telemetry.d.ts +4 -0
- package/build/component/deps-checker/constant/telemetry.d.ts.map +1 -1
- package/build/component/deps-checker/constant/telemetry.js +4 -0
- package/build/component/deps-checker/constant/telemetry.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts +9 -0
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +151 -26
- package/build/component/deps-checker/internal/testToolChecker.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 +0 -2
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +4 -79
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +0 -20
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +2 -152
- 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 +6 -16
- 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 +6 -3
- 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 +2 -1
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/agentForTeams.d.ts +3 -0
- package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/agentForTeams.js +147 -0
- package/build/component/generator/templates/metadata/agentForTeams.js.map +1 -0
- package/build/component/generator/templates/metadata/bot.d.ts +3 -0
- package/build/component/generator/templates/metadata/bot.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/bot.js +142 -0
- package/build/component/generator/templates/metadata/bot.js.map +1 -0
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts +3 -0
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js +39 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js.map +1 -0
- package/build/component/generator/templates/metadata/da.d.ts +3 -0
- package/build/component/generator/templates/metadata/da.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/da.js +117 -0
- package/build/component/generator/templates/metadata/da.js.map +1 -0
- package/build/component/generator/templates/metadata/graphConnector.d.ts +3 -0
- package/build/component/generator/templates/metadata/graphConnector.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/graphConnector.js +15 -0
- package/build/component/generator/templates/metadata/graphConnector.js.map +1 -0
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +25 -21
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/metadata/me.d.ts +3 -0
- package/build/component/generator/templates/metadata/me.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/me.js +111 -0
- package/build/component/generator/templates/metadata/me.js.map +1 -0
- package/build/component/generator/templates/metadata/special.d.ts +3 -0
- package/build/component/generator/templates/metadata/special.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/special.js +70 -0
- package/build/component/generator/templates/metadata/special.js.map +1 -0
- package/build/component/generator/templates/metadata/tab.d.ts +3 -0
- package/build/component/generator/templates/metadata/tab.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/tab.js +59 -0
- package/build/component/generator/templates/metadata/tab.js.map +1 -0
- package/build/component/generator/templates/metadata/teams.d.ts +3 -0
- package/build/component/generator/templates/metadata/teams.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/teams.js +238 -0
- package/build/component/generator/templates/metadata/teams.js.map +1 -0
- package/build/component/generator/templates/metadata/vs.d.ts +3 -0
- package/build/component/generator/templates/metadata/vs.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/vs.js +22 -0
- package/build/component/generator/templates/metadata/vs.js.map +1 -0
- package/build/component/generator/templates/metadata/wxp.d.ts +3 -0
- package/build/component/generator/templates/metadata/wxp.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/wxp.js +33 -0
- package/build/component/generator/templates/metadata/wxp.js.map +1 -0
- package/build/component/generator/templates/templateNames.d.ts +0 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +0 -1
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +5 -2
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/core/FxCore.d.ts +1 -4
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +19 -96
- package/build/core/FxCore.js.map +1 -1
- package/build/index.d.ts +1 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +5 -5
- package/build/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +15 -1
- 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 +56 -0
- 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 +0 -6
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +0 -6
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/vs/createRootNode.d.ts +0 -1
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +16 -14
- 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 +7 -0
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +72 -3
- 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 +24 -22
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +3 -4
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +7 -4
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +201 -106
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -0
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +0 -5
- package/build/ui/visitor.js.map +1 -1
- package/package.json +5 -5
- package/resource/package.nls.cs.json +69 -114
- package/resource/package.nls.de.json +67 -112
- package/resource/package.nls.es.json +69 -114
- package/resource/package.nls.fr.json +68 -113
- package/resource/package.nls.it.json +69 -114
- package/resource/package.nls.ja.json +68 -113
- package/resource/package.nls.json +23 -12
- package/resource/package.nls.ko.json +66 -111
- package/resource/package.nls.pl.json +67 -112
- package/resource/package.nls.pt-BR.json +69 -114
- package/resource/package.nls.ru.json +68 -113
- package/resource/package.nls.tr.json +67 -112
- package/resource/package.nls.zh-Hans.json +68 -113
- package/resource/package.nls.zh-Hant.json +68 -113
- 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/build/component/utils/odrProvider.d.ts +0 -36
- package/build/component/utils/odrProvider.d.ts.map +0 -1
- package/build/component/utils/odrProvider.js +0 -75
- package/build/component/utils/odrProvider.js.map +0 -1
- package/build/question/scaffold/commonNodes.d.ts +0 -7
- package/build/question/scaffold/commonNodes.d.ts.map +0 -1
- package/build/question/scaffold/commonNodes.js +0 -154
- package/build/question/scaffold/commonNodes.js.map +0 -1
- package/build/question/scaffold/constructNode.d.ts +0 -3
- package/build/question/scaffold/constructNode.d.ts.map +0 -1
- package/build/question/scaffold/constructNode.js +0 -50
- package/build/question/scaffold/constructNode.js.map +0 -1
- package/resource/templates/package.nls.cs.json +0 -25
- package/resource/templates/package.nls.de.json +0 -25
- package/resource/templates/package.nls.es.json +0 -25
- package/resource/templates/package.nls.fr.json +0 -25
- package/resource/templates/package.nls.it.json +0 -25
- package/resource/templates/package.nls.ja.json +0 -25
- package/resource/templates/package.nls.json +0 -33
- package/resource/templates/package.nls.ko.json +0 -25
- package/resource/templates/package.nls.pl.json +0 -25
- package/resource/templates/package.nls.pt-BR.json +0 -25
- package/resource/templates/package.nls.ru.json +0 -25
- package/resource/templates/package.nls.tr.json +0 -25
- package/resource/templates/package.nls.zh-Hans.json +0 -25
- package/resource/templates/package.nls.zh-Hant.json +0 -25
- package/resource/templates/package.nls.zh-cn.json +0 -21
- package/resource/templates/package.nls.zh-tw.json +0 -21
- package/templates/metadata/allTemplates.json +0 -429
- package/templates/metadata/defaultGeneratorTemplates.json +0 -233
- package/templates/metadata.zip +0 -0
- package/templates/ui/ceaNode.json +0 -30
- package/templates/ui/teamsNode.json +0 -124
|
@@ -1,25 +0,0 @@
|
|
|
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.basicCustomEngineAgent.detail": "使用 Microsoft 365 Agents SDK 建立的智慧型代理程式,可連線至您的 LLM",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "基本自訂引擎代理程式",
|
|
10
|
-
"template.teams.general.detail": "建置於 Teams 上、採用 Teams AI 程式庫並連線至 LLM 的聊天代理程式",
|
|
11
|
-
"template.teams.general.label": "Teams 的基本代理程式",
|
|
12
|
-
"template.teams.rag.source.placeholder": "選取載入資料的選項",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "從 Azure AI 搜尋服務載入您的資料",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜尋服務",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "根據 OpenAPI 描述文件,從自訂 API 載入您的資料",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "自訂 API",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "決定如何載入您的資料",
|
|
18
|
-
"template.teams.rag.source.customize.label": "自訂",
|
|
19
|
-
"template.teams.rag.detail": "使用您的內容和知識來準確回答特定領域問題的代理程式",
|
|
20
|
-
"template.teams.rag.label": "與您的資料聊天",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "由 Microsoft 365 Agents SDK 和 LangChain 所建置的天氣預測代理程式",
|
|
22
|
-
"template.customEngineAgent.weather.label": "天氣代理程式",
|
|
23
|
-
"template.customEngineAgent.placeholder": "選取選項",
|
|
24
|
-
"template.customEngineAgent.title": "使用 Microsoft 365 Agents SDK 的應用程式功能"
|
|
25
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,429 +0,0 @@
|
|
|
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
|
-
]
|