@n8n/i18n 2.20.0 → 2.21.1
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/dist/index.cjs +499 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +498 -23
- package/dist/index.d.mts +498 -23
- package/dist/index.mjs +499 -24
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +498 -23
- package/dist/types2.d.mts +498 -23
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -55,6 +55,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
55
55
|
"generic.back": string;
|
|
56
56
|
"generic.cancel": string;
|
|
57
57
|
"generic.connect": string;
|
|
58
|
+
"generic.save": string;
|
|
58
59
|
"generic.open": string;
|
|
59
60
|
"generic.openResource": string;
|
|
60
61
|
"generic.add": string;
|
|
@@ -582,6 +583,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
582
583
|
"chatHub.dynamicCredentials.drawer.footer": string;
|
|
583
584
|
"chatHub.chat.prompt.button.attach": string;
|
|
584
585
|
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
586
|
+
"chatHub.chat.attachments.unsupported.title": string;
|
|
587
|
+
"chatHub.chat.attachments.unsupported.toast": string;
|
|
585
588
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
586
589
|
"chatHub.chat.prompt.button.voiceInput": string;
|
|
587
590
|
"chatHub.chat.prompt.button.send": string;
|
|
@@ -1193,6 +1196,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1193
1196
|
"duplicateWorkflowDialog.errors.forbidden.message": string;
|
|
1194
1197
|
"duplicateWorkflowDialog.errors.generic.title": string;
|
|
1195
1198
|
"editor.mainHeader.githubButton.label": string;
|
|
1199
|
+
"experiments.instanceAiProactiveAgent.message": string;
|
|
1200
|
+
"experiments.instanceAiProactiveAgent.typingLabel": string;
|
|
1196
1201
|
"experiments.personalizedTemplatesV3.browseAllTemplates": string;
|
|
1197
1202
|
"experiments.personalizedTemplatesV3.couldntFind": string;
|
|
1198
1203
|
"experiments.personalizedTemplatesV3.exploreTemplates": string;
|
|
@@ -1294,6 +1299,88 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1294
1299
|
"executionsList.confirmMessage.annotatedExecutionMessage": string;
|
|
1295
1300
|
"executionsList.error": string;
|
|
1296
1301
|
"executionsList.filters": string;
|
|
1302
|
+
"executionsList.viewMode.workflows": string;
|
|
1303
|
+
"executionsList.viewMode.agents": string;
|
|
1304
|
+
"agentSessions.session": string;
|
|
1305
|
+
"agentSessions.agentName": string;
|
|
1306
|
+
"agentSessions.sessionName": string;
|
|
1307
|
+
"agentSessions.lastMessage": string;
|
|
1308
|
+
"agentSessions.tokenUsage": string;
|
|
1309
|
+
"agentSessions.testChat": string;
|
|
1310
|
+
"agentSessions.actions": string;
|
|
1311
|
+
"agentSessions.empty": string;
|
|
1312
|
+
"agentSessions.loadMore": string;
|
|
1313
|
+
"agentSessions.loadedAll": string;
|
|
1314
|
+
"agentSessions.deleteConfirm.headline": string;
|
|
1315
|
+
"agentSessions.deleteConfirm.message": string;
|
|
1316
|
+
"agentSessions.deleteConfirm.confirmButtonText": string;
|
|
1317
|
+
"agentSessions.showMessage.deleted": string;
|
|
1318
|
+
"agentSessions.showError.delete": string;
|
|
1319
|
+
"agentSessions.showError.load": string;
|
|
1320
|
+
"agentSessions.status": string;
|
|
1321
|
+
"agentSessions.duration": string;
|
|
1322
|
+
"agentSessions.sessionId": string;
|
|
1323
|
+
"agentSessions.success": string;
|
|
1324
|
+
"agentSessions.detail.backToSessions": string;
|
|
1325
|
+
"agentSessions.detail.selectMessage": string;
|
|
1326
|
+
"agentSessions.detail.tokenUsage": string;
|
|
1327
|
+
"agentSessions.detail.input": string;
|
|
1328
|
+
"agentSessions.detail.output": string;
|
|
1329
|
+
"agentSessions.detail.toolCalls": string;
|
|
1330
|
+
"agentSessions.detail.model": string;
|
|
1331
|
+
"agentSessions.detail.cost": string;
|
|
1332
|
+
"agentSessions.detail.toolCallSuspended": string;
|
|
1333
|
+
"agentSessions.detail.suspendedNote": string;
|
|
1334
|
+
"agentSessions.detail.workingMemory": string;
|
|
1335
|
+
"agentSessions.detail.builtInTools": string;
|
|
1336
|
+
"agentSessions.detail.userTools": string;
|
|
1337
|
+
"agentSessions.detail.richInteraction.userResponse": string;
|
|
1338
|
+
"agentSessions.drawer.created": string;
|
|
1339
|
+
"agentSessions.drawer.lastMessage": string;
|
|
1340
|
+
"agentSessions.drawer.duration": string;
|
|
1341
|
+
"agentSessions.drawer.tokens": string;
|
|
1342
|
+
"agentSessions.drawer.cost": string;
|
|
1343
|
+
"agentSessions.drawer.status": string;
|
|
1344
|
+
"agentSessions.drawer.noTitle": string;
|
|
1345
|
+
"agentSessions.timeline.backToAgent": string;
|
|
1346
|
+
"agentSessions.timeline.user": string;
|
|
1347
|
+
"agentSessions.timeline.assistant": string;
|
|
1348
|
+
"agentSessions.timeline.tool": string;
|
|
1349
|
+
"agentSessions.timeline.memory": string;
|
|
1350
|
+
"agentSessions.timeline.suspension": string;
|
|
1351
|
+
"agentSessions.timeline.success": string;
|
|
1352
|
+
"agentSessions.timeline.error": string;
|
|
1353
|
+
"agentSessions.timeline.id": string;
|
|
1354
|
+
"agentSessions.timeline.created": string;
|
|
1355
|
+
"agentSessions.timeline.duration": string;
|
|
1356
|
+
"agentSessions.timeline.status": string;
|
|
1357
|
+
"agentSessions.timeline.input": string;
|
|
1358
|
+
"agentSessions.timeline.output": string;
|
|
1359
|
+
"agentSessions.timeline.selectItem": string;
|
|
1360
|
+
"agentSessions.timeline.continueChat": string;
|
|
1361
|
+
"agentSessions.timeline.workflow": string;
|
|
1362
|
+
"agentSessions.timeline.node": string;
|
|
1363
|
+
"agentSessions.timeline.memoryUpdated": string;
|
|
1364
|
+
"agentSessions.timeline.openForm": string;
|
|
1365
|
+
"agentSessions.timeline.workflowError": string;
|
|
1366
|
+
"agentSessions.timeline.filter": string;
|
|
1367
|
+
"agentSessions.timeline.clearFilter": string;
|
|
1368
|
+
"agentSessions.timeline.suspended": string;
|
|
1369
|
+
"agentSessions.timeline.idle": string;
|
|
1370
|
+
"agentSessions.timeline.agent": string;
|
|
1371
|
+
"agentSessions.timeline.tool.richInteraction": string;
|
|
1372
|
+
"agentSessions.timeline.tool.richInteractionDisplay": string;
|
|
1373
|
+
"agentSessions.timeline.waitingForUser": string;
|
|
1374
|
+
"agentSessions.timeline.events": string;
|
|
1375
|
+
"agentSessions.timeline.searchPlaceholder": string;
|
|
1376
|
+
"agentSessions.timeline.triggeredVia": string;
|
|
1377
|
+
"agentSessions.workflowLog.loading": string;
|
|
1378
|
+
"agentSessions.workflowLog.stillRunning": string;
|
|
1379
|
+
"agentSessions.workflowLog.waiting": string;
|
|
1380
|
+
"agentSessions.workflowLog.unavailable": string;
|
|
1381
|
+
"agentSessions.workflowLog.openFull": string;
|
|
1382
|
+
"agentView.tab.editor": string;
|
|
1383
|
+
"agentView.tab.sessions": string;
|
|
1297
1384
|
"executionsList.loadMore": string;
|
|
1298
1385
|
"executionsList.empty": string;
|
|
1299
1386
|
"executionsList.loadedAll": string;
|
|
@@ -1589,6 +1676,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1589
1676
|
"logs.overview.body.toggleRow": string;
|
|
1590
1677
|
"logs.details.header.actions.input": string;
|
|
1591
1678
|
"logs.details.header.actions.output": string;
|
|
1679
|
+
"logs.details.header.actions.viewAgentSession": string;
|
|
1592
1680
|
"logs.details.body.itemCount": string;
|
|
1593
1681
|
"logs.details.body.multipleInputs": string;
|
|
1594
1682
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
@@ -1899,6 +1987,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1899
1987
|
"nodeCreator.subcategoryDescriptions.miscellaneous": string;
|
|
1900
1988
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": string;
|
|
1901
1989
|
"nodeCreator.subcategoryDescriptions.otherTools": string;
|
|
1990
|
+
"nodeCreator.subcategoryDescriptions.modelContextProtocol": string;
|
|
1902
1991
|
"nodeCreator.subcategoryInfos.languageModels": string;
|
|
1903
1992
|
"nodeCreator.subcategoryInfos.memory": string;
|
|
1904
1993
|
"nodeCreator.subcategoryInfos.vectorStores": string;
|
|
@@ -1923,6 +2012,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1923
2012
|
"nodeCreator.subcategoryNames.vectorStores": string;
|
|
1924
2013
|
"nodeCreator.subcategoryNames.miscellaneous": string;
|
|
1925
2014
|
"nodeCreator.subcategoryNames.humanInTheLoop": string;
|
|
2015
|
+
"nodeCreator.subcategoryNames.modelContextProtocol": string;
|
|
1926
2016
|
"nodeCreator.sectionNames.popular": string;
|
|
1927
2017
|
"nodeCreator.sectionNames.other": string;
|
|
1928
2018
|
"nodeCreator.sectionNames.sendAndWait": string;
|
|
@@ -2162,6 +2252,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2162
2252
|
"nodeView.showError.workflowError": string;
|
|
2163
2253
|
"nodeView.showError.getWorkflowDataFromUrl.title": string;
|
|
2164
2254
|
"nodeView.showError.importWorkflowData.title": string;
|
|
2255
|
+
"nodeView.showError.importWorkflowData.invalidNodes": string;
|
|
2165
2256
|
"nodeView.showError.mounted1.message": string;
|
|
2166
2257
|
"nodeView.showError.mounted1.title": string;
|
|
2167
2258
|
"nodeView.showError.mounted2.message": string;
|
|
@@ -2263,6 +2354,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2263
2354
|
"nodeWebhooks.webhookUrls.chatTrigger": string;
|
|
2264
2355
|
"nodeWebhooks.webhookUrls.mcpTrigger": string;
|
|
2265
2356
|
"openWorkflow.workflowImportError": string;
|
|
2357
|
+
"openWorkflow.workflowDataInvalidError": string;
|
|
2266
2358
|
"openWorkflow.workflowNotFoundError": string;
|
|
2267
2359
|
"oauth.consentView.title": string;
|
|
2268
2360
|
"oauth.consentView.heading": string;
|
|
@@ -2481,6 +2573,22 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2481
2573
|
"projectRoles.workflow:unpublish.tooltip": string;
|
|
2482
2574
|
"projectRoles.workflow:updateRedactionSetting": string;
|
|
2483
2575
|
"projectRoles.workflow:updateRedactionSetting.tooltip": string;
|
|
2576
|
+
"projectRoles.agent:create": string;
|
|
2577
|
+
"projectRoles.agent:create.tooltip": string;
|
|
2578
|
+
"projectRoles.agent:read": string;
|
|
2579
|
+
"projectRoles.agent:read.tooltip": string;
|
|
2580
|
+
"projectRoles.agent:execute": string;
|
|
2581
|
+
"projectRoles.agent:execute.tooltip": string;
|
|
2582
|
+
"projectRoles.agent:update": string;
|
|
2583
|
+
"projectRoles.agent:update.tooltip": string;
|
|
2584
|
+
"projectRoles.agent:delete": string;
|
|
2585
|
+
"projectRoles.agent:delete.tooltip": string;
|
|
2586
|
+
"projectRoles.agent:list": string;
|
|
2587
|
+
"projectRoles.agent:list.tooltip": string;
|
|
2588
|
+
"projectRoles.agent:publish": string;
|
|
2589
|
+
"projectRoles.agent:publish.tooltip": string;
|
|
2590
|
+
"projectRoles.agent:unpublish": string;
|
|
2591
|
+
"projectRoles.agent:unpublish.tooltip": string;
|
|
2484
2592
|
"projectRoles.credential:read": string;
|
|
2485
2593
|
"projectRoles.credential:read.tooltip": string;
|
|
2486
2594
|
"projectRoles.credential:update": string;
|
|
@@ -2543,6 +2651,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2543
2651
|
"projectRoles.type.project": string;
|
|
2544
2652
|
"projectRoles.type.folder": string;
|
|
2545
2653
|
"projectRoles.type.workflow": string;
|
|
2654
|
+
"projectRoles.type.agent": string;
|
|
2546
2655
|
"projectRoles.type.credential": string;
|
|
2547
2656
|
"projectRoles.type.execution": string;
|
|
2548
2657
|
"projectRoles.type.sourceControl": string;
|
|
@@ -2722,6 +2831,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2722
2831
|
"runData.aiContentBlock.tokens.prompt": string;
|
|
2723
2832
|
"runData.aiContentBlock.tokens.completion": string;
|
|
2724
2833
|
"runData.trimmedData.loading": string;
|
|
2834
|
+
"runData.trimmedData.corrupted": string;
|
|
2835
|
+
"runData.trimmedData.unpin": string;
|
|
2725
2836
|
"runData.panel.actions.collapse": string;
|
|
2726
2837
|
"runData.panel.actions.open": string;
|
|
2727
2838
|
"runData.panel.actions.popOut": string;
|
|
@@ -2744,6 +2855,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2744
2855
|
"settings.communityNodes.uninstallAction.label": string;
|
|
2745
2856
|
"settings.communityNodes.upToDate.tooltip": string;
|
|
2746
2857
|
"settings.communityNodes.failedToLoad.tooltip": string;
|
|
2858
|
+
"settings.communityNodes.managedByEnv": string;
|
|
2747
2859
|
"settings.communityNodes.fetchError.title": string;
|
|
2748
2860
|
"settings.communityNodes.fetchError.message": string;
|
|
2749
2861
|
"settings.communityNodes.installModal.title": string;
|
|
@@ -3713,6 +3825,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3713
3825
|
"workflowSettings.redactionOptions.redact": string;
|
|
3714
3826
|
"workflowSettings.helpTexts.redactProductionData": string;
|
|
3715
3827
|
"workflowSettings.helpTexts.redactManualData": string;
|
|
3828
|
+
"workflowSettings.redactionPermissionNotice": string;
|
|
3829
|
+
"workflowSettings.redactionPermissionNotice.viewUsers": string;
|
|
3830
|
+
"workflowSettings.redactionMembersModal.title": string;
|
|
3831
|
+
"workflowSettings.redactionMembersModal.description": string;
|
|
3716
3832
|
"workflowSettings.saveManualExecutions": string;
|
|
3717
3833
|
"workflowSettings.saveManualOptions.defaultSave": string;
|
|
3718
3834
|
"workflowSettings.saveManualOptions.doNotSave": string;
|
|
@@ -4245,6 +4361,26 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4245
4361
|
"settings.n8nConnect.usage.refresh.tooltip": string;
|
|
4246
4362
|
"settings.n8nAgent": string;
|
|
4247
4363
|
"settings.n8nAgent.description": string;
|
|
4364
|
+
"settings.agentBuilder.title": string;
|
|
4365
|
+
"settings.agentBuilder.description": string;
|
|
4366
|
+
"settings.agentBuilder.section.model": string;
|
|
4367
|
+
"settings.agentBuilder.section.help": string;
|
|
4368
|
+
"settings.agentBuilder.mode.default.label": string;
|
|
4369
|
+
"settings.agentBuilder.mode.custom.label": string;
|
|
4370
|
+
"settings.agentBuilder.proxyDisabledTooltip": string;
|
|
4371
|
+
"settings.agentBuilder.status.proxy": string;
|
|
4372
|
+
"settings.agentBuilder.status.envVar": string;
|
|
4373
|
+
"settings.agentBuilder.status.custom": string;
|
|
4374
|
+
"settings.agentBuilder.status.customIncomplete": string;
|
|
4375
|
+
"settings.agentBuilder.missingCredential.title": string;
|
|
4376
|
+
"settings.agentBuilder.missingCredential.message": string;
|
|
4377
|
+
"settings.agentBuilder.saved": string;
|
|
4378
|
+
"settings.agentBuilder.saveError": string;
|
|
4379
|
+
"settings.agentBuilder.loadError": string;
|
|
4380
|
+
"agents.builder.unconfigured.title": string;
|
|
4381
|
+
"agents.builder.unconfigured.description.admin": string;
|
|
4382
|
+
"agents.builder.unconfigured.description.nonAdmin": string;
|
|
4383
|
+
"agents.builder.unconfigured.cta": string;
|
|
4248
4384
|
"settings.n8nAgent.enable.label": string;
|
|
4249
4385
|
"settings.n8nAgent.enable.description": string;
|
|
4250
4386
|
"settings.n8nAgent.computerUse.label": string;
|
|
@@ -4271,6 +4407,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4271
4407
|
"settings.n8nAgent.permissions.cleanupTestExecutions": string;
|
|
4272
4408
|
"settings.n8nAgent.permissions.readFilesystem": string;
|
|
4273
4409
|
"settings.n8nAgent.permissions.fetchUrl": string;
|
|
4410
|
+
"settings.n8nAgent.permissions.webSearch": string;
|
|
4274
4411
|
"settings.n8nAgent.permissions.restoreWorkflowVersion": string;
|
|
4275
4412
|
"dataTable.search.dateSearchInfo": string;
|
|
4276
4413
|
"dataTable.cell.oversized": string;
|
|
@@ -4388,7 +4525,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4388
4525
|
"settings.encryptionKeys.description": string;
|
|
4389
4526
|
"settings.encryptionKeys.description.docsLink": string;
|
|
4390
4527
|
"settings.encryptionKeys.column.key": string;
|
|
4391
|
-
"settings.encryptionKeys.column.
|
|
4528
|
+
"settings.encryptionKeys.column.status": string;
|
|
4392
4529
|
"settings.encryptionKeys.column.activated": string;
|
|
4393
4530
|
"settings.encryptionKeys.column.archived": string;
|
|
4394
4531
|
"settings.encryptionKeys.status.active": string;
|
|
@@ -4396,7 +4533,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4396
4533
|
"settings.encryptionKeys.sortBy.label": string;
|
|
4397
4534
|
"settings.encryptionKeys.sortBy.activated": string;
|
|
4398
4535
|
"settings.encryptionKeys.sortBy.archived": string;
|
|
4399
|
-
"settings.encryptionKeys.sortBy.
|
|
4536
|
+
"settings.encryptionKeys.sortBy.status": string;
|
|
4400
4537
|
"settings.encryptionKeys.filter.title": string;
|
|
4401
4538
|
"settings.encryptionKeys.filter.dateRange": string;
|
|
4402
4539
|
"settings.encryptionKeys.filter.apply": string;
|
|
@@ -4408,7 +4545,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4408
4545
|
"settings.encryptionKeys.rotate.confirm.cancel": string;
|
|
4409
4546
|
"settings.encryptionKeys.rotate.success": string;
|
|
4410
4547
|
"settings.encryptionKeys.rotate.error": string;
|
|
4411
|
-
"settings.encryptionKeys.copyId.success": string;
|
|
4412
4548
|
"settings.encryptionKeys.empty.title": string;
|
|
4413
4549
|
"settings.encryptionKeys.empty.description": string;
|
|
4414
4550
|
"settings.encryptionKeys.loadError": string;
|
|
@@ -4507,6 +4643,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4507
4643
|
"projects.header.shared.subtitle": string;
|
|
4508
4644
|
"projects.header.create.workflow": string;
|
|
4509
4645
|
"projects.header.create.credential": string;
|
|
4646
|
+
"projects.header.create.agent": string;
|
|
4510
4647
|
"projects.header.create.folder": string;
|
|
4511
4648
|
"projects.create": string;
|
|
4512
4649
|
"projects.create.personal": string;
|
|
@@ -4517,6 +4654,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4517
4654
|
"projects.menu.personal": string;
|
|
4518
4655
|
"projects.menu.addFirstProject": string;
|
|
4519
4656
|
"projects.menu.chat": string;
|
|
4657
|
+
"projects.menu.create.workflow": string;
|
|
4658
|
+
"projects.menu.create.credential": string;
|
|
4659
|
+
"projects.menu.create.agent": string;
|
|
4660
|
+
"projects.menu.create.project": string;
|
|
4520
4661
|
"projects.settings": string;
|
|
4521
4662
|
"projects.settings.info": string;
|
|
4522
4663
|
"projects.settings.newProjectName": string;
|
|
@@ -4829,7 +4970,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4829
4970
|
"evaluation.listRuns.status.warning": string;
|
|
4830
4971
|
"evaluation.listRuns.metricsOverTime": string;
|
|
4831
4972
|
"evaluation.listRuns.status": string;
|
|
4832
|
-
"evaluation.listRuns.runListHeader": string;
|
|
4833
4973
|
"evaluation.listRuns.allTestCases": string;
|
|
4834
4974
|
"evaluation.listRuns.testCasesListHeader": string;
|
|
4835
4975
|
"evaluation.listRuns.runNumber": string;
|
|
@@ -4875,6 +5015,79 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4875
5015
|
"evaluation.runDetail.error.noMetricsCollected": string;
|
|
4876
5016
|
"evaluation.runDetail.error.partialCasesFailed": string;
|
|
4877
5017
|
"evaluation.runDetail.notice.useSetInputs": string;
|
|
5018
|
+
"evaluation.runDetail.aiSummary.title": string;
|
|
5019
|
+
"evaluation.runDetail.aiSummary.placeholder": string;
|
|
5020
|
+
"evaluation.runDetail.testCase.title": string;
|
|
5021
|
+
"evaluation.runDetail.testCase.viewLink": string;
|
|
5022
|
+
"evaluation.runDetail.metrics.name": string;
|
|
5023
|
+
"evaluation.runDetail.metrics.result": string;
|
|
5024
|
+
"evaluation.runDetail.runComparison.comingSoon": string;
|
|
5025
|
+
"evaluation.runDetail.backToRuns": string;
|
|
5026
|
+
"evaluation.runDetail.metricCategory.aiBased": string;
|
|
5027
|
+
"evaluation.runDetail.metricCategory.stringSimilarity": string;
|
|
5028
|
+
"evaluation.runDetail.metricCategory.categorization": string;
|
|
5029
|
+
"evaluation.runDetail.metricCategory.toolsUsed": string;
|
|
5030
|
+
"evaluation.runDetail.metricCategory.custom": string;
|
|
5031
|
+
"evaluation.runDetail.testCase.pending": string;
|
|
5032
|
+
"evaluation.runDetail.testCase.running": string;
|
|
5033
|
+
"evaluation.runDetail.testCase.cancelled": string;
|
|
5034
|
+
"evaluation.runDetail.testCase.failed": string;
|
|
5035
|
+
"evaluation.runDetail.testCase.cancel": string;
|
|
5036
|
+
"evaluation.runDetail.testCase.cancelError": string;
|
|
5037
|
+
"evaluation.runDetail.testCase.rerun": string;
|
|
5038
|
+
"evaluation.runDetail.testCase.progress.accomplishing": string;
|
|
5039
|
+
"evaluation.runDetail.testCase.progress.actioning": string;
|
|
5040
|
+
"evaluation.runDetail.testCase.progress.actualizing": string;
|
|
5041
|
+
"evaluation.runDetail.testCase.progress.architecting": string;
|
|
5042
|
+
"evaluation.runDetail.testCase.progress.baking": string;
|
|
5043
|
+
"evaluation.runDetail.testCase.progress.beaming": string;
|
|
5044
|
+
"evaluation.runDetail.testCase.progress.beboppin": string;
|
|
5045
|
+
"evaluation.runDetail.testCase.progress.befuddling": string;
|
|
5046
|
+
"evaluation.runDetail.testCase.progress.billowing": string;
|
|
5047
|
+
"evaluation.runDetail.testCase.progress.blanching": string;
|
|
5048
|
+
"evaluation.runDetail.testCase.progress.bloviating": string;
|
|
5049
|
+
"evaluation.runDetail.testCase.progress.boogieing": string;
|
|
5050
|
+
"evaluation.runDetail.testCase.progress.boondoggling": string;
|
|
5051
|
+
"evaluation.runDetail.testCase.progress.booping": string;
|
|
5052
|
+
"evaluation.runDetail.testCase.progress.bootstrapping": string;
|
|
5053
|
+
"evaluation.runDetail.testCase.progress.brewing": string;
|
|
5054
|
+
"evaluation.runDetail.testCase.progress.bunning": string;
|
|
5055
|
+
"evaluation.runDetail.testCase.progress.burrowing": string;
|
|
5056
|
+
"evaluation.runDetail.testCase.progress.calculating": string;
|
|
5057
|
+
"evaluation.runDetail.testCase.progress.canoodling": string;
|
|
5058
|
+
"evaluation.runDetail.testCase.progress.caramelizing": string;
|
|
5059
|
+
"evaluation.runDetail.testCase.progress.cascading": string;
|
|
5060
|
+
"evaluation.runDetail.testCase.progress.catapulting": string;
|
|
5061
|
+
"evaluation.runDetail.testCase.progress.cerebrating": string;
|
|
5062
|
+
"evaluation.runDetail.testCase.progress.channeling": string;
|
|
5063
|
+
"evaluation.runDetail.testCase.progress.choreographing": string;
|
|
5064
|
+
"evaluation.runDetail.testCase.progress.churning": string;
|
|
5065
|
+
"evaluation.runDetail.testCase.progress.clauding": string;
|
|
5066
|
+
"evaluation.runDetail.testCase.progress.coalescing": string;
|
|
5067
|
+
"evaluation.runDetail.testCase.progress.cogitating": string;
|
|
5068
|
+
"evaluation.runDetail.testCase.progress.combobulating": string;
|
|
5069
|
+
"evaluation.runDetail.testCase.progress.composing": string;
|
|
5070
|
+
"evaluation.runDetail.testCase.progress.computing": string;
|
|
5071
|
+
"evaluation.runDetail.testCase.progress.concocting": string;
|
|
5072
|
+
"evaluation.runDetail.testCase.progress.considering": string;
|
|
5073
|
+
"evaluation.runDetail.testCase.progress.contemplating": string;
|
|
5074
|
+
"evaluation.runDetail.testCase.progress.cooking": string;
|
|
5075
|
+
"evaluation.runDetail.testCase.progress.crafting": string;
|
|
5076
|
+
"evaluation.runDetail.testCase.progress.creating": string;
|
|
5077
|
+
"evaluation.runDetail.testCase.progress.crunching": string;
|
|
5078
|
+
"evaluation.runDetail.testCase.progress.crystallizing": string;
|
|
5079
|
+
"evaluation.runDetail.testCase.progress.cultivating": string;
|
|
5080
|
+
"evaluation.runDetail.testCase.progress.deciphering": string;
|
|
5081
|
+
"evaluation.runDetail.testCase.progress.deliberating": string;
|
|
5082
|
+
"evaluation.runDetail.testCase.progress.determining": string;
|
|
5083
|
+
"evaluation.runDetail.testCase.progress.dillyDallying": string;
|
|
5084
|
+
"evaluation.runDetail.testCase.progress.discombobulating": string;
|
|
5085
|
+
"evaluation.runDetail.testCase.progress.doing": string;
|
|
5086
|
+
"evaluation.runDetail.testCase.progress.doodling": string;
|
|
5087
|
+
"evaluation.runDetail.runStatus.running": string;
|
|
5088
|
+
"evaluation.runDetail.runStatus.done": string;
|
|
5089
|
+
"evaluation.runDetail.runStatus.cancelled": string;
|
|
5090
|
+
"evaluation.runDetail.runStatus.failed": string;
|
|
4878
5091
|
"evaluation.runTest": string;
|
|
4879
5092
|
"evaluation.stopTest": string;
|
|
4880
5093
|
"evaluation.runInParallel.label.sequential": string;
|
|
@@ -5192,6 +5405,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5192
5405
|
"instanceAi.artifactsPanel.archived": string;
|
|
5193
5406
|
"instanceAi.previewTabBar.collapse": string;
|
|
5194
5407
|
"instanceAi.previewTabBar.openInEditor": string;
|
|
5408
|
+
"instanceAi.previewTabBar.openWorkflowInEditor": string;
|
|
5195
5409
|
"instanceAi.previewTabBar.copyLink": string;
|
|
5196
5410
|
"instanceAi.delegateCard.implementsStep": string;
|
|
5197
5411
|
"instanceAi.delegateCard.delegatingTo": string;
|
|
@@ -5205,6 +5419,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5205
5419
|
"instanceAi.confirmation.pendingInline": string;
|
|
5206
5420
|
"instanceAi.confirmation.agentContext": string;
|
|
5207
5421
|
"instanceAi.confirmation.approveAll": string;
|
|
5422
|
+
"instanceAi.confirmation.continue": string;
|
|
5208
5423
|
"instanceAi.gatewayConfirmation.allowForSession": string;
|
|
5209
5424
|
"instanceAi.gatewayConfirmation.allowOnce": string;
|
|
5210
5425
|
"instanceAi.gatewayConfirmation.denyOnce": string;
|
|
@@ -5217,6 +5432,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5217
5432
|
"instanceAi.domainAccess.allowDomain": string;
|
|
5218
5433
|
"instanceAi.domainAccess.allowAll": string;
|
|
5219
5434
|
"instanceAi.domainAccess.deny": string;
|
|
5435
|
+
"instanceAi.webSearch.prompt": string;
|
|
5436
|
+
"instanceAi.webSearch.allowThread": string;
|
|
5220
5437
|
"instanceAi.settings.permissions.fetchUrl.label": string;
|
|
5221
5438
|
"instanceAi.credential.selected": string;
|
|
5222
5439
|
"instanceAi.credential.required": string;
|
|
@@ -5242,6 +5459,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5242
5459
|
"instanceAi.workflowSetup.triggerError": string;
|
|
5243
5460
|
"instanceAi.workflowSetup.triggerListening": string;
|
|
5244
5461
|
"instanceAi.workflowSetup.apply": string;
|
|
5462
|
+
"instanceAi.workflowSetup.credentialTestFailedTooltip": string;
|
|
5245
5463
|
"instanceAi.workflowSetup.applyCompleted": string;
|
|
5246
5464
|
"instanceAi.workflowSetup.later": string;
|
|
5247
5465
|
"instanceAi.workflowSetup.loading": string;
|
|
@@ -5249,10 +5467,14 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5249
5467
|
"instanceAi.workflowSetup.applied": string;
|
|
5250
5468
|
"instanceAi.workflowSetup.partiallyApplied": string;
|
|
5251
5469
|
"instanceAi.workflowSetup.deferred": string;
|
|
5470
|
+
"instanceAi.workflowSetup.cardSkipped": string;
|
|
5252
5471
|
"instanceAi.workflowSetup.selectOption": string;
|
|
5253
5472
|
"instanceAi.workflowSetup.confirmTitle": string;
|
|
5254
5473
|
"instanceAi.workflowSetup.confirmDescription": string;
|
|
5255
5474
|
"instanceAi.workflowSetup.reviewDetails": string;
|
|
5475
|
+
"instanceAi.workflowSetup.stepCounter": string;
|
|
5476
|
+
"instanceAi.workflowSetup.prevStep": string;
|
|
5477
|
+
"instanceAi.workflowSetup.nextStep": string;
|
|
5256
5478
|
"instanceAi.debug.title": string;
|
|
5257
5479
|
"instanceAi.debug.copyTrace": string;
|
|
5258
5480
|
"instanceAi.debug.timing": string;
|
|
@@ -5567,26 +5789,278 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5567
5789
|
"instanceAi.filesystem.category.shell": string;
|
|
5568
5790
|
"instanceAi.settings.permissions.activateWorkflow.label": string;
|
|
5569
5791
|
"instanceAi.tools.patch-workflow": string;
|
|
5570
|
-
"
|
|
5571
|
-
"
|
|
5572
|
-
"
|
|
5573
|
-
"
|
|
5574
|
-
"
|
|
5575
|
-
"
|
|
5576
|
-
"
|
|
5577
|
-
"
|
|
5578
|
-
"
|
|
5579
|
-
"
|
|
5580
|
-
"
|
|
5581
|
-
"
|
|
5582
|
-
"
|
|
5583
|
-
"
|
|
5584
|
-
"
|
|
5585
|
-
"
|
|
5586
|
-
"
|
|
5587
|
-
"
|
|
5792
|
+
"agents.home.untitledAgent": string;
|
|
5793
|
+
"agents.relativeTime.justNow": string;
|
|
5794
|
+
"agents.relativeTime.secondsAgo": string;
|
|
5795
|
+
"agents.relativeTime.minutesAgo": string;
|
|
5796
|
+
"agents.relativeTime.hoursAgo": string;
|
|
5797
|
+
"agents.relativeTime.yesterday": string;
|
|
5798
|
+
"agents.sort.lastUpdated": string;
|
|
5799
|
+
"agents.sort.lastCreated": string;
|
|
5800
|
+
"agents.sort.nameAsc": string;
|
|
5801
|
+
"agents.sort.nameDesc": string;
|
|
5802
|
+
"agents.builder.save": string;
|
|
5803
|
+
"agents.builder.deleteAgent": string;
|
|
5804
|
+
"agents.delete.modal.title": string;
|
|
5805
|
+
"agents.delete.modal.description": string;
|
|
5806
|
+
"agents.delete.modal.button.delete": string;
|
|
5807
|
+
"agents.builder.saveError": string;
|
|
5808
|
+
"agents.builder.chatColumn.ariaLabel": string;
|
|
5809
|
+
"agents.builder.chatMode.build": string;
|
|
5810
|
+
"agents.builder.chatMode.test": string;
|
|
5811
|
+
"agents.builder.chatMode.ariaLabel": string;
|
|
5812
|
+
"agents.builder.chatMode.test.lockedTooltip": string;
|
|
5813
|
+
"agents.builder.chat.sessionPicker.ariaLabel": string;
|
|
5814
|
+
"agents.builder.chat.sessionPicker.empty": string;
|
|
5815
|
+
"agents.builder.chat.newChat.ariaLabel": string;
|
|
5816
|
+
"agents.builder.chat.newChat.label": string;
|
|
5817
|
+
"agents.builder.chat.fullWidth.expand.ariaLabel": string;
|
|
5818
|
+
"agents.builder.chat.fullWidth.collapse.ariaLabel": string;
|
|
5819
|
+
"agents.chat.loadHistory.error": string;
|
|
5820
|
+
"agents.chat.clearHistory.error": string;
|
|
5821
|
+
"agents.chat.clearHistory": string;
|
|
5822
|
+
"agents.chat.input.placeholder": string;
|
|
5823
|
+
"agents.chat.answerQuestionPlaceholder": string;
|
|
5824
|
+
"agents.chat.misconfigured.title": string;
|
|
5825
|
+
"agents.chat.misconfigured.missingPrefix": string;
|
|
5826
|
+
"agents.chat.misconfigured.missing.instructions": string;
|
|
5827
|
+
"agents.chat.misconfigured.missing.model": string;
|
|
5828
|
+
"agents.chat.misconfigured.missing.credential": string;
|
|
5829
|
+
"agents.chat.misconfigured.missing.agent": string;
|
|
5830
|
+
"agents.chat.misconfigured.missing.skill": string;
|
|
5831
|
+
"agents.chat.misconfigured.openBuild": string;
|
|
5832
|
+
"agents.chat.misconfigured.dismiss": string;
|
|
5833
|
+
"agents.chat.askCredential.skip": string;
|
|
5834
|
+
"agents.chat.askQuestion.otherLabel": string;
|
|
5835
|
+
"agents.chat.askQuestion.otherPlaceholder": string;
|
|
5836
|
+
"agents.chat.askQuestion.submit": string;
|
|
5837
|
+
"agents.list.published": string;
|
|
5838
|
+
"agents.list.noDescription": string;
|
|
5839
|
+
"agents.list.updatedAt": string;
|
|
5840
|
+
"agents.list.updated": string;
|
|
5841
|
+
"agents.list.created": string;
|
|
5842
|
+
"agents.list.empty.heading": string;
|
|
5843
|
+
"agents.list.empty.description": string;
|
|
5844
|
+
"agents.list.actions.publish": string;
|
|
5845
|
+
"agents.list.actions.unpublish": string;
|
|
5846
|
+
"agents.list.actions.delete": string;
|
|
5847
|
+
"agents.publish.button.publish": string;
|
|
5848
|
+
"agents.publish.button.published": string;
|
|
5849
|
+
"agents.publish.dropdown.publish": string;
|
|
5850
|
+
"agents.publish.dropdown.revertToPublished": string;
|
|
5851
|
+
"agents.publish.dropdown.unpublish": string;
|
|
5852
|
+
"agents.publish.dropdown.ariaLabel": string;
|
|
5853
|
+
"agents.publish.toast.published": string;
|
|
5854
|
+
"agents.publish.toast.reverted": string;
|
|
5855
|
+
"agents.publish.toast.unpublished": string;
|
|
5856
|
+
"agents.publish.error.publish": string;
|
|
5857
|
+
"agents.publish.error.revert": string;
|
|
5858
|
+
"agents.publish.error.unpublish": string;
|
|
5859
|
+
"agents.schedule.title": string;
|
|
5860
|
+
"agents.schedule.description": string;
|
|
5861
|
+
"agents.schedule.status.active": string;
|
|
5862
|
+
"agents.schedule.status.inactive": string;
|
|
5863
|
+
"agents.schedule.cron": string;
|
|
5864
|
+
"agents.schedule.cron.placeholder": string;
|
|
5865
|
+
"agents.schedule.wakeUpPrompt": string;
|
|
5866
|
+
"agents.schedule.wakeUpPrompt.placeholder": string;
|
|
5867
|
+
"agents.schedule.wakeUpPrompt.help": string;
|
|
5868
|
+
"agents.schedule.publishRequired": string;
|
|
5869
|
+
"agents.schedule.activate": string;
|
|
5870
|
+
"agents.schedule.deactivate": string;
|
|
5871
|
+
"agents.schedule.loadError": string;
|
|
5872
|
+
"agents.schedule.saveError": string;
|
|
5873
|
+
"agents.schedule.activateError": string;
|
|
5874
|
+
"agents.schedule.deactivateError": string;
|
|
5875
|
+
"agents.unpublish.modal.title": string;
|
|
5876
|
+
"agents.unpublish.modal.description": string;
|
|
5877
|
+
"agents.unpublish.modal.button.unpublish": string;
|
|
5878
|
+
"agents.revertToPublished.modal.title": string;
|
|
5879
|
+
"agents.revertToPublished.modal.description": string;
|
|
5880
|
+
"agents.revertToPublished.modal.button.revert": string;
|
|
5881
|
+
"agents.search.placeholder": string;
|
|
5882
|
+
"agents.tools.title": string;
|
|
5883
|
+
"agents.tools.add": string;
|
|
5884
|
+
"agents.tools.search.placeholder": string;
|
|
5885
|
+
"agents.tools.availableTools": string;
|
|
5886
|
+
"agents.tools.availableWorkflows": string;
|
|
5887
|
+
"agents.tools.noResults": string;
|
|
5888
|
+
"agents.tools.noResults.withQuery": string;
|
|
5889
|
+
"agents.tools.configure": string;
|
|
5890
|
+
"agents.tools.connect": string;
|
|
5891
|
+
"agents.tools.added": string;
|
|
5892
|
+
"agents.tools.connected": string;
|
|
5893
|
+
"agents.tools.addCredentials": string;
|
|
5894
|
+
"agents.tools.noCredentials": string;
|
|
5895
|
+
"agents.tools.workflow.incompatible.title": string;
|
|
5896
|
+
"agents.tools.workflow.incompatible.message": string;
|
|
5897
|
+
"agents.tools.workflow.fetchFailed.title": string;
|
|
5898
|
+
"agents.tools.workflow.fetchFailed.message": string;
|
|
5899
|
+
"agents.toolConfig.workflow.description": string;
|
|
5900
|
+
"agents.toolConfig.workflow.description.placeholder": string;
|
|
5901
|
+
"agents.toolConfig.workflow.description.hint": string;
|
|
5902
|
+
"agents.toolConfig.workflow.allOutputs": string;
|
|
5903
|
+
"agents.toolConfig.workflow.allOutputs.hint": string;
|
|
5904
|
+
"agents.toolConfig.save": string;
|
|
5905
|
+
"agents.toolConfig.cancel": string;
|
|
5906
|
+
"agents.new.title": string;
|
|
5907
|
+
"agents.new.defaultName": string;
|
|
5908
|
+
"agents.new.startBlank": string;
|
|
5909
|
+
"agents.new.heading": string;
|
|
5910
|
+
"agents.new.headingWithName": string;
|
|
5911
|
+
"agents.new.description.placeholder": string;
|
|
5912
|
+
"agents.new.templates.label": string;
|
|
5913
|
+
"agents.builder.sections.agent": string;
|
|
5914
|
+
"agents.builder.sections.advanced": string;
|
|
5915
|
+
"agents.builder.sections.configJson": string;
|
|
5916
|
+
"agents.builder.sections.evaluations": string;
|
|
5917
|
+
"agents.builder.sections.evaluations.comingSoon": string;
|
|
5918
|
+
"agents.builder.sections.executions": string;
|
|
5919
|
+
"agents.builder.sections.guardrails": string;
|
|
5920
|
+
"agents.builder.sections.instructions": string;
|
|
5921
|
+
"agents.builder.sections.memory": string;
|
|
5922
|
+
"agents.builder.sections.model": string;
|
|
5923
|
+
"agents.builder.sections.skills": string;
|
|
5924
|
+
"agents.builder.sections.tools": string;
|
|
5925
|
+
"agents.builder.sections.triggers": string;
|
|
5926
|
+
"agents.builder.agent.title": string;
|
|
5927
|
+
"agents.builder.agent.description": string;
|
|
5928
|
+
"agents.builder.agent.name.label": string;
|
|
5929
|
+
"agents.builder.agent.name.placeholder": string;
|
|
5930
|
+
"agents.builder.agent.description.label": string;
|
|
5931
|
+
"agents.builder.agent.description.placeholder": string;
|
|
5932
|
+
"agents.builder.agent.model.label": string;
|
|
5933
|
+
"agents.builder.agent.instructions.label": string;
|
|
5934
|
+
"agents.builder.agent.instructions.characterCount": string;
|
|
5935
|
+
"agents.builder.advanced.title": string;
|
|
5936
|
+
"agents.builder.advanced.description": string;
|
|
5937
|
+
"agents.builder.advanced.thinking.label": string;
|
|
5938
|
+
"agents.builder.advanced.thinking.hint": string;
|
|
5939
|
+
"agents.builder.advanced.thinking.unsupportedTooltip": string;
|
|
5940
|
+
"agents.builder.advanced.thinking.unsupportedProviderFallback": string;
|
|
5941
|
+
"agents.builder.advanced.budgetTokens.label": string;
|
|
5942
|
+
"agents.builder.advanced.reasoningEffort.label": string;
|
|
5943
|
+
"agents.builder.advanced.concurrency.label": string;
|
|
5944
|
+
"agents.builder.advanced.concurrency.hint": string;
|
|
5945
|
+
"agents.builder.memory.title": string;
|
|
5946
|
+
"agents.builder.memory.recentMessages.label": string;
|
|
5947
|
+
"agents.builder.memory.semanticRecall.topK": string;
|
|
5948
|
+
"agents.builder.memory.semanticRecall.rangeBefore": string;
|
|
5949
|
+
"agents.builder.memory.semanticRecall.rangeAfter": string;
|
|
5950
|
+
"agents.builder.editor.copy": string;
|
|
5951
|
+
"agents.builder.editor.copied": string;
|
|
5952
|
+
"agents.builder.progress.building.title": string;
|
|
5953
|
+
"agents.builder.progress.building.hint": string;
|
|
5954
|
+
"agents.builder.progress.error.title": string;
|
|
5955
|
+
"agents.builder.progress.error.hint": string;
|
|
5956
|
+
"agents.builder.tools.title": string;
|
|
5957
|
+
"agents.builder.tools.count": string;
|
|
5958
|
+
"agents.builder.tools.add": string;
|
|
5959
|
+
"agents.builder.tools.builtIn.title": string;
|
|
5960
|
+
"agents.builder.tools.builtIn.hint": string;
|
|
5961
|
+
"agents.builder.tools.empty": string;
|
|
5962
|
+
"agents.builder.tools.workflows.title": string;
|
|
5963
|
+
"agents.builder.tools.remove": string;
|
|
5964
|
+
"agents.builder.tools.back": string;
|
|
5965
|
+
"agents.builder.skills.title": string;
|
|
5966
|
+
"agents.builder.skills.count": string;
|
|
5967
|
+
"agents.builder.skills.add": string;
|
|
5968
|
+
"agents.builder.skills.empty": string;
|
|
5969
|
+
"agents.builder.skills.instructions": string;
|
|
5970
|
+
"agents.builder.skills.name.label": string;
|
|
5971
|
+
"agents.builder.skills.name.placeholder": string;
|
|
5972
|
+
"agents.builder.skills.description.label": string;
|
|
5973
|
+
"agents.builder.skills.description.placeholder": string;
|
|
5974
|
+
"agents.builder.skills.instructions.label": string;
|
|
5975
|
+
"agents.builder.skills.instructions.characterCount": string;
|
|
5976
|
+
"agents.builder.skills.instructions.file.upload": string;
|
|
5977
|
+
"agents.builder.skills.instructions.file.invalidType": string;
|
|
5978
|
+
"agents.builder.skills.instructions.file.readError": string;
|
|
5979
|
+
"agents.builder.skills.create.title": string;
|
|
5980
|
+
"agents.builder.skills.create.cancel": string;
|
|
5981
|
+
"agents.builder.skills.create.save": string;
|
|
5982
|
+
"agents.builder.skills.create.error": string;
|
|
5983
|
+
"agents.builder.skills.added": string;
|
|
5984
|
+
"agents.builder.skills.saveError": string;
|
|
5985
|
+
"agents.builder.skills.validation.nameRequired": string;
|
|
5986
|
+
"agents.builder.skills.validation.nameMaxLength": string;
|
|
5987
|
+
"agents.builder.skills.validation.descriptionRequired": string;
|
|
5988
|
+
"agents.builder.skills.validation.descriptionMaxLength": string;
|
|
5989
|
+
"agents.builder.skills.validation.instructionsRequired": string;
|
|
5990
|
+
"agents.builder.skills.validation.instructionsMaxLength": string;
|
|
5991
|
+
"agents.builder.skills.remove": string;
|
|
5992
|
+
"agents.builder.skills.back": string;
|
|
5993
|
+
"agents.builder.editor.invalidJson": string;
|
|
5994
|
+
"agents.builder.editorColumn.ariaLabel": string;
|
|
5995
|
+
"agents.builder.tree.ariaLabel": string;
|
|
5996
|
+
"agents.builder.tree.empty": string;
|
|
5997
|
+
"agents.builder.tree.toolFallback": string;
|
|
5998
|
+
"agents.builder.tree.customBadge": string;
|
|
5999
|
+
"agents.builder.tree.foldersEmpty": string;
|
|
6000
|
+
"agents.builder.header.executions": string;
|
|
6001
|
+
"agents.builder.header.tab.agent": string;
|
|
6002
|
+
"agents.builder.header.tab.executions": string;
|
|
6003
|
+
"agents.builder.header.tab.evaluations": string;
|
|
6004
|
+
"agents.builder.header.tab.raw": string;
|
|
6005
|
+
"agents.builder.header.workspaceCrumb": string;
|
|
6006
|
+
"agents.builder.header.projectFallback": string;
|
|
6007
|
+
"agents.builder.header.switcher.empty": string;
|
|
6008
|
+
"agents.builder.header.switcher.ariaLabel": string;
|
|
6009
|
+
"agents.builder.header.saving": string;
|
|
6010
|
+
"agents.builder.header.saved": string;
|
|
6011
|
+
"agents.builder.executions.count": string;
|
|
6012
|
+
"agents.builder.raw.description": string;
|
|
6013
|
+
"agents.builder.evaluations.comingSoon": string;
|
|
6014
|
+
"agents.builder.evaluations.configuredInCode": string;
|
|
6015
|
+
"agents.builder.evaluations.type.check": string;
|
|
6016
|
+
"agents.builder.evaluations.type.judge": string;
|
|
6017
|
+
"agents.builder.evaluations.credentialConfigured": string;
|
|
6018
|
+
"agents.builder.evaluations.emptyPrefix": string;
|
|
6019
|
+
"agents.builder.quickActions.addTool": string;
|
|
6020
|
+
"agents.builder.quickActions.addTrigger": string;
|
|
6021
|
+
"agents.builder.capabilities.title": string;
|
|
6022
|
+
"agents.builder.triggers.title": string;
|
|
6023
|
+
"agents.builder.triggers.description": string;
|
|
6024
|
+
"agents.builder.triggers.count": string;
|
|
6025
|
+
"agents.builder.triggers.empty": string;
|
|
6026
|
+
"agents.builder.triggers.add": string;
|
|
6027
|
+
"agents.builder.triggers.empty.title": string;
|
|
6028
|
+
"agents.builder.triggers.empty.description": string;
|
|
6029
|
+
"agents.builder.addTrigger.modal.title": string;
|
|
6030
|
+
"agents.builder.addTrigger.modal.description": string;
|
|
6031
|
+
"agents.builder.addTrigger.picker.label": string;
|
|
6032
|
+
"agents.builder.addTrigger.picker.placeholder": string;
|
|
6033
|
+
"agents.builder.addTrigger.picker.empty": string;
|
|
6034
|
+
"agents.builder.addTrigger.status.connected": string;
|
|
6035
|
+
"agents.builder.addTrigger.status.disconnected": string;
|
|
6036
|
+
"agents.builder.addTrigger.credential": string;
|
|
6037
|
+
"agents.builder.addTrigger.selectCredential": string;
|
|
6038
|
+
"agents.builder.addTrigger.editCredential": string;
|
|
6039
|
+
"agents.builder.addTrigger.noCredentials": string;
|
|
6040
|
+
"agents.builder.addTrigger.addCredential": string;
|
|
6041
|
+
"agents.builder.addTrigger.newCredential": string;
|
|
6042
|
+
"agents.builder.addTrigger.connect": string;
|
|
6043
|
+
"agents.builder.addTrigger.publishPrompt.title": string;
|
|
6044
|
+
"agents.builder.addTrigger.publishPrompt.description": string;
|
|
6045
|
+
"agents.builder.addTrigger.publishPrompt.confirm": string;
|
|
6046
|
+
"agents.builder.addTrigger.disconnect": string;
|
|
6047
|
+
"agents.builder.addTrigger.copy": string;
|
|
6048
|
+
"agents.builder.addTrigger.copied": string;
|
|
6049
|
+
"agents.builder.addTrigger.noIntegrations": string;
|
|
6050
|
+
"agents.builder.addTrigger.slack.manifestHint": string;
|
|
6051
|
+
"agents.builder.addTrigger.slack.viewJson": string;
|
|
6052
|
+
"agents.builder.addTrigger.slack.hideJson": string;
|
|
6053
|
+
"agents.builder.addTrigger.slack.copyManifest": string;
|
|
6054
|
+
"agents.builder.addTrigger.slack.manifestTitle": string;
|
|
6055
|
+
"agents.builder.addTrigger.helpText.slack": string;
|
|
6056
|
+
"agents.builder.addTrigger.helpText.telegram": string;
|
|
6057
|
+
"agents.builder.addTrigger.helpText.linear": string;
|
|
6058
|
+
"agents.builder.addTrigger.connectedText.slack": string;
|
|
6059
|
+
"agents.builder.addTrigger.connectedText.telegram": string;
|
|
6060
|
+
"agents.builder.addTrigger.connectedText.linear": string;
|
|
5588
6061
|
"instanceAi.welcomeModal.gateway.title": string;
|
|
5589
6062
|
"instanceAi.welcomeModal.gateway.description": string;
|
|
6063
|
+
"instanceAi.welcomeModal.gateway.warning": string;
|
|
5590
6064
|
"instanceAi.welcomeModal.gateway.os.mac": string;
|
|
5591
6065
|
"instanceAi.welcomeModal.gateway.os.windows": string;
|
|
5592
6066
|
"instanceAi.welcomeModal.gateway.os.linux": string;
|
|
@@ -5596,7 +6070,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5596
6070
|
"instanceAi.welcomeModal.gateway.instructions.mac": string;
|
|
5597
6071
|
"instanceAi.welcomeModal.gateway.instructions.windows": string;
|
|
5598
6072
|
"instanceAi.welcomeModal.gateway.instructions.linux": string;
|
|
5599
|
-
"instanceAi.welcomeModal.gateway.
|
|
6073
|
+
"instanceAi.welcomeModal.gateway.tokenExpiresIn": string;
|
|
6074
|
+
"instanceAi.welcomeModal.gateway.tokenExpired": string;
|
|
5600
6075
|
};
|
|
5601
6076
|
}, {}, {}, string, false>;
|
|
5602
6077
|
declare const i18nVersion: vue0.Ref<number, number>;
|