bailian-cli-commands 1.18.2 → 1.19.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/dist/index.d.mts +41 -133
- package/dist/index.mjs +85 -89
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -111,7 +111,7 @@ declare const _default$3: _$bailian_cli_core0.Command<{
|
|
|
111
111
|
}>;
|
|
112
112
|
//#endregion
|
|
113
113
|
//#region src/commands/text/chat.d.ts
|
|
114
|
-
declare const _default$
|
|
114
|
+
declare const _default$124: _$bailian_cli_core0.Command<{
|
|
115
115
|
api: {
|
|
116
116
|
type: "string";
|
|
117
117
|
valueHint: string;
|
|
@@ -210,7 +210,7 @@ declare const _default$123: _$bailian_cli_core0.Command<{
|
|
|
210
210
|
}>;
|
|
211
211
|
//#endregion
|
|
212
212
|
//#region src/commands/omni/chat.d.ts
|
|
213
|
-
declare const _default$
|
|
213
|
+
declare const _default$125: _$bailian_cli_core0.Command<{
|
|
214
214
|
message: {
|
|
215
215
|
type: "array";
|
|
216
216
|
valueHint: string;
|
|
@@ -549,7 +549,7 @@ declare const _default$38: _$bailian_cli_core0.Command<{
|
|
|
549
549
|
}>;
|
|
550
550
|
//#endregion
|
|
551
551
|
//#region src/commands/video/generate.d.ts
|
|
552
|
-
declare const _default$
|
|
552
|
+
declare const _default$139: _$bailian_cli_core0.Command<{
|
|
553
553
|
concurrent: {
|
|
554
554
|
type: "number";
|
|
555
555
|
valueHint: string;
|
|
@@ -681,7 +681,7 @@ declare const _default$138: _$bailian_cli_core0.Command<{
|
|
|
681
681
|
}>;
|
|
682
682
|
//#endregion
|
|
683
683
|
//#region src/commands/video/edit.d.ts
|
|
684
|
-
declare const _default$
|
|
684
|
+
declare const _default$138: _$bailian_cli_core0.Command<{
|
|
685
685
|
concurrent: {
|
|
686
686
|
type: "number";
|
|
687
687
|
valueHint: string;
|
|
@@ -814,7 +814,7 @@ declare const _default$137: _$bailian_cli_core0.Command<{
|
|
|
814
814
|
}>;
|
|
815
815
|
//#endregion
|
|
816
816
|
//#region src/commands/video/ref.d.ts
|
|
817
|
-
declare const _default$
|
|
817
|
+
declare const _default$140: _$bailian_cli_core0.Command<{
|
|
818
818
|
concurrent: {
|
|
819
819
|
type: "number";
|
|
820
820
|
valueHint: string;
|
|
@@ -946,7 +946,7 @@ declare const _default$139: _$bailian_cli_core0.Command<{
|
|
|
946
946
|
}>;
|
|
947
947
|
//#endregion
|
|
948
948
|
//#region src/commands/video/task-get.d.ts
|
|
949
|
-
declare const _default$
|
|
949
|
+
declare const _default$141: _$bailian_cli_core0.Command<{
|
|
950
950
|
taskId: {
|
|
951
951
|
type: "string";
|
|
952
952
|
valueHint: string;
|
|
@@ -959,7 +959,7 @@ declare const _default$140: _$bailian_cli_core0.Command<{
|
|
|
959
959
|
}>;
|
|
960
960
|
//#endregion
|
|
961
961
|
//#region src/commands/video/download.d.ts
|
|
962
|
-
declare const _default$
|
|
962
|
+
declare const _default$137: _$bailian_cli_core0.Command<{
|
|
963
963
|
taskId: {
|
|
964
964
|
type: "string";
|
|
965
965
|
valueHint: string;
|
|
@@ -981,7 +981,7 @@ declare const _default$136: _$bailian_cli_core0.Command<{
|
|
|
981
981
|
}>;
|
|
982
982
|
//#endregion
|
|
983
983
|
//#region src/commands/vision/describe.d.ts
|
|
984
|
-
declare const _default$
|
|
984
|
+
declare const _default$142: _$bailian_cli_core0.Command<{
|
|
985
985
|
image: {
|
|
986
986
|
type: "string";
|
|
987
987
|
valueHint: string;
|
|
@@ -1149,7 +1149,7 @@ declare const _default$7: _$bailian_cli_core0.Command<{
|
|
|
1149
1149
|
}>;
|
|
1150
1150
|
//#endregion
|
|
1151
1151
|
//#region src/commands/update.d.ts
|
|
1152
|
-
declare const _default$
|
|
1152
|
+
declare const _default$130: _$bailian_cli_core0.Command<{
|
|
1153
1153
|
to: {
|
|
1154
1154
|
type: "string";
|
|
1155
1155
|
valueHint: string;
|
|
@@ -2052,13 +2052,6 @@ declare const _default$60: _$bailian_cli_core0.Command<{
|
|
|
2052
2052
|
};
|
|
2053
2053
|
required: true;
|
|
2054
2054
|
};
|
|
2055
|
-
yes: {
|
|
2056
|
-
type: "switch";
|
|
2057
|
-
description: {
|
|
2058
|
-
"en-US": string;
|
|
2059
|
-
"zh-CN": string;
|
|
2060
|
-
};
|
|
2061
|
-
};
|
|
2062
2055
|
}>;
|
|
2063
2056
|
//#endregion
|
|
2064
2057
|
//#region src/commands/knowledge/doc-delete.d.ts
|
|
@@ -2089,13 +2082,6 @@ declare const _default$50: _$bailian_cli_core0.Command<{
|
|
|
2089
2082
|
};
|
|
2090
2083
|
required: true;
|
|
2091
2084
|
};
|
|
2092
|
-
yes: {
|
|
2093
|
-
type: "switch";
|
|
2094
|
-
description: {
|
|
2095
|
-
"en-US": string;
|
|
2096
|
-
"zh-CN": string;
|
|
2097
|
-
};
|
|
2098
|
-
};
|
|
2099
2085
|
}>;
|
|
2100
2086
|
//#endregion
|
|
2101
2087
|
//#region src/commands/knowledge/doc-tag.d.ts
|
|
@@ -2440,13 +2426,6 @@ declare const _default$70: _$bailian_cli_core0.Command<{
|
|
|
2440
2426
|
"zh-CN": string;
|
|
2441
2427
|
};
|
|
2442
2428
|
};
|
|
2443
|
-
yes: {
|
|
2444
|
-
type: "switch";
|
|
2445
|
-
description: {
|
|
2446
|
-
"en-US": string;
|
|
2447
|
-
"zh-CN": string;
|
|
2448
|
-
};
|
|
2449
|
-
};
|
|
2450
2429
|
}>;
|
|
2451
2430
|
//#endregion
|
|
2452
2431
|
//#region src/commands/knowledge/service-delete.d.ts
|
|
@@ -2468,13 +2447,6 @@ declare const _default$69: _$bailian_cli_core0.Command<{
|
|
|
2468
2447
|
};
|
|
2469
2448
|
required: true;
|
|
2470
2449
|
};
|
|
2471
|
-
yes: {
|
|
2472
|
-
type: "switch";
|
|
2473
|
-
description: {
|
|
2474
|
-
"en-US": string;
|
|
2475
|
-
"zh-CN": string;
|
|
2476
|
-
};
|
|
2477
|
-
};
|
|
2478
2450
|
}>;
|
|
2479
2451
|
//#endregion
|
|
2480
2452
|
//#region src/commands/knowledge/service-copy.d.ts
|
|
@@ -2717,13 +2689,6 @@ declare const _default$45: _$bailian_cli_core0.Command<{
|
|
|
2717
2689
|
};
|
|
2718
2690
|
required: true;
|
|
2719
2691
|
};
|
|
2720
|
-
yes: {
|
|
2721
|
-
type: "switch";
|
|
2722
|
-
description: {
|
|
2723
|
-
"en-US": string;
|
|
2724
|
-
"zh-CN": string;
|
|
2725
|
-
};
|
|
2726
|
-
};
|
|
2727
2692
|
}>;
|
|
2728
2693
|
//#endregion
|
|
2729
2694
|
//#region src/commands/knowledge/kb-stats.d.ts
|
|
@@ -2871,13 +2836,6 @@ declare const _default$41: _$bailian_cli_core0.Command<{
|
|
|
2871
2836
|
};
|
|
2872
2837
|
required: true;
|
|
2873
2838
|
};
|
|
2874
|
-
yes: {
|
|
2875
|
-
type: "switch";
|
|
2876
|
-
description: {
|
|
2877
|
-
"en-US": string;
|
|
2878
|
-
"zh-CN": string;
|
|
2879
|
-
};
|
|
2880
|
-
};
|
|
2881
2839
|
}>;
|
|
2882
2840
|
//#endregion
|
|
2883
2841
|
//#region src/commands/knowledge/file-list.d.ts
|
|
@@ -2973,13 +2931,6 @@ declare const _default$56: _$bailian_cli_core0.Command<{
|
|
|
2973
2931
|
};
|
|
2974
2932
|
required: true;
|
|
2975
2933
|
};
|
|
2976
|
-
yes: {
|
|
2977
|
-
type: "switch";
|
|
2978
|
-
description: {
|
|
2979
|
-
"en-US": string;
|
|
2980
|
-
"zh-CN": string;
|
|
2981
|
-
};
|
|
2982
|
-
};
|
|
2983
2934
|
}>;
|
|
2984
2935
|
//#endregion
|
|
2985
2936
|
//#region src/commands/knowledge/collection-create.d.ts
|
|
@@ -3229,7 +3180,7 @@ declare const _default$93: _$bailian_cli_core0.Command<{
|
|
|
3229
3180
|
}>;
|
|
3230
3181
|
//#endregion
|
|
3231
3182
|
//#region src/commands/search/web.d.ts
|
|
3232
|
-
declare const _default$
|
|
3183
|
+
declare const _default$116: _$bailian_cli_core0.Command<{
|
|
3233
3184
|
query: {
|
|
3234
3185
|
type: "string";
|
|
3235
3186
|
valueHint: string;
|
|
@@ -3256,7 +3207,7 @@ declare const _default$115: _$bailian_cli_core0.Command<{
|
|
|
3256
3207
|
}>;
|
|
3257
3208
|
//#endregion
|
|
3258
3209
|
//#region src/commands/speech/synthesize.d.ts
|
|
3259
|
-
declare const _default$
|
|
3210
|
+
declare const _default$123: _$bailian_cli_core0.Command<{
|
|
3260
3211
|
concurrent: {
|
|
3261
3212
|
type: "number";
|
|
3262
3213
|
valueHint: string;
|
|
@@ -3394,7 +3345,7 @@ declare const _default$122: _$bailian_cli_core0.Command<{
|
|
|
3394
3345
|
}>;
|
|
3395
3346
|
//#endregion
|
|
3396
3347
|
//#region src/commands/speech/recognize.d.ts
|
|
3397
|
-
declare const _default$
|
|
3348
|
+
declare const _default$122: _$bailian_cli_core0.Command<{
|
|
3398
3349
|
async: {
|
|
3399
3350
|
type: "switch";
|
|
3400
3351
|
description: {
|
|
@@ -3521,7 +3472,7 @@ declare const _default$13: _$bailian_cli_core0.Command<{
|
|
|
3521
3472
|
}>;
|
|
3522
3473
|
//#endregion
|
|
3523
3474
|
//#region src/commands/usage/free.d.ts
|
|
3524
|
-
declare const _default$
|
|
3475
|
+
declare const _default$132: _$bailian_cli_core0.Command<{
|
|
3525
3476
|
model: {
|
|
3526
3477
|
type: "string";
|
|
3527
3478
|
valueHint: string;
|
|
@@ -3557,7 +3508,7 @@ declare const _default$131: _$bailian_cli_core0.Command<{
|
|
|
3557
3508
|
}>;
|
|
3558
3509
|
//#endregion
|
|
3559
3510
|
//#region src/commands/usage/freetier.d.ts
|
|
3560
|
-
declare const _default$
|
|
3511
|
+
declare const _default$133: _$bailian_cli_core0.Command<{
|
|
3561
3512
|
model: {
|
|
3562
3513
|
type: "string";
|
|
3563
3514
|
valueHint: string;
|
|
@@ -3590,7 +3541,7 @@ declare const _default$132: _$bailian_cli_core0.Command<{
|
|
|
3590
3541
|
}>;
|
|
3591
3542
|
//#endregion
|
|
3592
3543
|
//#region src/commands/usage/stats.d.ts
|
|
3593
|
-
declare const _default$
|
|
3544
|
+
declare const _default$134: _$bailian_cli_core0.Command<{
|
|
3594
3545
|
model: {
|
|
3595
3546
|
type: "string";
|
|
3596
3547
|
valueHint: string;
|
|
@@ -3618,7 +3569,7 @@ declare const _default$133: _$bailian_cli_core0.Command<{
|
|
|
3618
3569
|
}>;
|
|
3619
3570
|
//#endregion
|
|
3620
3571
|
//#region src/commands/usage/summary.d.ts
|
|
3621
|
-
declare const _default$
|
|
3572
|
+
declare const _default$135: _$bailian_cli_core0.Command<{
|
|
3622
3573
|
days: {
|
|
3623
3574
|
type: "string";
|
|
3624
3575
|
valueHint: string;
|
|
@@ -3630,10 +3581,10 @@ declare const _default$134: _$bailian_cli_core0.Command<{
|
|
|
3630
3581
|
}>;
|
|
3631
3582
|
//#endregion
|
|
3632
3583
|
//#region src/commands/usage/token-plan.d.ts
|
|
3633
|
-
declare const _default$
|
|
3584
|
+
declare const _default$136: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
3634
3585
|
//#endregion
|
|
3635
3586
|
//#region src/commands/usage/coding-plan.d.ts
|
|
3636
|
-
declare const _default$
|
|
3587
|
+
declare const _default$131: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
3637
3588
|
//#endregion
|
|
3638
3589
|
//#region src/commands/pipeline/run.d.ts
|
|
3639
3590
|
declare const _default$105: _$bailian_cli_core0.Command<{
|
|
@@ -3783,7 +3734,7 @@ declare const _default$101: _$bailian_cli_core0.Command<{
|
|
|
3783
3734
|
}>;
|
|
3784
3735
|
//#endregion
|
|
3785
3736
|
//#region src/commands/workspace/list.d.ts
|
|
3786
|
-
declare const _default$
|
|
3737
|
+
declare const _default$144: _$bailian_cli_core0.Command<{
|
|
3787
3738
|
list: {
|
|
3788
3739
|
type: "string";
|
|
3789
3740
|
valueHint: string;
|
|
@@ -3795,7 +3746,7 @@ declare const _default$143: _$bailian_cli_core0.Command<{
|
|
|
3795
3746
|
}>;
|
|
3796
3747
|
//#endregion
|
|
3797
3748
|
//#region src/commands/quota/list.d.ts
|
|
3798
|
-
declare const _default$
|
|
3749
|
+
declare const _default$114: _$bailian_cli_core0.Command<{
|
|
3799
3750
|
model: {
|
|
3800
3751
|
type: "string";
|
|
3801
3752
|
valueHint: string;
|
|
@@ -3831,7 +3782,7 @@ declare const _default$113: _$bailian_cli_core0.Command<{
|
|
|
3831
3782
|
}>;
|
|
3832
3783
|
//#endregion
|
|
3833
3784
|
//#region src/commands/quota/update.d.ts
|
|
3834
|
-
declare const _default$
|
|
3785
|
+
declare const _default$115: _$bailian_cli_core0.Command<{
|
|
3835
3786
|
model: {
|
|
3836
3787
|
type: "string";
|
|
3837
3788
|
valueHint: string;
|
|
@@ -3857,24 +3808,23 @@ declare const _default$114: _$bailian_cli_core0.Command<{
|
|
|
3857
3808
|
"zh-CN": string;
|
|
3858
3809
|
};
|
|
3859
3810
|
};
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
yes: {
|
|
3868
|
-
type: "switch";
|
|
3811
|
+
}>;
|
|
3812
|
+
//#endregion
|
|
3813
|
+
//#region src/commands/quota/delete.d.ts
|
|
3814
|
+
declare const _default$112: _$bailian_cli_core0.Command<{
|
|
3815
|
+
model: {
|
|
3816
|
+
type: "string";
|
|
3817
|
+
valueHint: string;
|
|
3869
3818
|
description: {
|
|
3870
3819
|
"en-US": string;
|
|
3871
3820
|
"zh-CN": string;
|
|
3872
3821
|
};
|
|
3822
|
+
required: true;
|
|
3873
3823
|
};
|
|
3874
3824
|
}>;
|
|
3875
3825
|
//#endregion
|
|
3876
3826
|
//#region src/commands/quota/history.d.ts
|
|
3877
|
-
declare const _default$
|
|
3827
|
+
declare const _default$113: _$bailian_cli_core0.Command<{
|
|
3878
3828
|
page: {
|
|
3879
3829
|
type: "string";
|
|
3880
3830
|
valueHint: string;
|
|
@@ -4018,13 +3968,6 @@ declare const _default$104: _$bailian_cli_core0.Command<{
|
|
|
4018
3968
|
"zh-CN": string;
|
|
4019
3969
|
};
|
|
4020
3970
|
};
|
|
4021
|
-
yes: {
|
|
4022
|
-
type: "switch";
|
|
4023
|
-
description: {
|
|
4024
|
-
"en-US": string;
|
|
4025
|
-
"zh-CN": string;
|
|
4026
|
-
};
|
|
4027
|
-
};
|
|
4028
3971
|
}>;
|
|
4029
3972
|
//#endregion
|
|
4030
3973
|
//#region src/commands/dataset/upload.d.ts
|
|
@@ -4122,13 +4065,6 @@ declare const _default$14: _$bailian_cli_core0.Command<{
|
|
|
4122
4065
|
};
|
|
4123
4066
|
required: true;
|
|
4124
4067
|
};
|
|
4125
|
-
yes: {
|
|
4126
|
-
type: "switch";
|
|
4127
|
-
description: {
|
|
4128
|
-
"en-US": string;
|
|
4129
|
-
"zh-CN": string;
|
|
4130
|
-
};
|
|
4131
|
-
};
|
|
4132
4068
|
}>;
|
|
4133
4069
|
//#endregion
|
|
4134
4070
|
//#region src/commands/dataset/validate.d.ts
|
|
@@ -4495,13 +4431,6 @@ declare const _default$31: _$bailian_cli_core0.Command<{
|
|
|
4495
4431
|
};
|
|
4496
4432
|
required: true;
|
|
4497
4433
|
};
|
|
4498
|
-
yes: {
|
|
4499
|
-
type: "switch";
|
|
4500
|
-
description: {
|
|
4501
|
-
"en-US": string;
|
|
4502
|
-
"zh-CN": string;
|
|
4503
|
-
};
|
|
4504
|
-
};
|
|
4505
4434
|
}>;
|
|
4506
4435
|
//#endregion
|
|
4507
4436
|
//#region src/commands/finetune/logs.d.ts
|
|
@@ -5100,13 +5029,6 @@ declare const _default$19: _$bailian_cli_core0.Command<{
|
|
|
5100
5029
|
"zh-CN": string;
|
|
5101
5030
|
};
|
|
5102
5031
|
};
|
|
5103
|
-
yes: {
|
|
5104
|
-
type: "switch";
|
|
5105
|
-
description: {
|
|
5106
|
-
"en-US": string;
|
|
5107
|
-
"zh-CN": string;
|
|
5108
|
-
};
|
|
5109
|
-
};
|
|
5110
5032
|
}>;
|
|
5111
5033
|
//#endregion
|
|
5112
5034
|
//#region src/commands/deploy/pause.d.ts
|
|
@@ -5163,7 +5085,7 @@ declare const _default$24: _$bailian_cli_core0.Command<{
|
|
|
5163
5085
|
}>;
|
|
5164
5086
|
//#endregion
|
|
5165
5087
|
//#region src/commands/token-plan/list-seats.d.ts
|
|
5166
|
-
declare const _default$
|
|
5088
|
+
declare const _default$129: _$bailian_cli_core0.Command<{
|
|
5167
5089
|
callerUacAccountId: {
|
|
5168
5090
|
type: "string";
|
|
5169
5091
|
valueHint: string;
|
|
@@ -5239,7 +5161,7 @@ declare const _default$128: _$bailian_cli_core0.Command<{
|
|
|
5239
5161
|
}>;
|
|
5240
5162
|
//#endregion
|
|
5241
5163
|
//#region src/commands/token-plan/create-key.d.ts
|
|
5242
|
-
declare const _default$
|
|
5164
|
+
declare const _default$128: _$bailian_cli_core0.Command<{
|
|
5243
5165
|
callerUacAccountId: {
|
|
5244
5166
|
type: "string";
|
|
5245
5167
|
valueHint: string;
|
|
@@ -5284,7 +5206,7 @@ declare const _default$127: _$bailian_cli_core0.Command<{
|
|
|
5284
5206
|
}>;
|
|
5285
5207
|
//#endregion
|
|
5286
5208
|
//#region src/commands/token-plan/assign-seats.d.ts
|
|
5287
|
-
declare const _default$
|
|
5209
|
+
declare const _default$127: _$bailian_cli_core0.Command<{
|
|
5288
5210
|
callerUacAccountId: {
|
|
5289
5211
|
type: "string";
|
|
5290
5212
|
valueHint: string;
|
|
@@ -5337,7 +5259,7 @@ declare const _default$126: _$bailian_cli_core0.Command<{
|
|
|
5337
5259
|
}>;
|
|
5338
5260
|
//#endregion
|
|
5339
5261
|
//#region src/commands/token-plan/add-member.d.ts
|
|
5340
|
-
declare const _default$
|
|
5262
|
+
declare const _default$126: _$bailian_cli_core0.Command<{
|
|
5341
5263
|
callerUacAccountId: {
|
|
5342
5264
|
type: "string";
|
|
5343
5265
|
valueHint: string;
|
|
@@ -5490,13 +5412,6 @@ declare const _default$74: _$bailian_cli_core0.Command<{
|
|
|
5490
5412
|
"zh-CN": string;
|
|
5491
5413
|
};
|
|
5492
5414
|
};
|
|
5493
|
-
yes: {
|
|
5494
|
-
type: "switch";
|
|
5495
|
-
description: {
|
|
5496
|
-
"en-US": string;
|
|
5497
|
-
"zh-CN": string;
|
|
5498
|
-
};
|
|
5499
|
-
};
|
|
5500
5415
|
noRefresh: {
|
|
5501
5416
|
type: "switch";
|
|
5502
5417
|
description: {
|
|
@@ -5524,13 +5439,6 @@ declare const _default$75: _$bailian_cli_core0.Command<{
|
|
|
5524
5439
|
"zh-CN": string;
|
|
5525
5440
|
};
|
|
5526
5441
|
};
|
|
5527
|
-
yes: {
|
|
5528
|
-
type: "switch";
|
|
5529
|
-
description: {
|
|
5530
|
-
"en-US": string;
|
|
5531
|
-
"zh-CN": string;
|
|
5532
|
-
};
|
|
5533
|
-
};
|
|
5534
5442
|
cascade: {
|
|
5535
5443
|
type: "switch";
|
|
5536
5444
|
description: {
|
|
@@ -5979,7 +5887,7 @@ declare const _default$85: _$bailian_cli_core0.Command<{
|
|
|
5979
5887
|
}>;
|
|
5980
5888
|
//#endregion
|
|
5981
5889
|
//#region src/commands/workspace/init.d.ts
|
|
5982
|
-
declare const _default$
|
|
5890
|
+
declare const _default$143: _$bailian_cli_core0.Command<{
|
|
5983
5891
|
accessKeyId: {
|
|
5984
5892
|
type: "string";
|
|
5985
5893
|
valueHint: string;
|
|
@@ -6049,7 +5957,7 @@ declare const _default$110: _$bailian_cli_core0.Command<{
|
|
|
6049
5957
|
}>;
|
|
6050
5958
|
//#endregion
|
|
6051
5959
|
//#region src/commands/skill/add.d.ts
|
|
6052
|
-
declare const _default$
|
|
5960
|
+
declare const _default$117: _$bailian_cli_core0.Command<{
|
|
6053
5961
|
all: {
|
|
6054
5962
|
type: "switch";
|
|
6055
5963
|
description: {
|
|
@@ -6068,7 +5976,7 @@ declare const _default$116: _$bailian_cli_core0.Command<{
|
|
|
6068
5976
|
}>;
|
|
6069
5977
|
//#endregion
|
|
6070
5978
|
//#region src/commands/skill/update.d.ts
|
|
6071
|
-
declare const _default$
|
|
5979
|
+
declare const _default$121: _$bailian_cli_core0.Command<{
|
|
6072
5980
|
all: {
|
|
6073
5981
|
type: "switch";
|
|
6074
5982
|
description: {
|
|
@@ -6087,7 +5995,7 @@ declare const _default$120: _$bailian_cli_core0.Command<{
|
|
|
6087
5995
|
}>;
|
|
6088
5996
|
//#endregion
|
|
6089
5997
|
//#region src/commands/skill/remove.d.ts
|
|
6090
|
-
declare const _default$
|
|
5998
|
+
declare const _default$120: _$bailian_cli_core0.Command<{
|
|
6091
5999
|
name: {
|
|
6092
6000
|
type: "string";
|
|
6093
6001
|
valueHint: string;
|
|
@@ -6100,9 +6008,9 @@ declare const _default$119: _$bailian_cli_core0.Command<{
|
|
|
6100
6008
|
}>;
|
|
6101
6009
|
//#endregion
|
|
6102
6010
|
//#region src/commands/skill/list.d.ts
|
|
6103
|
-
declare const _default$
|
|
6011
|
+
declare const _default$119: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
6104
6012
|
//#endregion
|
|
6105
6013
|
//#region src/commands/skill/init.d.ts
|
|
6106
|
-
declare const _default$
|
|
6014
|
+
declare const _default$118: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
6107
6015
|
//#endregion
|
|
6108
|
-
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 deployPause, _default$24 as deployResume, _default$25 as deployScale, deployTextCreate, _default$26 as deployUpdate, _default$27 as fileUpload, finetuneAudioCreate, _default$28 as finetuneCancel, _default$29 as finetuneCapability, _default$30 as finetuneCheckpoints, _default$31 as finetuneDelete, _default$32 as finetuneExport, _default$33 as finetuneGet, finetuneImageCreate, _default$34 as finetuneList, _default$35 as finetuneLogs, _default$36 as finetunePrice, finetuneTextCreate, finetuneVideoCreate, _default$37 as finetuneWatch, _default$38 as imageEdit, _default$39 as imageGenerate, _default$40 as knowledgeCategoryAdd, _default$41 as knowledgeCategoryDelete, _default$42 as knowledgeCategoryList, _default$43 as knowledgeChat, _default$44 as knowledgeChunkAdd, _default$45 as knowledgeChunkDelete, _default$46 as knowledgeChunkList, _default$47 as knowledgeChunkUpdate, _default$48 as knowledgeCollectionCreate, _default$49 as knowledgeCollectionGet, _default$50 as knowledgeDocDelete, _default$51 as knowledgeDocImportOss, _default$52 as knowledgeDocList, _default$53 as knowledgeDocStatus, _default$54 as knowledgeDocTag, _default$55 as knowledgeDocUpload, _default$56 as knowledgeFileDelete, _default$57 as knowledgeFileGet, _default$58 as knowledgeFileList, _default$59 as knowledgeKbCreate, _default$60 as knowledgeKbDelete, _default$61 as knowledgeKbInfo, _default$62 as knowledgeKbList, _default$63 as knowledgeKbStats, _default$64 as knowledgeKbUpdate, _default$65 as knowledgeRetrieve, _default$66 as knowledgeSearch, _default$67 as knowledgeServiceCopy, _default$68 as knowledgeServiceCreate, _default$69 as knowledgeServiceDelete, _default$70 as knowledgeServiceDeploy, _default$71 as knowledgeServiceGet, _default$72 as knowledgeServiceList, _default$73 as knowledgeServiceUpdate, _default$74 as managedAgentApply, _default$75 as managedAgentDestroy, _default$76 as managedAgentInit, _default$77 as managedAgentPlan, _default$78 as managedAgentSessionCreate, _default$79 as managedAgentSessionDelete, _default$80 as managedAgentSessionEvents, _default$81 as managedAgentSessionGet, _default$82 as managedAgentSessionList, _default$83 as managedAgentSessionRun, _default$84 as managedAgentSessionSend, _default$85 as managedAgentSkillList, _default$86 as managedAgentStateImport, _default$87 as managedAgentStateList, _default$88 as managedAgentStateRm, _default$89 as managedAgentStateShow, _default$90 as managedAgentValidate, _default$91 as mcpCall, _default$92 as mcpList, _default$93 as mcpTools, _default$94 as memoryAdd, _default$95 as memoryDelete, _default$96 as memoryList, _default$97 as memoryProfileCreate, _default$98 as memoryProfileGet, _default$99 as memorySearch, _default$100 as memoryUpdate, _default$101 as modelList, _default$102 as permissionGrant, _default$103 as permissionList, _default$104 as permissionRevoke, _default$105 as pipelineRun, _default$106 as pipelineValidate, _default$107 as pluginInstall, _default$108 as pluginLink, _default$109 as pluginList, _default$110 as pluginRemove, _default$111 as quotaCheck, _default$112 as
|
|
6016
|
+
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 deployPause, _default$24 as deployResume, _default$25 as deployScale, deployTextCreate, _default$26 as deployUpdate, _default$27 as fileUpload, finetuneAudioCreate, _default$28 as finetuneCancel, _default$29 as finetuneCapability, _default$30 as finetuneCheckpoints, _default$31 as finetuneDelete, _default$32 as finetuneExport, _default$33 as finetuneGet, finetuneImageCreate, _default$34 as finetuneList, _default$35 as finetuneLogs, _default$36 as finetunePrice, finetuneTextCreate, finetuneVideoCreate, _default$37 as finetuneWatch, _default$38 as imageEdit, _default$39 as imageGenerate, _default$40 as knowledgeCategoryAdd, _default$41 as knowledgeCategoryDelete, _default$42 as knowledgeCategoryList, _default$43 as knowledgeChat, _default$44 as knowledgeChunkAdd, _default$45 as knowledgeChunkDelete, _default$46 as knowledgeChunkList, _default$47 as knowledgeChunkUpdate, _default$48 as knowledgeCollectionCreate, _default$49 as knowledgeCollectionGet, _default$50 as knowledgeDocDelete, _default$51 as knowledgeDocImportOss, _default$52 as knowledgeDocList, _default$53 as knowledgeDocStatus, _default$54 as knowledgeDocTag, _default$55 as knowledgeDocUpload, _default$56 as knowledgeFileDelete, _default$57 as knowledgeFileGet, _default$58 as knowledgeFileList, _default$59 as knowledgeKbCreate, _default$60 as knowledgeKbDelete, _default$61 as knowledgeKbInfo, _default$62 as knowledgeKbList, _default$63 as knowledgeKbStats, _default$64 as knowledgeKbUpdate, _default$65 as knowledgeRetrieve, _default$66 as knowledgeSearch, _default$67 as knowledgeServiceCopy, _default$68 as knowledgeServiceCreate, _default$69 as knowledgeServiceDelete, _default$70 as knowledgeServiceDeploy, _default$71 as knowledgeServiceGet, _default$72 as knowledgeServiceList, _default$73 as knowledgeServiceUpdate, _default$74 as managedAgentApply, _default$75 as managedAgentDestroy, _default$76 as managedAgentInit, _default$77 as managedAgentPlan, _default$78 as managedAgentSessionCreate, _default$79 as managedAgentSessionDelete, _default$80 as managedAgentSessionEvents, _default$81 as managedAgentSessionGet, _default$82 as managedAgentSessionList, _default$83 as managedAgentSessionRun, _default$84 as managedAgentSessionSend, _default$85 as managedAgentSkillList, _default$86 as managedAgentStateImport, _default$87 as managedAgentStateList, _default$88 as managedAgentStateRm, _default$89 as managedAgentStateShow, _default$90 as managedAgentValidate, _default$91 as mcpCall, _default$92 as mcpList, _default$93 as mcpTools, _default$94 as memoryAdd, _default$95 as memoryDelete, _default$96 as memoryList, _default$97 as memoryProfileCreate, _default$98 as memoryProfileGet, _default$99 as memorySearch, _default$100 as memoryUpdate, _default$101 as modelList, _default$102 as permissionGrant, _default$103 as permissionList, _default$104 as permissionRevoke, _default$105 as pipelineRun, _default$106 as pipelineValidate, _default$107 as pluginInstall, _default$108 as pluginLink, _default$109 as pluginList, _default$110 as pluginRemove, _default$111 as quotaCheck, _default$112 as quotaDelete, _default$113 as quotaHistory, _default$114 as quotaList, _default$115 as quotaUpdate, _default$116 as searchWeb, _default$117 as skillAdd, _default$118 as skillInit, _default$119 as skillList, _default$120 as skillRemove, _default$121 as skillUpdate, _default$122 as speechRecognize, _default$123 as speechSynthesize, _default$124 as textChat, _default$125 as textOmni, _default$126 as tokenPlanAddMember, _default$127 as tokenPlanAssignSeats, _default$128 as tokenPlanCreateKey, _default$129 as tokenPlanListSeats, _default$130 as update, _default$131 as usageCodingPlan, _default$132 as usageFree, _default$133 as usageFreetier, _default$134 as usageStats, _default$135 as usageSummary, _default$136 as usageTokenPlan, _default$137 as videoDownload, _default$138 as videoEdit, _default$139 as videoGenerate, _default$140 as videoRef, _default$141 as videoTaskGet, _default$142 as visionDescribe, _default$143 as workspaceInit, _default$144 as workspaceList };
|