@microsoft/teamsfx-core 3.0.9 → 3.0.10-alpha.845b0d258.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/featureFlags.d.ts +0 -31
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +1 -22
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/localizeUtils.d.ts.map +1 -1
- package/build/common/localizeUtils.js +36 -12
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/constants.d.ts +1 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +2 -1
- package/build/component/constants.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +1 -1
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +79 -4
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +7 -8
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +20 -0
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +152 -2
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +16 -6
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +3 -13
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +6 -4
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +13 -6
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +21 -25
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +1 -0
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +1 -0
- 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 +2 -12
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/utils/odrProvider.d.ts +49 -0
- package/build/component/utils/odrProvider.d.ts.map +1 -0
- package/build/component/utils/odrProvider.js +100 -0
- package/build/component/utils/odrProvider.js.map +1 -0
- package/build/core/FxCore.d.ts +4 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +96 -19
- package/build/core/FxCore.js.map +1 -1
- package/build/index.d.ts +2 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +5 -5
- package/build/index.js.map +1 -1
- package/build/question/collaborator.d.ts.map +1 -1
- package/build/question/collaborator.js +5 -8
- package/build/question/collaborator.js.map +1 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1 -3
- package/build/question/constants.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -15
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +0 -56
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.js +7 -6
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +6 -0
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +6 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/commonNodes.d.ts +7 -0
- package/build/question/scaffold/commonNodes.d.ts.map +1 -0
- package/build/question/scaffold/commonNodes.js +154 -0
- package/build/question/scaffold/commonNodes.js.map +1 -0
- package/build/question/scaffold/constructNode.d.ts +3 -0
- package/build/question/scaffold/constructNode.d.ts.map +1 -0
- package/build/question/scaffold/constructNode.js +50 -0
- package/build/question/scaffold/constructNode.js.map +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +14 -16
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +0 -7
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +3 -72
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.js +22 -24
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +4 -3
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -7
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +106 -201
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +5 -0
- package/build/ui/visitor.js.map +1 -1
- package/package.json +5 -5
- package/resource/package.nls.cs.json +115 -84
- package/resource/package.nls.de.json +113 -82
- package/resource/package.nls.es.json +114 -83
- package/resource/package.nls.fr.json +113 -82
- package/resource/package.nls.it.json +126 -95
- package/resource/package.nls.ja.json +113 -82
- package/resource/package.nls.json +12 -23
- package/resource/package.nls.ko.json +111 -80
- package/resource/package.nls.pl.json +113 -82
- package/resource/package.nls.pt-BR.json +114 -83
- package/resource/package.nls.ru.json +113 -82
- package/resource/package.nls.tr.json +112 -81
- package/resource/package.nls.zh-Hans.json +113 -82
- package/resource/package.nls.zh-Hant.json +114 -83
- package/resource/templates/package.nls.cs.json +33 -0
- package/resource/templates/package.nls.de.json +33 -0
- package/resource/templates/package.nls.es.json +33 -0
- package/resource/templates/package.nls.fr.json +33 -0
- package/resource/templates/package.nls.it.json +33 -0
- package/resource/templates/package.nls.ja.json +33 -0
- package/resource/templates/package.nls.json +33 -0
- package/resource/templates/package.nls.ko.json +33 -0
- package/resource/templates/package.nls.pl.json +33 -0
- package/resource/templates/package.nls.pt-BR.json +33 -0
- package/resource/templates/package.nls.ru.json +33 -0
- package/resource/templates/package.nls.tr.json +33 -0
- package/resource/templates/package.nls.zh-Hans.json +33 -0
- package/resource/templates/package.nls.zh-Hant.json +33 -0
- package/resource/templates/package.nls.zh-cn.json +21 -0
- package/resource/templates/package.nls.zh-tw.json +21 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/metadata/allTemplates.json +429 -0
- package/templates/metadata/defaultGeneratorTemplates.json +233 -0
- package/templates/metadata.zip +0 -0
- package/templates/ui/ceaNode.json +30 -0
- package/templates/ui/teamsNode.json +124 -0
- package/build/component/generator/templates/metadata/agentForTeams.d.ts +0 -3
- package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/agentForTeams.js +0 -147
- package/build/component/generator/templates/metadata/agentForTeams.js.map +0 -1
- package/build/component/generator/templates/metadata/bot.d.ts +0 -3
- package/build/component/generator/templates/metadata/bot.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/bot.js +0 -142
- package/build/component/generator/templates/metadata/bot.js.map +0 -1
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts +0 -3
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/customEngineAgent.js +0 -39
- package/build/component/generator/templates/metadata/customEngineAgent.js.map +0 -1
- package/build/component/generator/templates/metadata/da.d.ts +0 -3
- package/build/component/generator/templates/metadata/da.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/da.js +0 -117
- package/build/component/generator/templates/metadata/da.js.map +0 -1
- package/build/component/generator/templates/metadata/graphConnector.d.ts +0 -3
- package/build/component/generator/templates/metadata/graphConnector.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/graphConnector.js +0 -15
- package/build/component/generator/templates/metadata/graphConnector.js.map +0 -1
- package/build/component/generator/templates/metadata/me.d.ts +0 -3
- package/build/component/generator/templates/metadata/me.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/me.js +0 -111
- package/build/component/generator/templates/metadata/me.js.map +0 -1
- package/build/component/generator/templates/metadata/special.d.ts +0 -3
- package/build/component/generator/templates/metadata/special.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/special.js +0 -70
- package/build/component/generator/templates/metadata/special.js.map +0 -1
- package/build/component/generator/templates/metadata/tab.d.ts +0 -3
- package/build/component/generator/templates/metadata/tab.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/tab.js +0 -59
- package/build/component/generator/templates/metadata/tab.js.map +0 -1
- package/build/component/generator/templates/metadata/teams.d.ts +0 -3
- package/build/component/generator/templates/metadata/teams.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/teams.js +0 -238
- package/build/component/generator/templates/metadata/teams.js.map +0 -1
- package/build/component/generator/templates/metadata/vs.d.ts +0 -3
- package/build/component/generator/templates/metadata/vs.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/vs.js +0 -22
- package/build/component/generator/templates/metadata/vs.js.map +0 -1
- package/build/component/generator/templates/metadata/wxp.d.ts +0 -3
- package/build/component/generator/templates/metadata/wxp.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/wxp.js +0 -33
- package/build/component/generator/templates/metadata/wxp.js.map +0 -1
- package/build/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Agent intelligent conçu avec Microsoft 365 Agents SDK et qui se connecte à votre LLM",
|
|
3
|
+
"template.customEngineAgent.basic.label": "Agent de moteur personnalisé de base",
|
|
4
|
+
"template.customEngineAgent.placeholder": "Sélectionner une option",
|
|
5
|
+
"template.customEngineAgent.title": "Fonctionnalités de l’application utilisant Microsoft 365 Agents SDK",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Un agent de planification de voyage, construit avec le Microsoft 365 Agents SDK, l’API de récupération Microsoft 365 et l’Agent Framework",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Agent de voyage",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Agent de prévisions météo, conçu avec Microsoft 365 Agents SDK et LangChain",
|
|
9
|
+
"template.customEngineAgent.weather.label": "Agent météo",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "Agent qui améliore la collaboration dans les conversations de groupe, les canaux ou les réunions grâce à la synthèse, la gestion des tâches et la recherche dans les conversations",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Agent collaborateur Teams",
|
|
12
|
+
"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",
|
|
13
|
+
"template.teams.general.label": "Agent Teams général",
|
|
14
|
+
"template.teams.others.bot.detail": "Implémentation simple d’un bot d’écho prêt pour la personnalisation",
|
|
15
|
+
"template.teams.others.bot.label": "Bot simple",
|
|
16
|
+
"template.teams.others.capability.title": "Fonctionnalité Teams",
|
|
17
|
+
"template.teams.others.detail": "Application qui utilise l’onglet, le bot et l’extension de message",
|
|
18
|
+
"template.teams.others.label": "Autres fonctionnalités Teams",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "Recevez les données saisies par l’utilisateur, traitez-les et envoyez des résultats personnalisés",
|
|
20
|
+
"template.teams.others.messageExtension.label": "Message Extension",
|
|
21
|
+
"template.teams.others.tab.detail": "Implémentation simple d’une application web prête à être personnalisée",
|
|
22
|
+
"template.teams.others.tab.label": "Tab",
|
|
23
|
+
"template.teams.rag.detail": "Assistant qui utilise votre contenu et vos connaissances pour répondre avec précision aux questions propres au domaine.",
|
|
24
|
+
"template.teams.rag.label": "Agent Teams avec données",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Chargez vos données depuis le service Recherche Azure AI",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Recherche Azure AI",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "Chargez vos données à partir d’API personnalisées en fonction du document de description OpenAPI",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "API personnalisée",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "Décidez comment charger vos données",
|
|
30
|
+
"template.teams.rag.source.customize.label": "Personnaliser",
|
|
31
|
+
"template.teams.rag.source.placeholder": "Sélectionnez une option pour importer vos données",
|
|
32
|
+
"template.teams.title": "Agent ou application Teams utilisant le SDK Microsoft Teams"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Agente intelligente creato con l'SDK per agenti Microsoft 365 e che si connette a un LLM",
|
|
3
|
+
"template.customEngineAgent.basic.label": "Agente del motore personalizzato di base",
|
|
4
|
+
"template.customEngineAgent.placeholder": "Selezionare un'opzione",
|
|
5
|
+
"template.customEngineAgent.title": "Funzionalità dell'app con SDK per agenti Microsoft 365",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Un agente per la pianificazione dei viaggi, realizzato con SDK per agenti Microsoft 365, API di recupero Microsoft 365 e Agent Framework",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Agente di viaggio",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Agente di previsioni meteo creato con SDK per agenti Microsoft 365 e LangChain",
|
|
9
|
+
"template.customEngineAgent.weather.label": "Agente meteo",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "Agente che migliora la collaborazione in chat di gruppo, canali o riunioni tramite riepilogo, gestione attività e ricerca conversazioni",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Agente collaboratore di Teams",
|
|
12
|
+
"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",
|
|
13
|
+
"template.teams.general.label": "Agente generale di Teams",
|
|
14
|
+
"template.teams.others.bot.detail": "Semplice implementazione di un echo bot pronto per la personalizzazione",
|
|
15
|
+
"template.teams.others.bot.label": "Bot semplice",
|
|
16
|
+
"template.teams.others.capability.title": "Funzionalità di Teams",
|
|
17
|
+
"template.teams.others.detail": "App che usa l'estensione scheda, bot e messaggio",
|
|
18
|
+
"template.teams.others.label": "Altre funzionalità di Teams",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "Ricevere l'input dell'utente, elaborarlo e inviare risultati personalizzati",
|
|
20
|
+
"template.teams.others.messageExtension.label": "Estensione messaggio",
|
|
21
|
+
"template.teams.others.tab.detail": "Semplice implementazione di un'app Web pronta per la personalizzazione",
|
|
22
|
+
"template.teams.others.tab.label": "TAB",
|
|
23
|
+
"template.teams.rag.detail": "Agente che usa il contenuto e le conoscenze per rispondere in modo accurato a domande specifiche del dominio",
|
|
24
|
+
"template.teams.rag.label": "Agente di Teams con dati",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Caricare i dati da servizio di Azure Al Search",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI Search",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "Caricare i dati dalle API personalizzate in base al documento di descrizione OpenAPI",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "API personalizzata",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "Decidere come caricare i dati",
|
|
30
|
+
"template.teams.rag.source.customize.label": "Personalizza",
|
|
31
|
+
"template.teams.rag.source.placeholder": "Selezionare un'opzione per caricare i dati",
|
|
32
|
+
"template.teams.title": "App o agente di Teams che usa l'SDK Microsoft Teams"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Microsoft 365 エージェント SDK で構築され、LLM に接続するインテリジェント エージェント",
|
|
3
|
+
"template.customEngineAgent.basic.label": "基本的なカスタム エンジン エージェント",
|
|
4
|
+
"template.customEngineAgent.placeholder": "オプションを選択",
|
|
5
|
+
"template.customEngineAgent.title": "Microsoft 365 エージェント SDK を使用したアプリ機能",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Microsoft 365 エージェント SDK、Microsoft 365 Retrieval API、および Agent Framework を使用して構築された旅行計画エージェント",
|
|
7
|
+
"template.customEngineAgent.travel.label": "旅行エージェント",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Microsoft 365 エージェント SDK と LangChain を使用して構築された天気予報エージェント",
|
|
9
|
+
"template.customEngineAgent.weather.label": "天気エージェント",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "要約、タスク管理、会話検索を通じてグループ チャット、チャネル、または会議でのコラボレーションを強化するエージェント",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Teams コラボレーター エージェント",
|
|
12
|
+
"template.teams.general.detail": "Teams AI ライブラリを使用して構築された Teams でユーザーとチャットし、LLM に接続するエージェント",
|
|
13
|
+
"template.teams.general.label": "一般的な Teams エージェント",
|
|
14
|
+
"template.teams.others.bot.detail": "カスタマイズに対応したエコー ボットの簡単な実装",
|
|
15
|
+
"template.teams.others.bot.label": "シンプルなボット",
|
|
16
|
+
"template.teams.others.capability.title": "Teams の機能",
|
|
17
|
+
"template.teams.others.detail": "タブ、ボット、メッセージ拡張機能を使用するアプリ",
|
|
18
|
+
"template.teams.others.label": "その他の Teams の機能",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "ユーザー入力を受け取り、処理して、カスタマイズされた結果を送信する",
|
|
20
|
+
"template.teams.others.messageExtension.label": "メッセージ拡張機能",
|
|
21
|
+
"template.teams.others.tab.detail": "簡単にカスタマイズできる Web アプリの簡単な実装",
|
|
22
|
+
"template.teams.others.tab.label": "タブ",
|
|
23
|
+
"template.teams.rag.detail": "あなたのコンテンツと知識を活用してドメイン固有の質問に正確に答えるエージェント",
|
|
24
|
+
"template.teams.rag.label": "データを含む Teams エージェント",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Azure AI Search Service からデータを読み込みます",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 検索",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "OpenAPI 記述ドキュメントに基づいて、カスタム API からデータを読み込みます",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "カスタム API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "データの読み込み方法を決定します",
|
|
30
|
+
"template.teams.rag.source.customize.label": "カスタマイズ",
|
|
31
|
+
"template.teams.rag.source.placeholder": "データを読み込むオプションを選択する",
|
|
32
|
+
"template.teams.title": "Microsoft Teams SDK を使用した Teams エージェントまたはアプリ"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "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
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Microsoft 365 에이전트 SDK로 구축되고 LLM에 연결되는 지능형 에이전트",
|
|
3
|
+
"template.customEngineAgent.basic.label": "기본 사용자 지정 엔진 에이전트",
|
|
4
|
+
"template.customEngineAgent.placeholder": "옵션 선택",
|
|
5
|
+
"template.customEngineAgent.title": "Microsoft 365 에이전트 SDK를 사용하는 앱 기능",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Microsoft 365 에이전트 SDK, Microsoft 365 검색 API 및 Agent Framework로 만든 여행 계획 에이전트입니다.",
|
|
7
|
+
"template.customEngineAgent.travel.label": "여행 에이전트",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Microsoft 365 에이전트 SDK 및 LangChain을 사용하여 구축된 날씨 예측 에이전트",
|
|
9
|
+
"template.customEngineAgent.weather.label": "날씨 에이전트",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "요약, 작업 관리, 대화 검색을 통해 그룹 채팅, 채널, 모임에서 협업을 향상시키는 에이전트",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Teams 협력자 에이전트",
|
|
12
|
+
"template.teams.general.detail": "Teams AI 라이브러리를 사용하여 구축된 Teams에서 사용자와 채팅하고 LLM에 연결하는 에이전트",
|
|
13
|
+
"template.teams.general.label": "일반 Teams 에이전트",
|
|
14
|
+
"template.teams.others.bot.detail": "사용자 지정할 준비가 된 에코 봇의 간단한 구현",
|
|
15
|
+
"template.teams.others.bot.label": "간단한 봇",
|
|
16
|
+
"template.teams.others.capability.title": "Teams 기능",
|
|
17
|
+
"template.teams.others.detail": "탭, 봇 및 메시지 확장 프로그램을 사용하는 앱",
|
|
18
|
+
"template.teams.others.label": "기타 Teams 기능",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "사용자 입력 수신, 처리 및 사용자 지정 결과 보내기",
|
|
20
|
+
"template.teams.others.messageExtension.label": "메시지 확장",
|
|
21
|
+
"template.teams.others.tab.detail": "사용자 지정할 준비가 된 웹앱의 간단한 구현",
|
|
22
|
+
"template.teams.others.tab.label": "탭",
|
|
23
|
+
"template.teams.rag.detail": "콘텐츠 및 지식을 사용하여 도메인별 질문에 정확하게 답변하는 에이전트",
|
|
24
|
+
"template.teams.rag.label": "데이터가 포함된 Teams 에이전트",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Azure AI Search Service에서 데이터를 로드합니다.",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 검색",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "OpenAPI 설명 문서를 기반으로 사용자 지정 API에서 데이터를 로드합니다.",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "사용자 지정 API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "데이터를 로드하는 방법을 결정합니다.",
|
|
30
|
+
"template.teams.rag.source.customize.label": "사용자 지정",
|
|
31
|
+
"template.teams.rag.source.placeholder": "데이터를 로드하는 옵션 선택",
|
|
32
|
+
"template.teams.title": "Microsoft Teams SDK를 사용하는 Teams 에이전트 또는 앱"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Inteligentny agent utworzony przy użyciu zestawu Microsoft 365 Agents SDK i łączący się z Twoim dużym modelem językowym",
|
|
3
|
+
"template.customEngineAgent.basic.label": "Podstawowy agent aparatu niestandardowego",
|
|
4
|
+
"template.customEngineAgent.placeholder": "Wybierz opcję",
|
|
5
|
+
"template.customEngineAgent.title": "Funkcje aplikacji przy użyciu zestawu SDK agentów usługi Microsoft 365",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Agent planowania podróży, zbudowany przy użyciu Zestawu SDK agentów usługi Microsoft 365, interfejsu API pobierania Microsoft 365 oraz Agent Framework",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Agent podróży",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Agent prognozy pogody utworzony przy użyciu zestawu Microsoft 365 Agents SDK i języka LangChain",
|
|
9
|
+
"template.customEngineAgent.weather.label": "Agent pogody",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "Agent, który usprawnia współpracę w czatach grupowych, kanałach lub spotkaniach dzięki podsumowaniu, zarządzaniu zadaniami i wyszukiwaniu konwersacji",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Agent współpracownika w usłudze Teams",
|
|
12
|
+
"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",
|
|
13
|
+
"template.teams.general.label": "Agent usługi Teams — ogólne informacje",
|
|
14
|
+
"template.teams.others.bot.detail": "Prosta implementacja bota echa gotowego do dostosowania",
|
|
15
|
+
"template.teams.others.bot.label": "Prosty bot",
|
|
16
|
+
"template.teams.others.capability.title": "Możliwości usługi Teams",
|
|
17
|
+
"template.teams.others.detail": "Aplikacja używająca rozszerzenia tab, bota i wiadomości",
|
|
18
|
+
"template.teams.others.label": "Inne możliwości usługi Teams",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "Odbieraj dane wejściowe użytkownika, przetwarzaj je i wysyłaj dostosowane wyniki",
|
|
20
|
+
"template.teams.others.messageExtension.label": "Rozszerzenie wiadomości",
|
|
21
|
+
"template.teams.others.tab.detail": "Prosta implementacja aplikacji internetowej, którą można dostosowywać",
|
|
22
|
+
"template.teams.others.tab.label": "Tab",
|
|
23
|
+
"template.teams.rag.detail": "Agent, który używa Twojej zawartości i wiedzy do dokładnego odpowiadania na pytania specyficzne dla domeny",
|
|
24
|
+
"template.teams.rag.label": "Agent usługi Teams z danymi",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Załaduj dane z platformy Wyszukiwanie AI platformy Azure",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Wyszukiwanie AI platformy Azure",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "Załaduj dane z niestandardowych interfejsów API na podstawie dokumentu opisu interfejsu OpenAPI",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "Niestandardowy interfejs API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "Zdecyduj, jak załadować dane",
|
|
30
|
+
"template.teams.rag.source.customize.label": "Dostosuj",
|
|
31
|
+
"template.teams.rag.source.placeholder": "Wybierz opcję, aby załadować swoje dane",
|
|
32
|
+
"template.teams.title": "Agent lub aplikacja usługi Teams korzystająca z zestawu SDK usługi Microsoft Teams"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Agente inteligente criado com o SDK de Agentes do Microsoft 365 e conectado ao seu LLM",
|
|
3
|
+
"template.customEngineAgent.basic.label": "Agente Básico de Mecanismo Personalizado",
|
|
4
|
+
"template.customEngineAgent.placeholder": "Selecione uma opção",
|
|
5
|
+
"template.customEngineAgent.title": "Recursos do Aplicativo que Usam o SDK de Agentes do Microsoft 365",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Um agente de planejamento de viagem, que é criado com o SDK de Agentes do Microsoft 365, a API Microsoft 365 Recuperação e o Agent Framework",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Agente de Viagem",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Um agente de previsão do clima criado com o SDK de Agentes do Microsoft 365 e LangChain",
|
|
9
|
+
"template.customEngineAgent.weather.label": "Agente de Clima",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "Agente que melhora a colaboração nos chats em grupo, canais ou reuniões pelo resumo, gerenciamento de tarefas e busca em conversas",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Agente Colaborador do Teams",
|
|
12
|
+
"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",
|
|
13
|
+
"template.teams.general.label": "Agente Geral do Teams",
|
|
14
|
+
"template.teams.others.bot.detail": "Uma implementação simples de um bot de eco que está pronto para personalização",
|
|
15
|
+
"template.teams.others.bot.label": "Bot Simples",
|
|
16
|
+
"template.teams.others.capability.title": "Capacidade do Teams",
|
|
17
|
+
"template.teams.others.detail": "Aplicativo que usa guia, bot e extensão de mensagens",
|
|
18
|
+
"template.teams.others.label": "Outras Funcionalidades do Teams",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "Receber entrada do usuário, processá-la e enviar resultados personalizados",
|
|
20
|
+
"template.teams.others.messageExtension.label": "Extensão de Mensagem",
|
|
21
|
+
"template.teams.others.tab.detail": "Uma implementação simples de um aplicativo da web pronto para personalizar",
|
|
22
|
+
"template.teams.others.tab.label": "Guia",
|
|
23
|
+
"template.teams.rag.detail": "Agente que usa seu conteúdo e conhecimento para responder com precisão a perguntas específicas de domínio",
|
|
24
|
+
"template.teams.rag.label": "Agente do Teams com Dados",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Carregar seus dados do serviço de Pesquisa de IA do Azure",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Pesquisa de IA do Azure",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "Carregue seus dados de APIs personalizadas com base no documento de descrição do OpenAPI",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "API personalizada",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "Decida como carregar seus dados",
|
|
30
|
+
"template.teams.rag.source.customize.label": "Personalizar",
|
|
31
|
+
"template.teams.rag.source.placeholder": "Selecione uma opção para carregar seus dados",
|
|
32
|
+
"template.teams.title": "Agente ou aplicativo do Teams usando o SDK do Microsoft Teams"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Интеллектуальный агент, созданный с помощью Пакета SDK агентов Microsoft 365 и подключающийся к LLM",
|
|
3
|
+
"template.customEngineAgent.basic.label": "Базовый пользовательский агент подсистемы",
|
|
4
|
+
"template.customEngineAgent.placeholder": "Выберите вариант",
|
|
5
|
+
"template.customEngineAgent.title": "Функции приложения, использующие Пакет SDK агентов Microsoft 365",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Агент по планированию путешествий, созданный с использованием Пакета SDK агентов Microsoft 365, API Microsoft 365 Retrieval и Agent Framework",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Турагент",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Агент прогноза погоды, созданный с помощью Пакета SDK агентов Microsoft 365 и LangChain",
|
|
9
|
+
"template.customEngineAgent.weather.label": "Агент погоды",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "Агент, который улучшает совместную работу в групповом чате, каналах или собраниях с помощью сводок, управления задачами и поиска бесед",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Агент участников совместной работы Teams",
|
|
12
|
+
"template.teams.general.detail": "Агент для общения в чате с пользователями в Teams, созданный с использованием библиотеки ИИ Teams и подключенный к большим языковым моделям",
|
|
13
|
+
"template.teams.general.label": "Общий агент Teams",
|
|
14
|
+
"template.teams.others.bot.detail": "Простая реализация эхо-бота, готовая к настройке",
|
|
15
|
+
"template.teams.others.bot.label": "Простой бот",
|
|
16
|
+
"template.teams.others.capability.title": "Возможность Teams",
|
|
17
|
+
"template.teams.others.detail": "Приложение, использующее вкладку, бот и расширение сообщений",
|
|
18
|
+
"template.teams.others.label": "Другие возможности Teams",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "Получайте данные, введенные пользователем, обрабатывайте их и отправляйте настроенные результаты",
|
|
20
|
+
"template.teams.others.messageExtension.label": "Расширение сообщения",
|
|
21
|
+
"template.teams.others.tab.detail": "Простая реализация веб-приложения, готового к настройке",
|
|
22
|
+
"template.teams.others.tab.label": "Вкладка",
|
|
23
|
+
"template.teams.rag.detail": "Агент, который использует контент и знания для точного ответа на вопросы, связанные с конкретной областью",
|
|
24
|
+
"template.teams.rag.label": "Агент Teams с данными",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Загрузить данные из службы \"Поиск с использованием ИИ Azure\"",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Поиск с использованием ИИ Azure",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "Загрузить данные из пользовательских API на основе документа с описанием OpenAPI",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "Пользовательский API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "Выберите, как следует загружать данные",
|
|
30
|
+
"template.teams.rag.source.customize.label": "Настроить",
|
|
31
|
+
"template.teams.rag.source.placeholder": "Выберите вариант для загрузки данных",
|
|
32
|
+
"template.teams.title": "Агент Teams или приложение, использующие пакет SDK для Microsoft Teams"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "Microsoft 365 Aracıları SDK'sı ile oluşturulan ve LLM'nize bağlanan akıllı aracı",
|
|
3
|
+
"template.customEngineAgent.basic.label": "Temel Özel Altyapı Aracısı",
|
|
4
|
+
"template.customEngineAgent.placeholder": "Bir seçenek belirleyin",
|
|
5
|
+
"template.customEngineAgent.title": "Microsoft 365 Aracıları SDK'sını Kullanan Uygulama Özellikleri",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "Microsoft 365 Aracıları SDK'sı, Microsoft 365 Retrieval API ve Agent Framework ile oluşturulmuş bir seyahat planlama aracısı",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Seyahat Aracısı",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "Microsoft 365 Aracıları SDK'sı ve LangChain ile oluşturulan bir hava durumu tahmin aracı",
|
|
9
|
+
"template.customEngineAgent.weather.label": "Hava Durumu Aracısı",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "Özetleme, görev yönetimi ve konuşma arama yoluyla grup sohbeti, kanallar veya toplantılarda işbirliğini geliştiren aracı",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Teams Ortak Çalışan Aracısı",
|
|
12
|
+
"template.teams.general.detail": "Teams AI Kitaplığı ile oluşturulan ve LLM'lere bağlanan Teams'de kullanıcılarla sohbet eden aracı",
|
|
13
|
+
"template.teams.general.label": "Genel Teams Aracısı",
|
|
14
|
+
"template.teams.others.bot.detail": "Özelleştirilmeye hazır bir echo bota ilişkin basit uygulama",
|
|
15
|
+
"template.teams.others.bot.label": "Basit Bot",
|
|
16
|
+
"template.teams.others.capability.title": "Teams İşlevi",
|
|
17
|
+
"template.teams.others.detail": "Sekme, bot ve ileti uzantısı kullanan uygulama",
|
|
18
|
+
"template.teams.others.label": "Diğer Teams İşlevleri",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "Kullanıcı girişini al, işleme tabi tut ve özelleştirilmiş sonuçları gönder",
|
|
20
|
+
"template.teams.others.messageExtension.label": "İleti Uzantısı",
|
|
21
|
+
"template.teams.others.tab.detail": "Özelleştirmeye hazır bir web uygulaması için basit bir uygulama",
|
|
22
|
+
"template.teams.others.tab.label": "Sekme",
|
|
23
|
+
"template.teams.rag.detail": "Alanına özgü soruları doğru bir şekilde yanıtlamak için içeriğinizi ve bilgilerinizi kullanan aracı",
|
|
24
|
+
"template.teams.rag.label": "Veri İçeren Teams Aracısı",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "Azure Yapay Zeka Arama hizmetinden kendi verilerinizi yükleyin",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure Yapay Zeka Arama",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "OpenAPI açıklama belgesini temel alan özel API'lerden veri yükleyin",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "Özel API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "Verilerinizi nasıl yükleyeceğinize karar verin",
|
|
30
|
+
"template.teams.rag.source.customize.label": "Özelleştir",
|
|
31
|
+
"template.teams.rag.source.placeholder": "Verilerinizi yüklemek için bir seçenek belirleyin",
|
|
32
|
+
"template.teams.title": "Microsoft Teams SDK'sını kullanan Teams aracı veya uygulaması"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "使用 Microsoft 365 智能体 SDK 构建并连接到 LLM 的智能代理",
|
|
3
|
+
"template.customEngineAgent.basic.label": "基本自定义引擎智能体",
|
|
4
|
+
"template.customEngineAgent.placeholder": "选择选项",
|
|
5
|
+
"template.customEngineAgent.title": "使用 Microsoft 365 智能体 SDK 的应用功能",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "这是一个旅行规划智能体,使用 Microsoft 365 智能体 SDK、Microsoft 365 检索 API 和 Agent Framework 构建",
|
|
7
|
+
"template.customEngineAgent.travel.label": "旅行智能体",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "使用 Microsoft 365 智能体 SDK 和 LangChain 构建的天气预报智能体",
|
|
9
|
+
"template.customEngineAgent.weather.label": "天气智能体",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "通过汇总、任务管理和对话搜索增强群聊、频道或会议协作的智能体",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Teams 协作者智能体",
|
|
12
|
+
"template.teams.general.detail": "与使用 Teams AI 库构建的 Teams 中的用户聊天并连接到 LLM 的智能体",
|
|
13
|
+
"template.teams.general.label": "常规 Teams 智能体",
|
|
14
|
+
"template.teams.others.bot.detail": "轻松实现可随时自定义的 Echo Bot",
|
|
15
|
+
"template.teams.others.bot.label": "简单机器人",
|
|
16
|
+
"template.teams.others.capability.title": "Teams 功能",
|
|
17
|
+
"template.teams.others.detail": "使用选项卡、机器人和消息扩展的应用",
|
|
18
|
+
"template.teams.others.label": "其他 Teams 功能",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "接收用户输入、进行处理并发送自定义结果",
|
|
20
|
+
"template.teams.others.messageExtension.label": "消息扩展",
|
|
21
|
+
"template.teams.others.tab.detail": "轻松实现可随时自定义的 Web 应用",
|
|
22
|
+
"template.teams.others.tab.label": "选项卡",
|
|
23
|
+
"template.teams.rag.detail": "使用你的内容和知识准确回答特定领域问题的智能体",
|
|
24
|
+
"template.teams.rag.label": "使用数据的 Teams 智能体",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "从 Azure AI 搜索服务加载数据",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜索",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "基于 OpenAPI 说明文档从自定义 API 加载数据",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "自定义 API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "决定如何加载数据",
|
|
30
|
+
"template.teams.rag.source.customize.label": "自定义",
|
|
31
|
+
"template.teams.rag.source.placeholder": "选择一个选项来加载数据",
|
|
32
|
+
"template.teams.title": "使用 Microsoft Teams SDK 的 Teams 智能体或应用"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.customEngineAgent.basic.detail": "使用 Microsoft 365 Agents SDK 建立的智慧型代理程式,可連線至您的 LLM",
|
|
3
|
+
"template.customEngineAgent.basic.label": "基本自訂引擎代理程式",
|
|
4
|
+
"template.customEngineAgent.placeholder": "選取選項",
|
|
5
|
+
"template.customEngineAgent.title": "使用 Microsoft 365 Agents SDK 的應用程式功能",
|
|
6
|
+
"template.customEngineAgent.travel.detail": "旅遊規劃代理程式,其使用 Microsoft 365 Agents SDK、Microsoft 365 Retrieval API 和 Agent Framework 所建置",
|
|
7
|
+
"template.customEngineAgent.travel.label": "Travel Agent",
|
|
8
|
+
"template.customEngineAgent.weather.detail": "由 Microsoft 365 Agents SDK 和 LangChain 所建置的天氣預測代理程式",
|
|
9
|
+
"template.customEngineAgent.weather.label": "天氣代理程式",
|
|
10
|
+
"template.teams.collaboratorAgent.detail": "透過摘要、工作管理和交談搜尋,增強在群組聊天、通道或會議中共同作業的代理程式",
|
|
11
|
+
"template.teams.collaboratorAgent.label": "Teams 共同作業者代理程式",
|
|
12
|
+
"template.teams.general.detail": "建置於 Teams 上、採用 Teams AI 程式庫並連線至 LLM 的聊天代理程式",
|
|
13
|
+
"template.teams.general.label": "一般 Teams 代理程式",
|
|
14
|
+
"template.teams.others.bot.detail": "已備妥供自訂的回應機器人的簡易實作",
|
|
15
|
+
"template.teams.others.bot.label": "簡單 Bot",
|
|
16
|
+
"template.teams.others.capability.title": "Teams 功能",
|
|
17
|
+
"template.teams.others.detail": "使用 Tab、Bot 和訊息延伸模組的應用程式",
|
|
18
|
+
"template.teams.others.label": "其他 Teams 功能",
|
|
19
|
+
"template.teams.others.messageExtension.detail": "接收使用者輸入、加以處理,然後傳送自訂的結果",
|
|
20
|
+
"template.teams.others.messageExtension.label": "訊息延伸模組",
|
|
21
|
+
"template.teams.others.tab.detail": "簡易實作準備好自訂的 Web 應用程式",
|
|
22
|
+
"template.teams.others.tab.label": "Tab",
|
|
23
|
+
"template.teams.rag.detail": "使用您的內容和知識來準確回答特定領域問題的代理程式",
|
|
24
|
+
"template.teams.rag.label": "Teams 代理程式與資料",
|
|
25
|
+
"template.teams.rag.source.azureAISearch.detail": "從 Azure AI 搜尋服務載入您的資料",
|
|
26
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜尋服務",
|
|
27
|
+
"template.teams.rag.source.customApi.detail": "根據 OpenAPI 描述文件,從自訂 API 載入您的資料",
|
|
28
|
+
"template.teams.rag.source.customApi.label": "自訂 API",
|
|
29
|
+
"template.teams.rag.source.customize.detail": "決定如何載入您的資料",
|
|
30
|
+
"template.teams.rag.source.customize.label": "自訂",
|
|
31
|
+
"template.teams.rag.source.placeholder": "選取一個選項以載入您的資料",
|
|
32
|
+
"template.teams.title": "使用 Microsoft Teams SDK 的 Teams 代理程式或應用程式"
|
|
33
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.teams.others.bot.detail": "轻松实现可随时自定义的 Echo Bot",
|
|
3
|
+
"template.teams.others.bot.label": "基本机器人",
|
|
4
|
+
"template.teams.others.messageExtension.detail": "接收用户输入、处理它并发送自定义结果",
|
|
5
|
+
"template.teams.others.messageExtension.label": "消息扩展",
|
|
6
|
+
"template.teams.others.tab.detail": "轻松实现可随时自定义的 Web 应用",
|
|
7
|
+
"template.teams.others.tab.label": "“基本”选项卡",
|
|
8
|
+
"template.teams.general.detail": "在 Teams 中生成基本 AI 聊天机器人",
|
|
9
|
+
"template.teams.general.label": "基本 AI Chatbot",
|
|
10
|
+
"template.teams.rag.source.placeholder": "选择一个选项以加载数据",
|
|
11
|
+
"template.teams.rag.source.azureAISearch.detail": "从 Azure AI 搜索服务加载数据",
|
|
12
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜索",
|
|
13
|
+
"template.teams.rag.source.customApi.detail": "基于 OpenAPI 说明文档从自定义 API 加载数据",
|
|
14
|
+
"template.teams.rag.source.customApi.label": "自定义 API",
|
|
15
|
+
"template.teams.rag.source.customize.detail": "决定如何加载数据",
|
|
16
|
+
"template.teams.rag.source.customize.label": "自定义",
|
|
17
|
+
"template.teams.rag.detail": "使用你的内容扩展 AI 机器人的知识,以获得问题的准确答案",
|
|
18
|
+
"template.teams.rag.label": "与你的数据聊天",
|
|
19
|
+
"template.customEngineAgent.placeholder": "选择选项",
|
|
20
|
+
"template.customEngineAgent.title": "使用 Teams AI 库的应用功能"
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"template.teams.others.bot.detail": "已備妥供自訂的回應機器人的簡易實作",
|
|
3
|
+
"template.teams.others.bot.label": "基本 Bot",
|
|
4
|
+
"template.teams.others.messageExtension.detail": "接收使用者輸入、處理並傳送自定義結果",
|
|
5
|
+
"template.teams.others.messageExtension.label": "訊息延伸模組",
|
|
6
|
+
"template.teams.others.tab.detail": "簡易實作準備好自訂的 Web 應用程式",
|
|
7
|
+
"template.teams.others.tab.label": "基本索引標籤",
|
|
8
|
+
"template.teams.general.detail": "在 Teams 中建立基本 AI 聊天機器人",
|
|
9
|
+
"template.teams.general.label": "基本 AI 聊天機器人",
|
|
10
|
+
"template.teams.rag.source.placeholder": "選取載入資料的選項",
|
|
11
|
+
"template.teams.rag.source.azureAISearch.detail": "從 Azure AI 搜尋服務載入您的資料",
|
|
12
|
+
"template.teams.rag.source.azureAISearch.label": "Azure AI 搜尋服務",
|
|
13
|
+
"template.teams.rag.source.customApi.detail": "根據 OpenAPI 描述文件,從自訂 API 載入您的資料",
|
|
14
|
+
"template.teams.rag.source.customApi.label": "自訂 API",
|
|
15
|
+
"template.teams.rag.source.customize.detail": "決定如何載入您的資料",
|
|
16
|
+
"template.teams.rag.source.customize.label": "自訂",
|
|
17
|
+
"template.teams.rag.detail": "使用您的內容擴展 AI Bot 的知識,以取得問題的正確解答",
|
|
18
|
+
"template.teams.rag.label": "與您的資料聊天",
|
|
19
|
+
"template.customEngineAgent.placeholder": "選取選項",
|
|
20
|
+
"template.customEngineAgent.title": "使用 Teams AI 連結庫的應用程式功能"
|
|
21
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|