bailian-cli-commands 1.10.1 → 1.11.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.d.mts +442 -44
- package/dist/index.mjs +113 -67
- package/package.json +4 -3
package/dist/index.d.mts
CHANGED
|
@@ -75,7 +75,7 @@ declare const _default$3: _$bailian_cli_core0.Command<{
|
|
|
75
75
|
}>;
|
|
76
76
|
//#endregion
|
|
77
77
|
//#region src/commands/text/chat.d.ts
|
|
78
|
-
declare const _default$
|
|
78
|
+
declare const _default$81: _$bailian_cli_core0.Command<{
|
|
79
79
|
model: {
|
|
80
80
|
type: "string";
|
|
81
81
|
valueHint: string;
|
|
@@ -132,7 +132,7 @@ declare const _default$64: _$bailian_cli_core0.Command<{
|
|
|
132
132
|
}>;
|
|
133
133
|
//#endregion
|
|
134
134
|
//#region src/commands/omni/chat.d.ts
|
|
135
|
-
declare const _default$
|
|
135
|
+
declare const _default$82: _$bailian_cli_core0.Command<{
|
|
136
136
|
message: {
|
|
137
137
|
type: "array";
|
|
138
138
|
valueHint: string;
|
|
@@ -315,6 +315,11 @@ declare const _default$35: _$bailian_cli_core0.Command<{
|
|
|
315
315
|
valueHint: string;
|
|
316
316
|
description: string;
|
|
317
317
|
};
|
|
318
|
+
function: {
|
|
319
|
+
type: "string";
|
|
320
|
+
valueHint: string;
|
|
321
|
+
description: string;
|
|
322
|
+
};
|
|
318
323
|
promptExtend: {
|
|
319
324
|
type: "boolean";
|
|
320
325
|
valueHint: string;
|
|
@@ -343,7 +348,7 @@ declare const _default$35: _$bailian_cli_core0.Command<{
|
|
|
343
348
|
}>;
|
|
344
349
|
//#endregion
|
|
345
350
|
//#region src/commands/video/generate.d.ts
|
|
346
|
-
declare const _default$
|
|
351
|
+
declare const _default$94: _$bailian_cli_core0.Command<{
|
|
347
352
|
concurrent: {
|
|
348
353
|
type: "number";
|
|
349
354
|
valueHint: string;
|
|
@@ -417,7 +422,7 @@ declare const _default$77: _$bailian_cli_core0.Command<{
|
|
|
417
422
|
}>;
|
|
418
423
|
//#endregion
|
|
419
424
|
//#region src/commands/video/edit.d.ts
|
|
420
|
-
declare const _default$
|
|
425
|
+
declare const _default$93: _$bailian_cli_core0.Command<{
|
|
421
426
|
concurrent: {
|
|
422
427
|
type: "number";
|
|
423
428
|
valueHint: string;
|
|
@@ -502,7 +507,7 @@ declare const _default$76: _$bailian_cli_core0.Command<{
|
|
|
502
507
|
}>;
|
|
503
508
|
//#endregion
|
|
504
509
|
//#region src/commands/video/ref.d.ts
|
|
505
|
-
declare const _default$
|
|
510
|
+
declare const _default$95: _$bailian_cli_core0.Command<{
|
|
506
511
|
concurrent: {
|
|
507
512
|
type: "number";
|
|
508
513
|
valueHint: string;
|
|
@@ -586,7 +591,7 @@ declare const _default$78: _$bailian_cli_core0.Command<{
|
|
|
586
591
|
}>;
|
|
587
592
|
//#endregion
|
|
588
593
|
//#region src/commands/video/task-get.d.ts
|
|
589
|
-
declare const _default$
|
|
594
|
+
declare const _default$96: _$bailian_cli_core0.Command<{
|
|
590
595
|
taskId: {
|
|
591
596
|
type: "string";
|
|
592
597
|
valueHint: string;
|
|
@@ -596,7 +601,7 @@ declare const _default$79: _$bailian_cli_core0.Command<{
|
|
|
596
601
|
}>;
|
|
597
602
|
//#endregion
|
|
598
603
|
//#region src/commands/video/download.d.ts
|
|
599
|
-
declare const _default$
|
|
604
|
+
declare const _default$92: _$bailian_cli_core0.Command<{
|
|
600
605
|
taskId: {
|
|
601
606
|
type: "string";
|
|
602
607
|
valueHint: string;
|
|
@@ -612,7 +617,7 @@ declare const _default$75: _$bailian_cli_core0.Command<{
|
|
|
612
617
|
}>;
|
|
613
618
|
//#endregion
|
|
614
619
|
//#region src/commands/vision/describe.d.ts
|
|
615
|
-
declare const _default$
|
|
620
|
+
declare const _default$97: _$bailian_cli_core0.Command<{
|
|
616
621
|
image: {
|
|
617
622
|
type: "string";
|
|
618
623
|
valueHint: string;
|
|
@@ -710,7 +715,7 @@ declare const _default$7: _$bailian_cli_core0.Command<{
|
|
|
710
715
|
}>;
|
|
711
716
|
//#endregion
|
|
712
717
|
//#region src/commands/update.d.ts
|
|
713
|
-
declare const _default$
|
|
718
|
+
declare const _default$87: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
714
719
|
//#endregion
|
|
715
720
|
//#region src/commands/app/call.d.ts
|
|
716
721
|
declare const _default$1: _$bailian_cli_core0.Command<{
|
|
@@ -786,7 +791,7 @@ declare const _default$2: _$bailian_cli_core0.Command<{
|
|
|
786
791
|
}>;
|
|
787
792
|
//#endregion
|
|
788
793
|
//#region src/commands/memory/add.d.ts
|
|
789
|
-
declare const _default$
|
|
794
|
+
declare const _default$60: _$bailian_cli_core0.Command<{
|
|
790
795
|
userId: {
|
|
791
796
|
type: "string";
|
|
792
797
|
valueHint: string;
|
|
@@ -816,7 +821,7 @@ declare const _default$43: _$bailian_cli_core0.Command<{
|
|
|
816
821
|
}>;
|
|
817
822
|
//#endregion
|
|
818
823
|
//#region src/commands/memory/search.d.ts
|
|
819
|
-
declare const _default$
|
|
824
|
+
declare const _default$65: _$bailian_cli_core0.Command<{
|
|
820
825
|
userId: {
|
|
821
826
|
type: "string";
|
|
822
827
|
valueHint: string;
|
|
@@ -846,7 +851,7 @@ declare const _default$48: _$bailian_cli_core0.Command<{
|
|
|
846
851
|
}>;
|
|
847
852
|
//#endregion
|
|
848
853
|
//#region src/commands/memory/list.d.ts
|
|
849
|
-
declare const _default$
|
|
854
|
+
declare const _default$62: _$bailian_cli_core0.Command<{
|
|
850
855
|
userId: {
|
|
851
856
|
type: "string";
|
|
852
857
|
valueHint: string;
|
|
@@ -871,7 +876,7 @@ declare const _default$45: _$bailian_cli_core0.Command<{
|
|
|
871
876
|
}>;
|
|
872
877
|
//#endregion
|
|
873
878
|
//#region src/commands/memory/update.d.ts
|
|
874
|
-
declare const _default$
|
|
879
|
+
declare const _default$66: _$bailian_cli_core0.Command<{
|
|
875
880
|
nodeId: {
|
|
876
881
|
type: "string";
|
|
877
882
|
valueHint: string;
|
|
@@ -898,7 +903,7 @@ declare const _default$49: _$bailian_cli_core0.Command<{
|
|
|
898
903
|
}>;
|
|
899
904
|
//#endregion
|
|
900
905
|
//#region src/commands/memory/delete.d.ts
|
|
901
|
-
declare const _default$
|
|
906
|
+
declare const _default$61: _$bailian_cli_core0.Command<{
|
|
902
907
|
nodeId: {
|
|
903
908
|
type: "string";
|
|
904
909
|
valueHint: string;
|
|
@@ -919,7 +924,7 @@ declare const _default$44: _$bailian_cli_core0.Command<{
|
|
|
919
924
|
}>;
|
|
920
925
|
//#endregion
|
|
921
926
|
//#region src/commands/memory/profile-create.d.ts
|
|
922
|
-
declare const _default$
|
|
927
|
+
declare const _default$63: _$bailian_cli_core0.Command<{
|
|
923
928
|
name: {
|
|
924
929
|
type: "string";
|
|
925
930
|
valueHint: string;
|
|
@@ -940,7 +945,7 @@ declare const _default$46: _$bailian_cli_core0.Command<{
|
|
|
940
945
|
}>;
|
|
941
946
|
//#endregion
|
|
942
947
|
//#region src/commands/memory/profile-get.d.ts
|
|
943
|
-
declare const _default$
|
|
948
|
+
declare const _default$64: _$bailian_cli_core0.Command<{
|
|
944
949
|
schemaId: {
|
|
945
950
|
type: "string";
|
|
946
951
|
valueHint: string;
|
|
@@ -1067,7 +1072,7 @@ declare const _default$37: _$bailian_cli_core0.Command<{
|
|
|
1067
1072
|
}>;
|
|
1068
1073
|
//#endregion
|
|
1069
1074
|
//#region src/commands/mcp/call.d.ts
|
|
1070
|
-
declare const _default$
|
|
1075
|
+
declare const _default$57: _$bailian_cli_core0.Command<{
|
|
1071
1076
|
target: {
|
|
1072
1077
|
type: "string";
|
|
1073
1078
|
valueHint: string;
|
|
@@ -1097,7 +1102,7 @@ declare const _default$40: _$bailian_cli_core0.Command<{
|
|
|
1097
1102
|
}>;
|
|
1098
1103
|
//#endregion
|
|
1099
1104
|
//#region src/commands/mcp/list.d.ts
|
|
1100
|
-
declare const _default$
|
|
1105
|
+
declare const _default$58: _$bailian_cli_core0.Command<{
|
|
1101
1106
|
name: {
|
|
1102
1107
|
type: "string";
|
|
1103
1108
|
valueHint: string;
|
|
@@ -1121,7 +1126,7 @@ declare const _default$41: _$bailian_cli_core0.Command<{
|
|
|
1121
1126
|
}>;
|
|
1122
1127
|
//#endregion
|
|
1123
1128
|
//#region src/commands/mcp/tools.d.ts
|
|
1124
|
-
declare const _default$
|
|
1129
|
+
declare const _default$59: _$bailian_cli_core0.Command<{
|
|
1125
1130
|
server: {
|
|
1126
1131
|
type: "string";
|
|
1127
1132
|
valueHint: string;
|
|
@@ -1136,7 +1141,7 @@ declare const _default$42: _$bailian_cli_core0.Command<{
|
|
|
1136
1141
|
}>;
|
|
1137
1142
|
//#endregion
|
|
1138
1143
|
//#region src/commands/search/web.d.ts
|
|
1139
|
-
declare const _default$
|
|
1144
|
+
declare const _default$78: _$bailian_cli_core0.Command<{
|
|
1140
1145
|
query: {
|
|
1141
1146
|
type: "string";
|
|
1142
1147
|
valueHint: string;
|
|
@@ -1154,7 +1159,7 @@ declare const _default$61: _$bailian_cli_core0.Command<{
|
|
|
1154
1159
|
}>;
|
|
1155
1160
|
//#endregion
|
|
1156
1161
|
//#region src/commands/speech/synthesize.d.ts
|
|
1157
|
-
declare const _default$
|
|
1162
|
+
declare const _default$80: _$bailian_cli_core0.Command<{
|
|
1158
1163
|
concurrent: {
|
|
1159
1164
|
type: "number";
|
|
1160
1165
|
valueHint: string;
|
|
@@ -1241,7 +1246,7 @@ declare const _default$63: _$bailian_cli_core0.Command<{
|
|
|
1241
1246
|
}>;
|
|
1242
1247
|
//#endregion
|
|
1243
1248
|
//#region src/commands/speech/recognize.d.ts
|
|
1244
|
-
declare const _default$
|
|
1249
|
+
declare const _default$79: _$bailian_cli_core0.Command<{
|
|
1245
1250
|
async: {
|
|
1246
1251
|
type: "switch";
|
|
1247
1252
|
description: string;
|
|
@@ -1326,7 +1331,7 @@ declare const _default$13: _$bailian_cli_core0.Command<{
|
|
|
1326
1331
|
}>;
|
|
1327
1332
|
//#endregion
|
|
1328
1333
|
//#region src/commands/usage/free.d.ts
|
|
1329
|
-
declare const _default$
|
|
1334
|
+
declare const _default$88: _$bailian_cli_core0.Command<{
|
|
1330
1335
|
model: {
|
|
1331
1336
|
type: "string";
|
|
1332
1337
|
valueHint: string;
|
|
@@ -1350,7 +1355,7 @@ declare const _default$71: _$bailian_cli_core0.Command<{
|
|
|
1350
1355
|
}>;
|
|
1351
1356
|
//#endregion
|
|
1352
1357
|
//#region src/commands/usage/freetier.d.ts
|
|
1353
|
-
declare const _default$
|
|
1358
|
+
declare const _default$89: _$bailian_cli_core0.Command<{
|
|
1354
1359
|
model: {
|
|
1355
1360
|
type: "string";
|
|
1356
1361
|
valueHint: string;
|
|
@@ -1371,7 +1376,7 @@ declare const _default$72: _$bailian_cli_core0.Command<{
|
|
|
1371
1376
|
}>;
|
|
1372
1377
|
//#endregion
|
|
1373
1378
|
//#region src/commands/usage/stats.d.ts
|
|
1374
|
-
declare const _default$
|
|
1379
|
+
declare const _default$90: _$bailian_cli_core0.Command<{
|
|
1375
1380
|
model: {
|
|
1376
1381
|
type: "string";
|
|
1377
1382
|
valueHint: string;
|
|
@@ -1390,7 +1395,7 @@ declare const _default$73: _$bailian_cli_core0.Command<{
|
|
|
1390
1395
|
}>;
|
|
1391
1396
|
//#endregion
|
|
1392
1397
|
//#region src/commands/usage/summary.d.ts
|
|
1393
|
-
declare const _default$
|
|
1398
|
+
declare const _default$91: _$bailian_cli_core0.Command<{
|
|
1394
1399
|
days: {
|
|
1395
1400
|
type: "string";
|
|
1396
1401
|
valueHint: string;
|
|
@@ -1399,7 +1404,7 @@ declare const _default$74: _$bailian_cli_core0.Command<{
|
|
|
1399
1404
|
}>;
|
|
1400
1405
|
//#endregion
|
|
1401
1406
|
//#region src/commands/pipeline/run.d.ts
|
|
1402
|
-
declare const _default$
|
|
1407
|
+
declare const _default$68: _$bailian_cli_core0.Command<{
|
|
1403
1408
|
file: {
|
|
1404
1409
|
type: "string";
|
|
1405
1410
|
valueHint: string;
|
|
@@ -1435,7 +1440,7 @@ declare const _default$51: _$bailian_cli_core0.Command<{
|
|
|
1435
1440
|
}>;
|
|
1436
1441
|
//#endregion
|
|
1437
1442
|
//#region src/commands/pipeline/validate.d.ts
|
|
1438
|
-
declare const _default$
|
|
1443
|
+
declare const _default$69: _$bailian_cli_core0.Command<{
|
|
1439
1444
|
file: {
|
|
1440
1445
|
type: "string";
|
|
1441
1446
|
valueHint: string;
|
|
@@ -1455,7 +1460,7 @@ declare const _default: _$bailian_cli_core0.Command<{
|
|
|
1455
1460
|
}>;
|
|
1456
1461
|
//#endregion
|
|
1457
1462
|
//#region src/commands/model/list.d.ts
|
|
1458
|
-
declare const _default$
|
|
1463
|
+
declare const _default$67: _$bailian_cli_core0.Command<{
|
|
1459
1464
|
model: {
|
|
1460
1465
|
type: "string";
|
|
1461
1466
|
valueHint: string;
|
|
@@ -1498,7 +1503,7 @@ declare const _default$50: _$bailian_cli_core0.Command<{
|
|
|
1498
1503
|
}>;
|
|
1499
1504
|
//#endregion
|
|
1500
1505
|
//#region src/commands/workspace/list.d.ts
|
|
1501
|
-
declare const _default$
|
|
1506
|
+
declare const _default$99: _$bailian_cli_core0.Command<{
|
|
1502
1507
|
list: {
|
|
1503
1508
|
type: "string";
|
|
1504
1509
|
valueHint: string;
|
|
@@ -1507,7 +1512,7 @@ declare const _default$82: _$bailian_cli_core0.Command<{
|
|
|
1507
1512
|
}>;
|
|
1508
1513
|
//#endregion
|
|
1509
1514
|
//#region src/commands/quota/list.d.ts
|
|
1510
|
-
declare const _default$
|
|
1515
|
+
declare const _default$76: _$bailian_cli_core0.Command<{
|
|
1511
1516
|
model: {
|
|
1512
1517
|
type: "string";
|
|
1513
1518
|
valueHint: string;
|
|
@@ -1516,7 +1521,7 @@ declare const _default$59: _$bailian_cli_core0.Command<{
|
|
|
1516
1521
|
}>;
|
|
1517
1522
|
//#endregion
|
|
1518
1523
|
//#region src/commands/quota/request.d.ts
|
|
1519
|
-
declare const _default$
|
|
1524
|
+
declare const _default$77: _$bailian_cli_core0.Command<{
|
|
1520
1525
|
model: {
|
|
1521
1526
|
type: "string";
|
|
1522
1527
|
valueHint: string;
|
|
@@ -1532,7 +1537,7 @@ declare const _default$60: _$bailian_cli_core0.Command<{
|
|
|
1532
1537
|
}>;
|
|
1533
1538
|
//#endregion
|
|
1534
1539
|
//#region src/commands/quota/history.d.ts
|
|
1535
|
-
declare const _default$
|
|
1540
|
+
declare const _default$75: _$bailian_cli_core0.Command<{
|
|
1536
1541
|
page: {
|
|
1537
1542
|
type: "string";
|
|
1538
1543
|
valueHint: string;
|
|
@@ -1551,7 +1556,7 @@ declare const _default$58: _$bailian_cli_core0.Command<{
|
|
|
1551
1556
|
}>;
|
|
1552
1557
|
//#endregion
|
|
1553
1558
|
//#region src/commands/quota/check.d.ts
|
|
1554
|
-
declare const _default$
|
|
1559
|
+
declare const _default$74: _$bailian_cli_core0.Command<{
|
|
1555
1560
|
model: {
|
|
1556
1561
|
type: "string";
|
|
1557
1562
|
valueHint: string;
|
|
@@ -2211,7 +2216,7 @@ declare const _default$19: _$bailian_cli_core0.Command<{
|
|
|
2211
2216
|
}>;
|
|
2212
2217
|
//#endregion
|
|
2213
2218
|
//#region src/commands/token-plan/list-seats.d.ts
|
|
2214
|
-
declare const _default$
|
|
2219
|
+
declare const _default$86: _$bailian_cli_core0.Command<{
|
|
2215
2220
|
callerUacAccountId: {
|
|
2216
2221
|
type: "string";
|
|
2217
2222
|
valueHint: string;
|
|
@@ -2260,7 +2265,7 @@ declare const _default$69: _$bailian_cli_core0.Command<{
|
|
|
2260
2265
|
}>;
|
|
2261
2266
|
//#endregion
|
|
2262
2267
|
//#region src/commands/token-plan/create-key.d.ts
|
|
2263
|
-
declare const _default$
|
|
2268
|
+
declare const _default$85: _$bailian_cli_core0.Command<{
|
|
2264
2269
|
callerUacAccountId: {
|
|
2265
2270
|
type: "string";
|
|
2266
2271
|
valueHint: string;
|
|
@@ -2290,7 +2295,7 @@ declare const _default$68: _$bailian_cli_core0.Command<{
|
|
|
2290
2295
|
}>;
|
|
2291
2296
|
//#endregion
|
|
2292
2297
|
//#region src/commands/token-plan/assign-seats.d.ts
|
|
2293
|
-
declare const _default$
|
|
2298
|
+
declare const _default$84: _$bailian_cli_core0.Command<{
|
|
2294
2299
|
callerUacAccountId: {
|
|
2295
2300
|
type: "string";
|
|
2296
2301
|
valueHint: string;
|
|
@@ -2325,7 +2330,7 @@ declare const _default$67: _$bailian_cli_core0.Command<{
|
|
|
2325
2330
|
}>;
|
|
2326
2331
|
//#endregion
|
|
2327
2332
|
//#region src/commands/token-plan/add-member.d.ts
|
|
2328
|
-
declare const _default$
|
|
2333
|
+
declare const _default$83: _$bailian_cli_core0.Command<{
|
|
2329
2334
|
callerUacAccountId: {
|
|
2330
2335
|
type: "string";
|
|
2331
2336
|
valueHint: string;
|
|
@@ -2360,8 +2365,401 @@ declare const _default$66: _$bailian_cli_core0.Command<{
|
|
|
2360
2365
|
};
|
|
2361
2366
|
}>;
|
|
2362
2367
|
//#endregion
|
|
2368
|
+
//#region src/commands/managed-agent/init.d.ts
|
|
2369
|
+
declare const _default$42: _$bailian_cli_core0.Command<{
|
|
2370
|
+
provider: {
|
|
2371
|
+
type: "string";
|
|
2372
|
+
valueHint: string;
|
|
2373
|
+
description: string;
|
|
2374
|
+
choices: readonly ["bailian", "claude", "qoder", "ark", "all"];
|
|
2375
|
+
};
|
|
2376
|
+
agentName: {
|
|
2377
|
+
type: "string";
|
|
2378
|
+
valueHint: string;
|
|
2379
|
+
description: string;
|
|
2380
|
+
};
|
|
2381
|
+
file: {
|
|
2382
|
+
type: "string";
|
|
2383
|
+
valueHint: string;
|
|
2384
|
+
description: string;
|
|
2385
|
+
};
|
|
2386
|
+
force: {
|
|
2387
|
+
type: "switch";
|
|
2388
|
+
description: string;
|
|
2389
|
+
};
|
|
2390
|
+
}>;
|
|
2391
|
+
//#endregion
|
|
2392
|
+
//#region src/commands/managed-agent/validate.d.ts
|
|
2393
|
+
declare const _default$56: _$bailian_cli_core0.Command<{
|
|
2394
|
+
file: {
|
|
2395
|
+
type: "string";
|
|
2396
|
+
valueHint: string;
|
|
2397
|
+
description: string;
|
|
2398
|
+
};
|
|
2399
|
+
}>;
|
|
2400
|
+
//#endregion
|
|
2401
|
+
//#region src/commands/managed-agent/plan.d.ts
|
|
2402
|
+
declare const _default$43: _$bailian_cli_core0.Command<{
|
|
2403
|
+
file: {
|
|
2404
|
+
type: "string";
|
|
2405
|
+
valueHint: string;
|
|
2406
|
+
description: string;
|
|
2407
|
+
};
|
|
2408
|
+
provider: {
|
|
2409
|
+
type: "string";
|
|
2410
|
+
valueHint: string;
|
|
2411
|
+
description: string;
|
|
2412
|
+
};
|
|
2413
|
+
noRefresh: {
|
|
2414
|
+
type: "switch";
|
|
2415
|
+
description: string;
|
|
2416
|
+
};
|
|
2417
|
+
refreshOnly: {
|
|
2418
|
+
type: "switch";
|
|
2419
|
+
description: string;
|
|
2420
|
+
};
|
|
2421
|
+
}>;
|
|
2422
|
+
//#endregion
|
|
2423
|
+
//#region src/commands/managed-agent/apply.d.ts
|
|
2424
|
+
declare const _default$40: _$bailian_cli_core0.Command<{
|
|
2425
|
+
file: {
|
|
2426
|
+
type: "string";
|
|
2427
|
+
valueHint: string;
|
|
2428
|
+
description: string;
|
|
2429
|
+
};
|
|
2430
|
+
provider: {
|
|
2431
|
+
type: "string";
|
|
2432
|
+
valueHint: string;
|
|
2433
|
+
description: string;
|
|
2434
|
+
};
|
|
2435
|
+
yes: {
|
|
2436
|
+
type: "switch";
|
|
2437
|
+
description: string;
|
|
2438
|
+
};
|
|
2439
|
+
noRefresh: {
|
|
2440
|
+
type: "switch";
|
|
2441
|
+
description: string;
|
|
2442
|
+
};
|
|
2443
|
+
concurrency: {
|
|
2444
|
+
type: "number";
|
|
2445
|
+
valueHint: string;
|
|
2446
|
+
description: string;
|
|
2447
|
+
};
|
|
2448
|
+
}>;
|
|
2449
|
+
//#endregion
|
|
2450
|
+
//#region src/commands/managed-agent/destroy.d.ts
|
|
2451
|
+
declare const _default$41: _$bailian_cli_core0.Command<{
|
|
2452
|
+
file: {
|
|
2453
|
+
type: "string";
|
|
2454
|
+
valueHint: string;
|
|
2455
|
+
description: string;
|
|
2456
|
+
};
|
|
2457
|
+
yes: {
|
|
2458
|
+
type: "switch";
|
|
2459
|
+
description: string;
|
|
2460
|
+
};
|
|
2461
|
+
cascade: {
|
|
2462
|
+
type: "switch";
|
|
2463
|
+
description: string;
|
|
2464
|
+
};
|
|
2465
|
+
}>;
|
|
2466
|
+
//#endregion
|
|
2467
|
+
//#region src/commands/managed-agent/state-list.d.ts
|
|
2468
|
+
declare const _default$53: _$bailian_cli_core0.Command<{
|
|
2469
|
+
file: {
|
|
2470
|
+
type: "string";
|
|
2471
|
+
valueHint: string;
|
|
2472
|
+
description: string;
|
|
2473
|
+
};
|
|
2474
|
+
}>;
|
|
2475
|
+
//#endregion
|
|
2476
|
+
//#region src/commands/managed-agent/state-show.d.ts
|
|
2477
|
+
declare const _default$55: _$bailian_cli_core0.Command<{
|
|
2478
|
+
address: {
|
|
2479
|
+
type: "string";
|
|
2480
|
+
valueHint: string;
|
|
2481
|
+
description: string;
|
|
2482
|
+
required: true;
|
|
2483
|
+
};
|
|
2484
|
+
file: {
|
|
2485
|
+
type: "string";
|
|
2486
|
+
valueHint: string;
|
|
2487
|
+
description: string;
|
|
2488
|
+
};
|
|
2489
|
+
}>;
|
|
2490
|
+
//#endregion
|
|
2491
|
+
//#region src/commands/managed-agent/state-rm.d.ts
|
|
2492
|
+
declare const _default$54: _$bailian_cli_core0.Command<{
|
|
2493
|
+
address: {
|
|
2494
|
+
type: "string";
|
|
2495
|
+
valueHint: string;
|
|
2496
|
+
description: string;
|
|
2497
|
+
required: true;
|
|
2498
|
+
};
|
|
2499
|
+
file: {
|
|
2500
|
+
type: "string";
|
|
2501
|
+
valueHint: string;
|
|
2502
|
+
description: string;
|
|
2503
|
+
};
|
|
2504
|
+
}>;
|
|
2505
|
+
//#endregion
|
|
2506
|
+
//#region src/commands/managed-agent/state-import.d.ts
|
|
2507
|
+
declare const _default$52: _$bailian_cli_core0.Command<{
|
|
2508
|
+
address: {
|
|
2509
|
+
type: "string";
|
|
2510
|
+
valueHint: string;
|
|
2511
|
+
description: string;
|
|
2512
|
+
required: true;
|
|
2513
|
+
};
|
|
2514
|
+
remoteId: {
|
|
2515
|
+
type: "string";
|
|
2516
|
+
valueHint: string;
|
|
2517
|
+
description: string;
|
|
2518
|
+
required: true;
|
|
2519
|
+
};
|
|
2520
|
+
resourceVersion: {
|
|
2521
|
+
type: "number";
|
|
2522
|
+
valueHint: string;
|
|
2523
|
+
description: string;
|
|
2524
|
+
};
|
|
2525
|
+
file: {
|
|
2526
|
+
type: "string";
|
|
2527
|
+
valueHint: string;
|
|
2528
|
+
description: string;
|
|
2529
|
+
};
|
|
2530
|
+
}>;
|
|
2531
|
+
//#endregion
|
|
2532
|
+
//#region src/commands/managed-agent/session-create.d.ts
|
|
2533
|
+
declare const _default$44: _$bailian_cli_core0.Command<{
|
|
2534
|
+
file: {
|
|
2535
|
+
type: "string";
|
|
2536
|
+
valueHint: string;
|
|
2537
|
+
description: string;
|
|
2538
|
+
};
|
|
2539
|
+
agent: {
|
|
2540
|
+
type: "string";
|
|
2541
|
+
valueHint: string;
|
|
2542
|
+
description: string;
|
|
2543
|
+
};
|
|
2544
|
+
environment: {
|
|
2545
|
+
type: "string";
|
|
2546
|
+
valueHint: string;
|
|
2547
|
+
description: string;
|
|
2548
|
+
};
|
|
2549
|
+
vault: {
|
|
2550
|
+
type: "string";
|
|
2551
|
+
valueHint: string;
|
|
2552
|
+
description: string;
|
|
2553
|
+
};
|
|
2554
|
+
memoryStores: {
|
|
2555
|
+
type: "string";
|
|
2556
|
+
valueHint: string;
|
|
2557
|
+
description: string;
|
|
2558
|
+
};
|
|
2559
|
+
title: {
|
|
2560
|
+
type: "string";
|
|
2561
|
+
valueHint: string;
|
|
2562
|
+
description: string;
|
|
2563
|
+
};
|
|
2564
|
+
provider: {
|
|
2565
|
+
type: "string";
|
|
2566
|
+
valueHint: string;
|
|
2567
|
+
description: string;
|
|
2568
|
+
};
|
|
2569
|
+
}>;
|
|
2570
|
+
//#endregion
|
|
2571
|
+
//#region src/commands/managed-agent/session-list.d.ts
|
|
2572
|
+
declare const _default$48: _$bailian_cli_core0.Command<{
|
|
2573
|
+
file: {
|
|
2574
|
+
type: "string";
|
|
2575
|
+
valueHint: string;
|
|
2576
|
+
description: string;
|
|
2577
|
+
};
|
|
2578
|
+
agent: {
|
|
2579
|
+
type: "string";
|
|
2580
|
+
valueHint: string;
|
|
2581
|
+
description: string;
|
|
2582
|
+
};
|
|
2583
|
+
all: {
|
|
2584
|
+
type: "switch";
|
|
2585
|
+
description: string;
|
|
2586
|
+
};
|
|
2587
|
+
provider: {
|
|
2588
|
+
type: "string";
|
|
2589
|
+
valueHint: string;
|
|
2590
|
+
description: string;
|
|
2591
|
+
};
|
|
2592
|
+
}>;
|
|
2593
|
+
//#endregion
|
|
2594
|
+
//#region src/commands/managed-agent/session-get.d.ts
|
|
2595
|
+
declare const _default$47: _$bailian_cli_core0.Command<{
|
|
2596
|
+
sessionId: {
|
|
2597
|
+
type: "string";
|
|
2598
|
+
valueHint: string;
|
|
2599
|
+
description: string;
|
|
2600
|
+
required: true;
|
|
2601
|
+
};
|
|
2602
|
+
file: {
|
|
2603
|
+
type: "string";
|
|
2604
|
+
valueHint: string;
|
|
2605
|
+
description: string;
|
|
2606
|
+
};
|
|
2607
|
+
provider: {
|
|
2608
|
+
type: "string";
|
|
2609
|
+
valueHint: string;
|
|
2610
|
+
description: string;
|
|
2611
|
+
};
|
|
2612
|
+
}>;
|
|
2613
|
+
//#endregion
|
|
2614
|
+
//#region src/commands/managed-agent/session-delete.d.ts
|
|
2615
|
+
declare const _default$45: _$bailian_cli_core0.Command<{
|
|
2616
|
+
sessionId: {
|
|
2617
|
+
type: "string";
|
|
2618
|
+
valueHint: string;
|
|
2619
|
+
description: string;
|
|
2620
|
+
required: true;
|
|
2621
|
+
};
|
|
2622
|
+
file: {
|
|
2623
|
+
type: "string";
|
|
2624
|
+
valueHint: string;
|
|
2625
|
+
description: string;
|
|
2626
|
+
};
|
|
2627
|
+
provider: {
|
|
2628
|
+
type: "string";
|
|
2629
|
+
valueHint: string;
|
|
2630
|
+
description: string;
|
|
2631
|
+
};
|
|
2632
|
+
}>;
|
|
2633
|
+
//#endregion
|
|
2634
|
+
//#region src/commands/managed-agent/session-run.d.ts
|
|
2635
|
+
declare const _default$49: _$bailian_cli_core0.Command<{
|
|
2636
|
+
prompt: {
|
|
2637
|
+
type: "string";
|
|
2638
|
+
valueHint: string;
|
|
2639
|
+
description: string;
|
|
2640
|
+
required: true;
|
|
2641
|
+
};
|
|
2642
|
+
file: {
|
|
2643
|
+
type: "string";
|
|
2644
|
+
valueHint: string;
|
|
2645
|
+
description: string;
|
|
2646
|
+
};
|
|
2647
|
+
agent: {
|
|
2648
|
+
type: "string";
|
|
2649
|
+
valueHint: string;
|
|
2650
|
+
description: string;
|
|
2651
|
+
};
|
|
2652
|
+
environment: {
|
|
2653
|
+
type: "string";
|
|
2654
|
+
valueHint: string;
|
|
2655
|
+
description: string;
|
|
2656
|
+
};
|
|
2657
|
+
vault: {
|
|
2658
|
+
type: "string";
|
|
2659
|
+
valueHint: string;
|
|
2660
|
+
description: string;
|
|
2661
|
+
};
|
|
2662
|
+
memoryStores: {
|
|
2663
|
+
type: "string";
|
|
2664
|
+
valueHint: string;
|
|
2665
|
+
description: string;
|
|
2666
|
+
};
|
|
2667
|
+
title: {
|
|
2668
|
+
type: "string";
|
|
2669
|
+
valueHint: string;
|
|
2670
|
+
description: string;
|
|
2671
|
+
};
|
|
2672
|
+
provider: {
|
|
2673
|
+
type: "string";
|
|
2674
|
+
valueHint: string;
|
|
2675
|
+
description: string;
|
|
2676
|
+
};
|
|
2677
|
+
noStream: {
|
|
2678
|
+
type: "switch";
|
|
2679
|
+
description: string;
|
|
2680
|
+
};
|
|
2681
|
+
}>;
|
|
2682
|
+
//#endregion
|
|
2683
|
+
//#region src/commands/managed-agent/session-send.d.ts
|
|
2684
|
+
declare const _default$50: _$bailian_cli_core0.Command<{
|
|
2685
|
+
sessionId: {
|
|
2686
|
+
type: "string";
|
|
2687
|
+
valueHint: string;
|
|
2688
|
+
description: string;
|
|
2689
|
+
required: true;
|
|
2690
|
+
};
|
|
2691
|
+
message: {
|
|
2692
|
+
type: "string";
|
|
2693
|
+
valueHint: string;
|
|
2694
|
+
description: string;
|
|
2695
|
+
required: true;
|
|
2696
|
+
};
|
|
2697
|
+
file: {
|
|
2698
|
+
type: "string";
|
|
2699
|
+
valueHint: string;
|
|
2700
|
+
description: string;
|
|
2701
|
+
};
|
|
2702
|
+
provider: {
|
|
2703
|
+
type: "string";
|
|
2704
|
+
valueHint: string;
|
|
2705
|
+
description: string;
|
|
2706
|
+
};
|
|
2707
|
+
noStream: {
|
|
2708
|
+
type: "switch";
|
|
2709
|
+
description: string;
|
|
2710
|
+
};
|
|
2711
|
+
}>;
|
|
2712
|
+
//#endregion
|
|
2713
|
+
//#region src/commands/managed-agent/session-events.d.ts
|
|
2714
|
+
declare const _default$46: _$bailian_cli_core0.Command<{
|
|
2715
|
+
sessionId: {
|
|
2716
|
+
type: "string";
|
|
2717
|
+
valueHint: string;
|
|
2718
|
+
description: string;
|
|
2719
|
+
required: true;
|
|
2720
|
+
};
|
|
2721
|
+
file: {
|
|
2722
|
+
type: "string";
|
|
2723
|
+
valueHint: string;
|
|
2724
|
+
description: string;
|
|
2725
|
+
};
|
|
2726
|
+
provider: {
|
|
2727
|
+
type: "string";
|
|
2728
|
+
valueHint: string;
|
|
2729
|
+
description: string;
|
|
2730
|
+
};
|
|
2731
|
+
limit: {
|
|
2732
|
+
type: "number";
|
|
2733
|
+
valueHint: string;
|
|
2734
|
+
description: string;
|
|
2735
|
+
};
|
|
2736
|
+
all: {
|
|
2737
|
+
type: "switch";
|
|
2738
|
+
description: string;
|
|
2739
|
+
};
|
|
2740
|
+
}>;
|
|
2741
|
+
//#endregion
|
|
2742
|
+
//#region src/commands/managed-agent/skill-list.d.ts
|
|
2743
|
+
declare const _default$51: _$bailian_cli_core0.Command<{
|
|
2744
|
+
file: {
|
|
2745
|
+
type: "string";
|
|
2746
|
+
valueHint: string;
|
|
2747
|
+
description: string;
|
|
2748
|
+
};
|
|
2749
|
+
source: {
|
|
2750
|
+
type: "string";
|
|
2751
|
+
valueHint: string;
|
|
2752
|
+
description: string;
|
|
2753
|
+
};
|
|
2754
|
+
provider: {
|
|
2755
|
+
type: "string";
|
|
2756
|
+
valueHint: string;
|
|
2757
|
+
description: string;
|
|
2758
|
+
};
|
|
2759
|
+
}>;
|
|
2760
|
+
//#endregion
|
|
2363
2761
|
//#region src/commands/workspace/init.d.ts
|
|
2364
|
-
declare const _default$
|
|
2762
|
+
declare const _default$98: _$bailian_cli_core0.Command<{
|
|
2365
2763
|
accessKeyId: {
|
|
2366
2764
|
type: "string";
|
|
2367
2765
|
valueHint: string;
|
|
@@ -2380,7 +2778,7 @@ declare const _default$81: _$bailian_cli_core0.Command<{
|
|
|
2380
2778
|
}>;
|
|
2381
2779
|
//#endregion
|
|
2382
2780
|
//#region src/commands/plugin/install.d.ts
|
|
2383
|
-
declare const _default$
|
|
2781
|
+
declare const _default$70: _$bailian_cli_core0.Command<{
|
|
2384
2782
|
package: {
|
|
2385
2783
|
type: "string";
|
|
2386
2784
|
valueHint: string;
|
|
@@ -2390,7 +2788,7 @@ declare const _default$53: _$bailian_cli_core0.Command<{
|
|
|
2390
2788
|
}>;
|
|
2391
2789
|
//#endregion
|
|
2392
2790
|
//#region src/commands/plugin/link.d.ts
|
|
2393
|
-
declare const _default$
|
|
2791
|
+
declare const _default$71: _$bailian_cli_core0.Command<{
|
|
2394
2792
|
path: {
|
|
2395
2793
|
type: "string";
|
|
2396
2794
|
valueHint: string;
|
|
@@ -2400,10 +2798,10 @@ declare const _default$54: _$bailian_cli_core0.Command<{
|
|
|
2400
2798
|
}>;
|
|
2401
2799
|
//#endregion
|
|
2402
2800
|
//#region src/commands/plugin/list.d.ts
|
|
2403
|
-
declare const _default$
|
|
2801
|
+
declare const _default$72: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
2404
2802
|
//#endregion
|
|
2405
2803
|
//#region src/commands/plugin/remove.d.ts
|
|
2406
|
-
declare const _default$
|
|
2804
|
+
declare const _default$73: _$bailian_cli_core0.Command<{
|
|
2407
2805
|
name: {
|
|
2408
2806
|
type: "string";
|
|
2409
2807
|
valueHint: string;
|
|
@@ -2412,4 +2810,4 @@ declare const _default$56: _$bailian_cli_core0.Command<{
|
|
|
2412
2810
|
};
|
|
2413
2811
|
}>;
|
|
2414
2812
|
//#endregion
|
|
2415
|
-
export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authGenerateAccessToken, _default$4 as authLogin, _default$5 as authLogout, _default$6 as authStatus, _default$7 as configAgent, _default$8 as configList, _default$9 as configSet, _default$10 as configShow, _default$11 as configUi, _default$12 as configUse, _default$13 as consoleCall, _default$14 as datasetDelete, _default$15 as datasetGet, _default$16 as datasetList, _default$17 as datasetUpload, _default$18 as datasetValidate, deployAudioCreate, _default$19 as deployDelete, _default$20 as deployGet, deployImageCreate, _default$21 as deployList, _default$22 as deployModels, _default$23 as deployScale, deployTextCreate, _default$24 as deployUpdate, _default$25 as fileUpload, finetuneAudioCreate, _default$26 as finetuneCancel, _default$27 as finetuneCapability, _default$28 as finetuneCheckpoints, _default$29 as finetuneDelete, _default$30 as finetuneExport, _default$31 as finetuneGet, finetuneImageCreate, _default$32 as finetuneList, _default$33 as finetuneLogs, finetuneTextCreate, _default$34 as finetuneWatch, _default$35 as imageEdit, _default$36 as imageGenerate, _default$37 as knowledgeChat, _default$38 as knowledgeRetrieve, _default$39 as knowledgeSearch, _default$40 as
|
|
2813
|
+
export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authGenerateAccessToken, _default$4 as authLogin, _default$5 as authLogout, _default$6 as authStatus, _default$7 as configAgent, _default$8 as configList, _default$9 as configSet, _default$10 as configShow, _default$11 as configUi, _default$12 as configUse, _default$13 as consoleCall, _default$14 as datasetDelete, _default$15 as datasetGet, _default$16 as datasetList, _default$17 as datasetUpload, _default$18 as datasetValidate, deployAudioCreate, _default$19 as deployDelete, _default$20 as deployGet, deployImageCreate, _default$21 as deployList, _default$22 as deployModels, _default$23 as deployScale, deployTextCreate, _default$24 as deployUpdate, _default$25 as fileUpload, finetuneAudioCreate, _default$26 as finetuneCancel, _default$27 as finetuneCapability, _default$28 as finetuneCheckpoints, _default$29 as finetuneDelete, _default$30 as finetuneExport, _default$31 as finetuneGet, finetuneImageCreate, _default$32 as finetuneList, _default$33 as finetuneLogs, finetuneTextCreate, _default$34 as finetuneWatch, _default$35 as imageEdit, _default$36 as imageGenerate, _default$37 as knowledgeChat, _default$38 as knowledgeRetrieve, _default$39 as knowledgeSearch, _default$40 as managedAgentApply, _default$41 as managedAgentDestroy, _default$42 as managedAgentInit, _default$43 as managedAgentPlan, _default$44 as managedAgentSessionCreate, _default$45 as managedAgentSessionDelete, _default$46 as managedAgentSessionEvents, _default$47 as managedAgentSessionGet, _default$48 as managedAgentSessionList, _default$49 as managedAgentSessionRun, _default$50 as managedAgentSessionSend, _default$51 as managedAgentSkillList, _default$52 as managedAgentStateImport, _default$53 as managedAgentStateList, _default$54 as managedAgentStateRm, _default$55 as managedAgentStateShow, _default$56 as managedAgentValidate, _default$57 as mcpCall, _default$58 as mcpList, _default$59 as mcpTools, _default$60 as memoryAdd, _default$61 as memoryDelete, _default$62 as memoryList, _default$63 as memoryProfileCreate, _default$64 as memoryProfileGet, _default$65 as memorySearch, _default$66 as memoryUpdate, _default$67 as modelList, _default$68 as pipelineRun, _default$69 as pipelineValidate, _default$70 as pluginInstall, _default$71 as pluginLink, _default$72 as pluginList, _default$73 as pluginRemove, _default$74 as quotaCheck, _default$75 as quotaHistory, _default$76 as quotaList, _default$77 as quotaRequest, _default$78 as searchWeb, _default$79 as speechRecognize, _default$80 as speechSynthesize, _default$81 as textChat, _default$82 as textOmni, _default$83 as tokenPlanAddMember, _default$84 as tokenPlanAssignSeats, _default$85 as tokenPlanCreateKey, _default$86 as tokenPlanListSeats, _default$87 as update, _default$88 as usageFree, _default$89 as usageFreetier, _default$90 as usageStats, _default$91 as usageSummary, _default$92 as videoDownload, _default$93 as videoEdit, _default$94 as videoGenerate, _default$95 as videoRef, _default$96 as videoTaskGet, _default$97 as visionDescribe, _default$98 as workspaceInit, _default$99 as workspaceList };
|