@microsoft/teamsfx-core 3.0.9-beta.2025121105.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/constants.d.ts +1 -1
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +2 -2
- package/build/component/driver/teamsApp/constants.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,233 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"id": "basic-custom-engine-agent-ts",
|
|
4
|
-
"name": "basic-custom-engine-agent",
|
|
5
|
-
"language": "typescript",
|
|
6
|
-
"displayName": "Basic Custom Engine Agent",
|
|
7
|
-
"description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"id": "basic-custom-engine-agent-js",
|
|
11
|
-
"name": "basic-custom-engine-agent",
|
|
12
|
-
"language": "javascript",
|
|
13
|
-
"displayName": "Basic Custom Engine Agent",
|
|
14
|
-
"description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"id": "basic-custom-engine-agent-python",
|
|
18
|
-
"name": "basic-custom-engine-agent",
|
|
19
|
-
"language": "python",
|
|
20
|
-
"displayName": "Basic Custom Engine Agent",
|
|
21
|
-
"description": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"id": "weather-agent-ts",
|
|
25
|
-
"name": "weather-agent",
|
|
26
|
-
"language": "typescript",
|
|
27
|
-
"displayName": "Weather Agent",
|
|
28
|
-
"description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"id": "weather-agent-js",
|
|
32
|
-
"name": "weather-agent",
|
|
33
|
-
"language": "javascript",
|
|
34
|
-
"displayName": "Weather Agent",
|
|
35
|
-
"description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"id": "custom-copilot-weather-agent-csharp",
|
|
39
|
-
"name": "weather-agent",
|
|
40
|
-
"language": "csharp",
|
|
41
|
-
"displayName": "Weather Agent",
|
|
42
|
-
"description": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"id": "custom-copilot-travel-agent-csharp",
|
|
46
|
-
"name": "travel-agent",
|
|
47
|
-
"language": "csharp",
|
|
48
|
-
"displayName": "Travel Agent",
|
|
49
|
-
"description": "A travel planning agent, which is built with Microsoft 365 Agents SDK, Microsoft 365 Retrieval API and Agent Framework"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"id": "custom-copilot-basic-ts",
|
|
53
|
-
"name": "custom-copilot-basic",
|
|
54
|
-
"language": "typescript",
|
|
55
|
-
"displayName": "General Teams Agent",
|
|
56
|
-
"description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"id": "custom-copilot-basic-js",
|
|
60
|
-
"name": "custom-copilot-basic",
|
|
61
|
-
"language": "javascript",
|
|
62
|
-
"displayName": "General Teams Agent",
|
|
63
|
-
"description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"id": "custom-copilot-basic-csharp",
|
|
67
|
-
"name": "custom-copilot-basic",
|
|
68
|
-
"language": "csharp",
|
|
69
|
-
"displayName": "General Teams Agent",
|
|
70
|
-
"description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"id": "custom-copilot-basic-python",
|
|
74
|
-
"name": "custom-copilot-basic",
|
|
75
|
-
"language": "python",
|
|
76
|
-
"displayName": "General Teams Agent",
|
|
77
|
-
"description": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"id": "custom-copilot-rag-customize-ts",
|
|
81
|
-
"name": "custom-copilot-rag-customize",
|
|
82
|
-
"language": "typescript",
|
|
83
|
-
"displayName": "Teams Agent with Data from Customized Source",
|
|
84
|
-
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"id": "custom-copilot-rag-customize-js",
|
|
88
|
-
"name": "custom-copilot-rag-customize",
|
|
89
|
-
"language": "javascript",
|
|
90
|
-
"displayName": "Teams Agent with Data from Customized Source",
|
|
91
|
-
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"id": "custom-copilot-rag-customize-csharp",
|
|
95
|
-
"name": "custom-copilot-rag-customize",
|
|
96
|
-
"language": "csharp",
|
|
97
|
-
"displayName": "Teams Agent with Data from Customized Source",
|
|
98
|
-
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"id": "custom-copilot-rag-customize-python",
|
|
102
|
-
"name": "custom-copilot-rag-customize",
|
|
103
|
-
"language": "python",
|
|
104
|
-
"displayName": "Teams Agent with Data from Customized Source",
|
|
105
|
-
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"id": "custom-copilot-rag-azure-ai-search-ts",
|
|
109
|
-
"name": "custom-copilot-rag-azure-ai-search",
|
|
110
|
-
"language": "typescript",
|
|
111
|
-
"displayName": "Teams Agent with Data from Azure AI Search",
|
|
112
|
-
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"id": "custom-copilot-rag-azure-ai-search-js",
|
|
116
|
-
"name": "custom-copilot-rag-azure-ai-search",
|
|
117
|
-
"language": "javascript",
|
|
118
|
-
"displayName": "Teams Agent with Data from Azure AI Search",
|
|
119
|
-
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"id": "custom-copilot-rag-azure-ai-search-csharp",
|
|
123
|
-
"name": "custom-copilot-rag-azure-ai-search",
|
|
124
|
-
"language": "csharp",
|
|
125
|
-
"displayName": "Teams Agent with Data from Azure AI Search",
|
|
126
|
-
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"id": "custom-copilot-rag-azure-ai-search-python",
|
|
130
|
-
"name": "custom-copilot-rag-azure-ai-search",
|
|
131
|
-
"language": "python",
|
|
132
|
-
"displayName": "Teams Agent with Data from Azure AI Search",
|
|
133
|
-
"description": "Agent that uses your content and knowledge to accurately answer domain-specific questions"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"id": "teams-collaborator-agent-ts",
|
|
137
|
-
"name": "teams-collaborator-agent",
|
|
138
|
-
"language": "typescript",
|
|
139
|
-
"displayName": "Teams Collaborator Agent",
|
|
140
|
-
"description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"id": "teams-collaborator-agent-csharp",
|
|
144
|
-
"name": "teams-collaborator-agent",
|
|
145
|
-
"language": "csharp",
|
|
146
|
-
"displayName": "Teams Collaborator Agent",
|
|
147
|
-
"description": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"id": "basic-tab-ts",
|
|
151
|
-
"name": "non-sso-tab",
|
|
152
|
-
"language": "typescript",
|
|
153
|
-
"displayName": "Tab",
|
|
154
|
-
"description": "A simple implementation of a web app that's ready to customize"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"id": "default-bot-ts",
|
|
158
|
-
"name": "default-bot",
|
|
159
|
-
"language": "typescript",
|
|
160
|
-
"displayName": "Simple Bot",
|
|
161
|
-
"description": "A simple implementation of an echo bot that's ready for customization"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"id": "default-bot-js",
|
|
165
|
-
"name": "default-bot",
|
|
166
|
-
"language": "javascript",
|
|
167
|
-
"displayName": "Simple Bot",
|
|
168
|
-
"description": "A simple implementation of an echo bot that's ready for customization"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"id": "default-bot-python",
|
|
172
|
-
"name": "default-bot",
|
|
173
|
-
"language": "python",
|
|
174
|
-
"displayName": "Simple Bot",
|
|
175
|
-
"description": "A simple implementation of an echo bot that's ready for customization"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"id": "message-extension-v2-ts",
|
|
179
|
-
"name": "default-message-extension",
|
|
180
|
-
"language": "typescript",
|
|
181
|
-
"displayName": "Message Extension",
|
|
182
|
-
"description": "Receive user input, process it, and send customized results"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"id": "message-extension-v2-python",
|
|
186
|
-
"name": "default-message-extension",
|
|
187
|
-
"language": "python",
|
|
188
|
-
"displayName": "Message Extension",
|
|
189
|
-
"description": "Receive user input, process it, and send customized results"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"id": "empty-csharp",
|
|
193
|
-
"name": "empty",
|
|
194
|
-
"language": "csharp",
|
|
195
|
-
"displayName": "Empty Project",
|
|
196
|
-
"description": "Start with a minimal Teams app project"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"id": "message-extension-search-csharp",
|
|
200
|
-
"name": "message-extension-search",
|
|
201
|
-
"language": "csharp",
|
|
202
|
-
"displayName": "Message Extension (Search)",
|
|
203
|
-
"description": "Search-based message extension for Teams"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"id": "basic-tab-csharp",
|
|
207
|
-
"name": "non-sso-tab",
|
|
208
|
-
"language": "csharp",
|
|
209
|
-
"displayName": "Basic Tab",
|
|
210
|
-
"description": "Simple Teams Tab App"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"id": "default-bot-csharp",
|
|
214
|
-
"name": "default-bot",
|
|
215
|
-
"language": "csharp",
|
|
216
|
-
"displayName": "Echo Bot",
|
|
217
|
-
"description": "A simple implementation of an echo bot that's ready for customization"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"id": "message-extension-v2-csharp",
|
|
221
|
-
"name": "default-message-extension",
|
|
222
|
-
"language": "csharp",
|
|
223
|
-
"displayName": "Message Extension",
|
|
224
|
-
"description": "Receive user input, process it, and send customized results"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"id": "graph-connector-ts",
|
|
228
|
-
"name": "graph-connector",
|
|
229
|
-
"language": "typescript",
|
|
230
|
-
"displayName": "Copilot Connector",
|
|
231
|
-
"description": "Embed your organization data to make it searchable in Microsoft 365 Copilot"
|
|
232
|
-
}
|
|
233
|
-
]
|
package/templates/metadata.zip
DELETED
|
Binary file
|
|
@@ -1,30 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,124 +0,0 @@
|
|
|
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
|
-
}
|