@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,154 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.inputOrSearchAPISpecNode = exports.apiSpecWithSearchNode = exports.apiSpecNode = exports.llmServiceNode = exports.azureOpenAINode = void 0;
|
|
6
|
-
const featureFlags_1 = require("../../common/featureFlags");
|
|
7
|
-
const localizeUtils_1 = require("../../common/localizeUtils");
|
|
8
|
-
const create_1 = require("../create");
|
|
9
|
-
const questionNames_1 = require("../questionNames");
|
|
10
|
-
function azureOpenAINode(condition) {
|
|
11
|
-
return {
|
|
12
|
-
condition: condition,
|
|
13
|
-
data: {
|
|
14
|
-
type: "text",
|
|
15
|
-
password: true,
|
|
16
|
-
name: questionNames_1.QuestionNames.AzureOpenAIKey,
|
|
17
|
-
title: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.azureOpenAIKey.title"),
|
|
18
|
-
placeholder: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.azureOpenAIKey.placeholder"),
|
|
19
|
-
},
|
|
20
|
-
children: [
|
|
21
|
-
{
|
|
22
|
-
condition: (inputs) => {
|
|
23
|
-
var _a;
|
|
24
|
-
return ((_a = inputs[questionNames_1.QuestionNames.AzureOpenAIKey]) === null || _a === void 0 ? void 0 : _a.length) > 0;
|
|
25
|
-
},
|
|
26
|
-
data: {
|
|
27
|
-
type: "text",
|
|
28
|
-
name: questionNames_1.QuestionNames.AzureOpenAIEndpoint,
|
|
29
|
-
title: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.azureOpenAIEndpoint.title"),
|
|
30
|
-
placeholder: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder"),
|
|
31
|
-
},
|
|
32
|
-
children: [
|
|
33
|
-
{
|
|
34
|
-
condition: (inputs) => {
|
|
35
|
-
var _a;
|
|
36
|
-
return ((_a = inputs[questionNames_1.QuestionNames.AzureOpenAIEndpoint]) === null || _a === void 0 ? void 0 : _a.length) > 0;
|
|
37
|
-
},
|
|
38
|
-
data: {
|
|
39
|
-
type: "text",
|
|
40
|
-
name: questionNames_1.QuestionNames.AzureOpenAIDeploymentName,
|
|
41
|
-
title: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title"),
|
|
42
|
-
placeholder: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder"),
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
],
|
|
46
|
-
},
|
|
47
|
-
],
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
exports.azureOpenAINode = azureOpenAINode;
|
|
51
|
-
function llmServiceNode(condition) {
|
|
52
|
-
return {
|
|
53
|
-
condition: condition,
|
|
54
|
-
data: {
|
|
55
|
-
type: "singleSelect",
|
|
56
|
-
name: questionNames_1.QuestionNames.LLMService,
|
|
57
|
-
title: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.title"),
|
|
58
|
-
placeholder: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.placeholder"),
|
|
59
|
-
staticOptions: [
|
|
60
|
-
{
|
|
61
|
-
id: "llm-service-azure-openai",
|
|
62
|
-
label: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmServiceAzureOpenAIOption.label"),
|
|
63
|
-
detail: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmServiceAzureOpenAIOption.detail"),
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
id: "llm-service-openai",
|
|
67
|
-
label: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmServiceOpenAIOption.label"),
|
|
68
|
-
detail: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmServiceOpenAIOption.detail"),
|
|
69
|
-
},
|
|
70
|
-
],
|
|
71
|
-
skipSingleOption: true,
|
|
72
|
-
default: "llm-service-azure-openai",
|
|
73
|
-
},
|
|
74
|
-
children: [
|
|
75
|
-
azureOpenAINode({ equals: "llm-service-azure-openai" }),
|
|
76
|
-
{
|
|
77
|
-
condition: { equals: "llm-service-openai" },
|
|
78
|
-
data: {
|
|
79
|
-
type: "text",
|
|
80
|
-
password: true,
|
|
81
|
-
name: questionNames_1.QuestionNames.OpenAIKey,
|
|
82
|
-
title: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.openAIKey.title"),
|
|
83
|
-
placeholder: (0, localizeUtils_1.getLocalizedString)("core.createProjectQuestion.llmService.openAIKey.placeholder"),
|
|
84
|
-
},
|
|
85
|
-
},
|
|
86
|
-
],
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
exports.llmServiceNode = llmServiceNode;
|
|
90
|
-
function apiSpecNode(condition) {
|
|
91
|
-
return {
|
|
92
|
-
condition: condition,
|
|
93
|
-
data: { type: "group", name: questionNames_1.QuestionNames.FromExistingApi },
|
|
94
|
-
children: [
|
|
95
|
-
{
|
|
96
|
-
data: (0, create_1.apiSpecLocationQuestion)(),
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
condition: (inputs) => {
|
|
100
|
-
return !inputs[questionNames_1.QuestionNames.ActionManifestPath];
|
|
101
|
-
},
|
|
102
|
-
data: (0, create_1.apiOperationQuestion)(),
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
exports.apiSpecNode = apiSpecNode;
|
|
108
|
-
function apiSpecWithSearchNode() {
|
|
109
|
-
return {
|
|
110
|
-
data: { type: "group", name: questionNames_1.QuestionNames.FromExistingApi },
|
|
111
|
-
condition: { equals: "api-spec" },
|
|
112
|
-
children: [inputOrSearchAPISpecNode()],
|
|
113
|
-
};
|
|
114
|
-
}
|
|
115
|
-
exports.apiSpecWithSearchNode = apiSpecWithSearchNode;
|
|
116
|
-
function inputOrSearchAPISpecNode() {
|
|
117
|
-
return {
|
|
118
|
-
data: (0, create_1.apiSpecTypeSelectQuestion)(),
|
|
119
|
-
condition: (inputs) => {
|
|
120
|
-
return featureFlags_1.featureFlagManager.getBooleanValue(featureFlags_1.FeatureFlags.KiotaNPMIntegration);
|
|
121
|
-
},
|
|
122
|
-
children: [
|
|
123
|
-
{
|
|
124
|
-
condition: { equals: "enter-url-or-open-local-file" },
|
|
125
|
-
data: (0, create_1.apiSpecLocationQuestion)(),
|
|
126
|
-
children: [
|
|
127
|
-
{
|
|
128
|
-
condition: (inputs) => {
|
|
129
|
-
return !inputs[questionNames_1.QuestionNames.ActionManifestPath];
|
|
130
|
-
},
|
|
131
|
-
data: (0, create_1.apiOperationQuestion)(true, true),
|
|
132
|
-
},
|
|
133
|
-
],
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
condition: { equals: "search-api" },
|
|
137
|
-
data: (0, create_1.searchOpenAPISpecQueryQuestion)(),
|
|
138
|
-
children: [
|
|
139
|
-
{
|
|
140
|
-
data: (0, create_1.selectOpenApiSpecQuestion)(),
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
condition: (inputs) => {
|
|
144
|
-
return !!inputs[questionNames_1.QuestionNames.SelectOpenApiSpec];
|
|
145
|
-
},
|
|
146
|
-
data: (0, create_1.apiOperationQuestion)(true, true),
|
|
147
|
-
},
|
|
148
|
-
],
|
|
149
|
-
},
|
|
150
|
-
],
|
|
151
|
-
};
|
|
152
|
-
}
|
|
153
|
-
exports.inputOrSearchAPISpecNode = inputOrSearchAPISpecNode;
|
|
154
|
-
//# sourceMappingURL=commonNodes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commonNodes.js","sourceRoot":"","sources":["../../../src/question/scaffold/commonNodes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constructNode.d.ts","sourceRoot":"","sources":["../../../src/question/scaffold/constructNode.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAwB,MAAM,wBAAwB,CAAC;AAK1E,wBAAgB,aAAa,CAAC,WAAW,EAAE,MAAM,GAAG,UAAU,CAqC7D"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.constructNode = void 0;
|
|
6
|
-
const localizeUtils_1 = require("../../common/localizeUtils");
|
|
7
|
-
const commonNodes_1 = require("./commonNodes");
|
|
8
|
-
const CapabilityOptions_1 = require("./vsc/CapabilityOptions");
|
|
9
|
-
function constructNode(jsonContent) {
|
|
10
|
-
const jsonObject = JSON.parse(jsonContent);
|
|
11
|
-
if (jsonObject.node === "llmServiceNode") {
|
|
12
|
-
return (0, commonNodes_1.llmServiceNode)(jsonObject.condition);
|
|
13
|
-
}
|
|
14
|
-
else if (jsonObject.node === "apiSpecNode") {
|
|
15
|
-
return (0, commonNodes_1.apiSpecNode)(jsonObject.condition);
|
|
16
|
-
}
|
|
17
|
-
else if (jsonObject.node === "azureOpenAINode") {
|
|
18
|
-
return (0, commonNodes_1.azureOpenAINode)(jsonObject.condition);
|
|
19
|
-
}
|
|
20
|
-
const data = {
|
|
21
|
-
type: jsonObject.data.type,
|
|
22
|
-
name: jsonObject.data.name,
|
|
23
|
-
title: (0, localizeUtils_1.getLocalizedString)(jsonObject.data.title),
|
|
24
|
-
placeholder: (0, localizeUtils_1.getLocalizedString)(jsonObject.data.placeholder),
|
|
25
|
-
onDidSelection: CapabilityOptions_1.setTemplateName,
|
|
26
|
-
staticOptions: [],
|
|
27
|
-
};
|
|
28
|
-
for (const option of jsonObject.data.options) {
|
|
29
|
-
data.staticOptions.push({
|
|
30
|
-
id: option.id,
|
|
31
|
-
label: (0, localizeUtils_1.getLocalizedString)(option.label),
|
|
32
|
-
detail: (0, localizeUtils_1.getLocalizedString)(option.detail),
|
|
33
|
-
data: option.data,
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
const node = {
|
|
37
|
-
data: data,
|
|
38
|
-
};
|
|
39
|
-
if (jsonObject.condition) {
|
|
40
|
-
node.condition = jsonObject.condition;
|
|
41
|
-
}
|
|
42
|
-
for (const option of jsonObject.children) {
|
|
43
|
-
const childNode = constructNode(JSON.stringify(option));
|
|
44
|
-
node.children = node.children || [];
|
|
45
|
-
node.children.push(childNode);
|
|
46
|
-
}
|
|
47
|
-
return node;
|
|
48
|
-
}
|
|
49
|
-
exports.constructNode = constructNode;
|
|
50
|
-
//# sourceMappingURL=constructNode.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constructNode.js","sourceRoot":"","sources":["../../../src/question/scaffold/constructNode.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAGlC,8DAAgE;AAChE,+CAA6E;AAC7E,+DAA0D;AAE1D,SAAgB,aAAa,CAAC,WAAmB;IAC/C,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAC3C,IAAI,UAAU,CAAC,IAAI,KAAK,gBAAgB,EAAE;QACxC,OAAO,IAAA,4BAAc,EAAC,UAAU,CAAC,SAAS,CAAC,CAAC;KAC7C;SAAM,IAAI,UAAU,CAAC,IAAI,KAAK,aAAa,EAAE;QAC5C,OAAO,IAAA,yBAAW,EAAC,UAAU,CAAC,SAAS,CAAC,CAAC;KAC1C;SAAM,IAAI,UAAU,CAAC,IAAI,KAAK,iBAAiB,EAAE;QAChD,OAAO,IAAA,6BAAe,EAAC,UAAU,CAAC,SAAS,CAAC,CAAC;KAC9C;IACD,MAAM,IAAI,GAAa;QACrB,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,IAAI;QAC1B,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,IAAI;QAC1B,KAAK,EAAE,IAAA,kCAAkB,EAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC;QAChD,WAAW,EAAE,IAAA,kCAAkB,EAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC;QAC5D,cAAc,EAAE,mCAAe;QAC/B,aAAa,EAAE,EAAE;KAClB,CAAC;IACF,KAAK,MAAM,MAAM,IAAI,UAAU,CAAC,IAAI,CAAC,OAAO,EAAE;QAC3C,IAAI,CAAC,aAA8B,CAAC,IAAI,CAAC;YACxC,EAAE,EAAE,MAAM,CAAC,EAAE;YACb,KAAK,EAAE,IAAA,kCAAkB,EAAC,MAAM,CAAC,KAAK,CAAC;YACvC,MAAM,EAAE,IAAA,kCAAkB,EAAC,MAAM,CAAC,MAAM,CAAC;YACzC,IAAI,EAAE,MAAM,CAAC,IAAI;SAClB,CAAC,CAAC;KACJ;IACD,MAAM,IAAI,GAAe;QACvB,IAAI,EAAE,IAAI;KACX,CAAC;IACF,IAAI,UAAU,CAAC,SAAS,EAAE;QACxB,IAAI,CAAC,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC;KACvC;IACD,KAAK,MAAM,MAAM,IAAI,UAAU,CAAC,QAAQ,EAAE;QACxC,MAAM,SAAS,GAAG,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC;QACpC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC/B;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AArCD,sCAqCC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Jednoduchá implementace echo robota, který je připravený k přizpůsobení",
|
|
3
|
-
"template.teams.others.bot.label": "Basic Bot",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Přijmout uživatelský vstup, zpracovat ho a odeslat přizpůsobené výsledky",
|
|
5
|
-
"template.teams.others.messageExtension.label": "Rozšíření zprávy",
|
|
6
|
-
"template.teams.others.tab.detail": "Jednoduchá implementace webové aplikace, která je připravená k přizpůsobení",
|
|
7
|
-
"template.teams.others.tab.label": "Karta Základní",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Inteligentní agent vytvořený pomocí sady SDK pro agenty Microsoft 365, který se připojuje k vašemu modelu LLM",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Základní vlastní agent modulu",
|
|
10
|
-
"template.teams.general.detail": "Agent, který chatuje s uživateli v Microsoft Teams, vytvořený pomocí knihovny Teams AI, a připojuje se k modelům LLM",
|
|
11
|
-
"template.teams.general.label": "Základní agent pro Teams",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Vyberte možnost pro načtení dat.",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Umožňuje načíst data ze služby Azure AI Vyhledávač.",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Azure AI Vyhledávač",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "Umožňuje načíst data z vlastních rozhraní API na základě dokumentu s popisem OpenAPI.",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "Vlastní rozhraní API",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "Rozhodněte, jak načíst data.",
|
|
18
|
-
"template.teams.rag.source.customize.label": "Přizpůsobit",
|
|
19
|
-
"template.teams.rag.detail": "Agent, který využívá váš obsah a znalosti k přesnému odpovídání na otázky specifické pro danou oblast.",
|
|
20
|
-
"template.teams.rag.label": "Chat s vašimi daty",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "Agent předpovědi počasí, který je vytvořený pomocí sady SDK pro agenty Microsoft 365 a LangChain",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Agent počasí",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Vyberte možnost",
|
|
24
|
-
"template.customEngineAgent.title": "Funkce aplikace využívající sadu SDK pro agenty Microsoft 365"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Eine einfache Implementierung eines Echobots, der angepasst werden kann",
|
|
3
|
-
"template.teams.others.bot.label": "Grundlegender Bot",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Benutzereingaben empfangen, verarbeiten und benutzerdefinierte Ergebnisse senden",
|
|
5
|
-
"template.teams.others.messageExtension.label": "Nachrichtenerweiterung",
|
|
6
|
-
"template.teams.others.tab.detail": "Eine einfache Implementierung einer Web-App, die zum Anpassen bereit ist",
|
|
7
|
-
"template.teams.others.tab.label": "Standardregisterkarte",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Intelligenter Agent, der mit dem Microsoft 365 Agents SDK erstellt wurde und eine Verbindung zu Ihrem LLM herstellt",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Benutzerdefinierter Basic-Engine-Agent",
|
|
10
|
-
"template.teams.general.detail": "Agent, der mit Benutzenden in Microsoft Teams chattet, mit der Teams AI Library erstellt wurde und eine Verbindung zu LLMs herstellt",
|
|
11
|
-
"template.teams.general.label": "Basic-Agent für Microsoft Teams",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Wählen Sie eine Option zum Laden Ihrer Daten aus.",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Laden Sie Ihre Daten aus dem Azure KI-Suchdienst",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Azure KI-Suche",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "Laden Sie Ihre Daten basierend auf dem OpenAPI-Beschreibungsdokument aus benutzerdefinierten APIs",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "Benutzerdefinierte API",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "Entscheiden Sie, wie Ihre Daten geladen werden sollen",
|
|
18
|
-
"template.teams.rag.source.customize.label": "Anpassen",
|
|
19
|
-
"template.teams.rag.detail": "Agent, der Ihre Inhalte und Ihr Wissen nutzt, um domänenspezifische Fragen präzise zu beantworten",
|
|
20
|
-
"template.teams.rag.label": "Stellen Sie Fragen zu Ihren Daten",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "Ein Wettervorhersage-Agent, der mit Microsoft 365 Agents SDK und LangChain erstellt wird",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Wetter-Agent",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Option auswählen",
|
|
24
|
-
"template.customEngineAgent.title": "App-Feature mit Microsoft 365 Agents SDK"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Una implementación sencilla de un bot de eco que está listo para la personalización",
|
|
3
|
-
"template.teams.others.bot.label": "Bot básico",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Recibir la entrada del usuario, procesarla y enviar resultados personalizados",
|
|
5
|
-
"template.teams.others.messageExtension.label": "Extensión de mensajes",
|
|
6
|
-
"template.teams.others.tab.detail": "Implementación sencilla de una aplicación web que está lista para personalizar",
|
|
7
|
-
"template.teams.others.tab.label": "Pestaña Básico",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Agente inteligente compilado con el SDK de agentes de Microsoft 365 que se conecta al LLM",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Agente de motor personalizado Básico",
|
|
10
|
-
"template.teams.general.detail": "Agente que chatea con usuarios en Microsoft Teams, compilado con la biblioteca de IA de Teams y que se conecta a LLM",
|
|
11
|
-
"template.teams.general.label": "Agente Básico para Teams",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Seleccione una opción para cargar los datos",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Cargue los datos del servicio de Búsqueda de Azure AI",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "búsqueda de Azure AI",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "Carga de datos desde API personalizadas basadas en el documento de descripción de OpenAPI",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "API personalizada",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "Decidir cómo cargar los datos",
|
|
18
|
-
"template.teams.rag.source.customize.label": "Personalizar",
|
|
19
|
-
"template.teams.rag.detail": "Agente que utiliza su contenido y conocimientos para responder con precisión a preguntas específicas del dominio",
|
|
20
|
-
"template.teams.rag.label": "Interactuar con sus datos",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "Un agente de previsión meteorológica, que se compila con el SDK de agentes de Microsoft 365 y LangChain",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Agente de El Tiempo",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Seleccionar una opción",
|
|
24
|
-
"template.customEngineAgent.title": "Características de la aplicación que utilizan el SDK de agentes de Microsoft 365"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Implémentation simple d’un bot d’écho prêt pour la personnalisation",
|
|
3
|
-
"template.teams.others.bot.label": "Bot de base",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Recevoir l’entrée utilisateur, la traiter et envoyer des résultats personnalisés",
|
|
5
|
-
"template.teams.others.messageExtension.label": "Message Extension",
|
|
6
|
-
"template.teams.others.tab.detail": "Implémentation simple d’une application web prête à être personnalisée",
|
|
7
|
-
"template.teams.others.tab.label": "Onglet De base",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Agent intelligent conçu avec Microsoft 365 Agents SDK et qui se connecte à votre LLM",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Agent de moteur personnalisé de base",
|
|
10
|
-
"template.teams.general.detail": "Assistant qui discute avec des utilisateurs dans Teams, construit avec la bibliothèque d’IA Teams et se connecte aux LLM",
|
|
11
|
-
"template.teams.general.label": "Assistant de base pour Teams",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Sélectionnez une option pour charger vos données",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Chargez vos données depuis le service Recherche Azure AI",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Recherche Azure AI",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "Chargez vos données à partir d’API personnalisées en fonction du document de description OpenAPI",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "API personnalisée",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "Décidez comment charger vos données",
|
|
18
|
-
"template.teams.rag.source.customize.label": "Personnaliser",
|
|
19
|
-
"template.teams.rag.detail": "Assistant qui utilise votre contenu et vos connaissances pour répondre avec précision aux questions propres au domaine.",
|
|
20
|
-
"template.teams.rag.label": "Converser avec vos données",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "Agent de prévisions météo, conçu avec Microsoft 365 Agents SDK et LangChain",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Agent météo",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Sélectionnez une option",
|
|
24
|
-
"template.customEngineAgent.title": "Fonctionnalités de l’application utilisant Microsoft 365 Agents SDK"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Semplice implementazione di un echo bot pronto per la personalizzazione",
|
|
3
|
-
"template.teams.others.bot.label": "Bot Basic",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Ricevi input dell'utente, elaboralo e invia risultati personalizzati",
|
|
5
|
-
"template.teams.others.messageExtension.label": "Estensione messaggio",
|
|
6
|
-
"template.teams.others.tab.detail": "Semplice implementazione di un'app Web pronta per la personalizzazione",
|
|
7
|
-
"template.teams.others.tab.label": "Scheda di base",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Agente intelligente creato con l'SDK per agenti Microsoft 365 e che si connette a un LLM",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Agente del motore personalizzato di base",
|
|
10
|
-
"template.teams.general.detail": "Agente che chatta con gli utenti in Teams, creato con la libreria di IA di Teams e che si connette a LLM",
|
|
11
|
-
"template.teams.general.label": "Agente di base per Teams",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Selezionare un'opzione per caricare i dati",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Caricare i dati da servizio di Azure Al Search",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Azure AI Search",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "Caricare i dati dalle API personalizzate in base al documento di descrizione OpenAPI",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "API personalizzata",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "Decidere come caricare i dati",
|
|
18
|
-
"template.teams.rag.source.customize.label": "Personalizza",
|
|
19
|
-
"template.teams.rag.detail": "Agente che usa il contenuto e le conoscenze per rispondere in modo accurato a domande specifiche del dominio",
|
|
20
|
-
"template.teams.rag.label": "Analizzare i dati in chat",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "Agente di previsioni meteo creato con SDK per agenti Microsoft 365 e LangChain",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Agente Meteo",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Selezionare un'opzione",
|
|
24
|
-
"template.customEngineAgent.title": "Funzionalità dell'app con SDK per agenti Microsoft 365"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "カスタマイズに対応したエコー ボットの簡単な実装",
|
|
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.basicCustomEngineAgent.detail": "Microsoft 365 エージェント SDK で構築され、LLM に接続するインテリジェント エージェント",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "基本的なカスタム エンジン エージェント",
|
|
10
|
-
"template.teams.general.detail": "Teams AI ライブラリを使用して構築された Teams でユーザーとチャットし、LLM に接続するエージェント",
|
|
11
|
-
"template.teams.general.label": "Teams の基本エージェント",
|
|
12
|
-
"template.teams.rag.source.placeholder": "データを読み込むオプションを選択します",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Azure AI Search Service からデータを読み込みます",
|
|
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 エージェント SDK と LangChain を使用して構築された天気予報エージェント",
|
|
22
|
-
"template.customEngineAgent.weather.label": "天気エージェント",
|
|
23
|
-
"template.customEngineAgent.placeholder": "オプションを選択します",
|
|
24
|
-
"template.customEngineAgent.title": "Microsoft 365 エージェント SDK を使用したアプリ機能"
|
|
25
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.customEngineAgent.basic.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
|
|
3
|
-
"template.customEngineAgent.basic.label": "Basic Custom Engine Agent",
|
|
4
|
-
"template.customEngineAgent.placeholder": "Select an option",
|
|
5
|
-
"template.customEngineAgent.title": "App Features Using Microsoft 365 Agents SDK",
|
|
6
|
-
"template.customEngineAgent.travel.detail": "A travel planning agent, which is built with Microsoft 365 Agents SDK, Microsoft 365 Retrieval API and Agent Framework",
|
|
7
|
-
"template.customEngineAgent.travel.label": "Travel Agent",
|
|
8
|
-
"template.customEngineAgent.weather.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
|
|
9
|
-
"template.customEngineAgent.weather.label": "Weather Agent",
|
|
10
|
-
"template.teams.collaboratorAgent.detail": "Agent that enhances collaboration in group chat, channels or meetings through summarization, task management, and conversation search",
|
|
11
|
-
"template.teams.collaboratorAgent.label": "Teams Collaborator Agent",
|
|
12
|
-
"template.teams.general.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
|
|
13
|
-
"template.teams.general.label": "General Teams Agent",
|
|
14
|
-
"template.teams.others.bot.detail": "A simple implementation of an echo bot that's ready for customization",
|
|
15
|
-
"template.teams.others.bot.label": "Simple Bot",
|
|
16
|
-
"template.teams.others.capability.title": "Teams Capability",
|
|
17
|
-
"template.teams.others.detail": "App that uses tab, bot and message extension",
|
|
18
|
-
"template.teams.others.label": "Other Teams Capabilities",
|
|
19
|
-
"template.teams.others.messageExtension.detail": "Receive user input, process it, and send customized results",
|
|
20
|
-
"template.teams.others.messageExtension.label": "Message Extension",
|
|
21
|
-
"template.teams.others.tab.detail": "A simple implementation of a web app that's ready to customize",
|
|
22
|
-
"template.teams.others.tab.label": "Tab",
|
|
23
|
-
"template.teams.rag.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
|
|
24
|
-
"template.teams.rag.label": "Teams Agent with Data",
|
|
25
|
-
"template.teams.rag.source.azureAISearch.detail": "Load your data from Azure AI Search service",
|
|
26
|
-
"template.teams.rag.source.azureAISearch.label": "Azure AI Search",
|
|
27
|
-
"template.teams.rag.source.customApi.detail": "Load your data from custom APIs based on OpenAPI description document",
|
|
28
|
-
"template.teams.rag.source.customApi.label": "Custom API",
|
|
29
|
-
"template.teams.rag.source.customize.detail": "Decide how to load your data",
|
|
30
|
-
"template.teams.rag.source.customize.label": "Customize",
|
|
31
|
-
"template.teams.rag.source.placeholder": "Select an option to load your data",
|
|
32
|
-
"template.teams.title": "Teams Agent or App Using Microsoft Teams SDK"
|
|
33
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "사용자 지정할 준비가 된 에코 봇의 간단한 구현",
|
|
3
|
-
"template.teams.others.bot.label": "기본 봇",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "사용자 입력 수신, 처리 및 사용자 지정 결과 보내기",
|
|
5
|
-
"template.teams.others.messageExtension.label": "메시지 확장",
|
|
6
|
-
"template.teams.others.tab.detail": "사용자 지정할 준비가 된 웹앱의 간단한 구현",
|
|
7
|
-
"template.teams.others.tab.label": "기본 탭",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Microsoft 365 에이전트 SDK로 구축되고 LLM에 연결되는 지능형 에이전트",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "기본 사용자 지정 엔진 에이전트",
|
|
10
|
-
"template.teams.general.detail": "Teams AI 라이브러리를 사용하여 구축된 Teams에서 사용자와 채팅하고 LLM에 연결하는 에이전트",
|
|
11
|
-
"template.teams.general.label": "Teams용 기본 에이전트",
|
|
12
|
-
"template.teams.rag.source.placeholder": "데이터를 로드하는 옵션 선택",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Azure AI Search Service 데이터 로드",
|
|
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 에이전트 SDK 및 LangChain을 사용하여 구축된 날씨 예측 에이전트",
|
|
22
|
-
"template.customEngineAgent.weather.label": "날씨 에이전트",
|
|
23
|
-
"template.customEngineAgent.placeholder": "옵션 선택",
|
|
24
|
-
"template.customEngineAgent.title": "Microsoft 365 에이전트 SDK를 사용하는 앱 기능"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Prosta implementacja bota echa gotowego do dostosowania",
|
|
3
|
-
"template.teams.others.bot.label": "Bot podstawowy",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Odbieraj dane wejściowe użytkownika, przetwarzaj je i wysyłaj dostosowane wyniki",
|
|
5
|
-
"template.teams.others.messageExtension.label": "Rozszerzenie Message",
|
|
6
|
-
"template.teams.others.tab.detail": "Prosta implementacja aplikacji internetowej, którą można dostosowywać",
|
|
7
|
-
"template.teams.others.tab.label": "Karta podstawowa",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Inteligentny agent utworzony przy użyciu zestawu Microsoft 365 Agents SDK i łączący się z Twoim dużym modelem językowym",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Podstawowy agent aparatu niestandardowego",
|
|
10
|
-
"template.teams.general.detail": "Agent, który rozmawia z użytkownikami w usłudze Teams utworzonej za pomocą biblioteki AI usługi Teams i łączy się z dużymi modelami językowymi",
|
|
11
|
-
"template.teams.general.label": "Agent podstawowy dla usługi Teams",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Wybierz opcję ładowania danych",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Załaduj dane z platformy Wyszukiwanie AI platformy Azure",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Wyszukiwanie AI platformy Azure",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "Załaduj dane z niestandardowych interfejsów API na podstawie dokumentu opisu interfejsu OpenAPI",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "Niestandardowy interfejs API",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "Zdecyduj, jak załadować dane",
|
|
18
|
-
"template.teams.rag.source.customize.label": "Dostosuj",
|
|
19
|
-
"template.teams.rag.detail": "Agent, który używa Twojej zawartości i wiedzy do dokładnego odpowiadania na pytania specyficzne dla domeny",
|
|
20
|
-
"template.teams.rag.label": "Porozmawiaj ze swoimi danymi",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "Agent prognozy pogody utworzony przy użyciu zestawu Microsoft 365 Agents SDK i języka LangChain",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Agent pogody",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Wybierz opcję",
|
|
24
|
-
"template.customEngineAgent.title": "Funkcje aplikacji przy użyciu zestawu SDK agentów usługi Microsoft 365"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Uma implementação simples de um bot de eco que está pronto para personalização",
|
|
3
|
-
"template.teams.others.bot.label": "Bot Básico",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Receber entrada do usuário, processá-la e enviar resultados personalizados",
|
|
5
|
-
"template.teams.others.messageExtension.label": "Extensão de Mensagem",
|
|
6
|
-
"template.teams.others.tab.detail": "Uma implementação simples de um aplicativo da web pronto para personalizar",
|
|
7
|
-
"template.teams.others.tab.label": "Guia Básica",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Agente inteligente criado com o SDK de Agentes do Microsoft 365 e conectado ao seu LLM",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Agente Básico de Mecanismo Personalizado",
|
|
10
|
-
"template.teams.general.detail": "Agente que conversa com usuários no Teams, criado com a Biblioteca de IA do Teams e se conecta a LLMs",
|
|
11
|
-
"template.teams.general.label": "Agente Básico para o Teams",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Selecione uma opção para carregar seus dados",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Carregar seus dados do serviço de Pesquisa de IA do Azure",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Pesquisa de IA do Azure",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "Carregue seus dados de APIs personalizadas com base no documento de descrição do OpenAPI",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "API Personalizada",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "Decida como carregar seus dados",
|
|
18
|
-
"template.teams.rag.source.customize.label": "Personalizar",
|
|
19
|
-
"template.teams.rag.detail": "Agente que usa seu conteúdo e conhecimento para responder com precisão a perguntas específicas de domínio",
|
|
20
|
-
"template.teams.rag.label": "Converse com seus dados",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "Um agente de previsão do clima criado com o SDK de Agentes do Microsoft 365 e LangChain",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Agente de Clima",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Selecione uma opção",
|
|
24
|
-
"template.customEngineAgent.title": "Recursos do Aplicativo que Usam o SDK de Agentes do Microsoft 365"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Простая реализация эхо-бота, готовая к настройке",
|
|
3
|
-
"template.teams.others.bot.label": "Базовый бот",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Получение пользовательских входных данных, их обработка и отправка настраиваемых результатов",
|
|
5
|
-
"template.teams.others.messageExtension.label": "Расширение для сообщений",
|
|
6
|
-
"template.teams.others.tab.detail": "Простая реализация веб-приложения, готового к настройке",
|
|
7
|
-
"template.teams.others.tab.label": "Вкладка \"Базовый\"",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Интеллектуальный агент, созданный с помощью Пакета SDK агентов Microsoft 365 и подключающийся к LLM",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Базовый пользовательский агент подсистемы",
|
|
10
|
-
"template.teams.general.detail": "Агент для общения в чате с пользователями в Teams, созданный с использованием библиотеки ИИ Teams и подключенный к большим языковым моделям",
|
|
11
|
-
"template.teams.general.label": "Базовый агент для Teams",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Выберите вариант загрузки данных",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Загрузить данные из службы \"Поиск с использованием ИИ Azure\"",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Поиск с использованием ИИ Azure",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "Загрузить данные из пользовательских API на основе документа с описанием OpenAPI",
|
|
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": "Агент прогноза погоды, созданный с помощью Пакета SDK агентов Microsoft 365 и LangChain",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Агент погоды",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Выберите вариант",
|
|
24
|
-
"template.customEngineAgent.title": "Функции приложения, использующие Пакет SDK агентов Microsoft 365"
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"template.teams.others.bot.detail": "Özelleştirilmeye hazır bir echo bota ilişkin basit uygulama",
|
|
3
|
-
"template.teams.others.bot.label": "Temel Bot",
|
|
4
|
-
"template.teams.others.messageExtension.detail": "Kullanıcı girişi alın, işleyin ve özelleştirilmiş sonuçlar gönderin",
|
|
5
|
-
"template.teams.others.messageExtension.label": "İleti Uzantısı",
|
|
6
|
-
"template.teams.others.tab.detail": "Özelleştirmeye hazır bir web uygulaması için basit bir uygulama",
|
|
7
|
-
"template.teams.others.tab.label": "Temel Sekme",
|
|
8
|
-
"template.basicCustomEngineAgent.detail": "Microsoft 365 Aracıları SDK'sı ile oluşturulan ve LLM'nize bağlanan akıllı aracı",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "Temel Özel Altyapı Aracısı",
|
|
10
|
-
"template.teams.general.detail": "Teams AI Kitaplığı ile oluşturulan ve LLM'lere bağlanan Teams'de kullanıcılarla sohbet eden aracı",
|
|
11
|
-
"template.teams.general.label": "Teams için Temel Aracı",
|
|
12
|
-
"template.teams.rag.source.placeholder": "Verinizi yüklemek için bir seçenek belirleyin",
|
|
13
|
-
"template.teams.rag.source.azureAISearch.detail": "Azure Yapay Zeka Arama hizmetinden kendi verilerinizi yükleyin",
|
|
14
|
-
"template.teams.rag.source.azureAISearch.label": "Azure Yapay Zeka Arama",
|
|
15
|
-
"template.teams.rag.source.customApi.detail": "OpenAPI açıklama belgesini temel alan özel API'lerden veri yükleyin",
|
|
16
|
-
"template.teams.rag.source.customApi.label": "Özel API",
|
|
17
|
-
"template.teams.rag.source.customize.detail": "Verilerinizi nasıl yükleyeceğinize karar verin",
|
|
18
|
-
"template.teams.rag.source.customize.label": "Özelleştir",
|
|
19
|
-
"template.teams.rag.detail": "Alanına özgü soruları doğru bir şekilde yanıtlamak için içeriğinizi ve bilgilerinizi kullanan aracı",
|
|
20
|
-
"template.teams.rag.label": "Verilerinizle Sohbet Edin",
|
|
21
|
-
"template.customEngineAgent.weather.detail": "Microsoft 365 Aracıları SDK'sı ve LangChain ile oluşturulan bir hava durumu tahmin aracı",
|
|
22
|
-
"template.customEngineAgent.weather.label": "Hava Durumu Aracısı",
|
|
23
|
-
"template.customEngineAgent.placeholder": "Bir seçenek belirleyin",
|
|
24
|
-
"template.customEngineAgent.title": "Microsoft 365 Aracıları SDK'sını Kullanan Uygulama Özellikleri"
|
|
25
|
-
}
|
|
@@ -1,25 +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.basicCustomEngineAgent.detail": "使用 Microsoft 365 智能体 SDK 构建并连接到 LLM 的智能代理",
|
|
9
|
-
"template.basicCustomEngineAgent.label": "基本自定义引擎智能体",
|
|
10
|
-
"template.teams.general.detail": "与使用 Teams AI 库构建的 Teams 中的用户聊天并连接到 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 智能体 SDK 和 LangChain 构建的天气预报智能体",
|
|
22
|
-
"template.customEngineAgent.weather.label": "天气智能体",
|
|
23
|
-
"template.customEngineAgent.placeholder": "选择选项",
|
|
24
|
-
"template.customEngineAgent.title": "使用 Microsoft 365 智能体 SDK 的应用功能"
|
|
25
|
-
}
|