bailian-cli-commands 1.15.1 → 1.16.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 +1192 -121
- package/dist/index.mjs +96 -89
- package/package.json +3 -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$123: _$bailian_cli_core0.Command<{
|
|
79
79
|
api: {
|
|
80
80
|
type: "string";
|
|
81
81
|
valueHint: string;
|
|
@@ -138,7 +138,7 @@ declare const _default$89: _$bailian_cli_core0.Command<{
|
|
|
138
138
|
}>;
|
|
139
139
|
//#endregion
|
|
140
140
|
//#region src/commands/omni/chat.d.ts
|
|
141
|
-
declare const _default$
|
|
141
|
+
declare const _default$124: _$bailian_cli_core0.Command<{
|
|
142
142
|
message: {
|
|
143
143
|
type: "array";
|
|
144
144
|
valueHint: string;
|
|
@@ -205,7 +205,7 @@ declare const _default$90: _$bailian_cli_core0.Command<{
|
|
|
205
205
|
}>;
|
|
206
206
|
//#endregion
|
|
207
207
|
//#region src/commands/image/generate.d.ts
|
|
208
|
-
declare const _default$
|
|
208
|
+
declare const _default$39: _$bailian_cli_core0.Command<{
|
|
209
209
|
concurrent: {
|
|
210
210
|
type: "number";
|
|
211
211
|
valueHint: string;
|
|
@@ -274,7 +274,7 @@ declare const _default$36: _$bailian_cli_core0.Command<{
|
|
|
274
274
|
}>;
|
|
275
275
|
//#endregion
|
|
276
276
|
//#region src/commands/image/edit.d.ts
|
|
277
|
-
declare const _default$
|
|
277
|
+
declare const _default$38: _$bailian_cli_core0.Command<{
|
|
278
278
|
concurrent: {
|
|
279
279
|
type: "number";
|
|
280
280
|
valueHint: string;
|
|
@@ -354,7 +354,7 @@ declare const _default$35: _$bailian_cli_core0.Command<{
|
|
|
354
354
|
}>;
|
|
355
355
|
//#endregion
|
|
356
356
|
//#region src/commands/video/generate.d.ts
|
|
357
|
-
declare const _default$
|
|
357
|
+
declare const _default$138: _$bailian_cli_core0.Command<{
|
|
358
358
|
concurrent: {
|
|
359
359
|
type: "number";
|
|
360
360
|
valueHint: string;
|
|
@@ -380,6 +380,11 @@ declare const _default$104: _$bailian_cli_core0.Command<{
|
|
|
380
380
|
valueHint: string;
|
|
381
381
|
description: string;
|
|
382
382
|
};
|
|
383
|
+
lastFrame: {
|
|
384
|
+
type: "string";
|
|
385
|
+
valueHint: string;
|
|
386
|
+
description: string;
|
|
387
|
+
};
|
|
383
388
|
negativePrompt: {
|
|
384
389
|
type: "string";
|
|
385
390
|
valueHint: string;
|
|
@@ -428,7 +433,7 @@ declare const _default$104: _$bailian_cli_core0.Command<{
|
|
|
428
433
|
}>;
|
|
429
434
|
//#endregion
|
|
430
435
|
//#region src/commands/video/edit.d.ts
|
|
431
|
-
declare const _default$
|
|
436
|
+
declare const _default$137: _$bailian_cli_core0.Command<{
|
|
432
437
|
concurrent: {
|
|
433
438
|
type: "number";
|
|
434
439
|
valueHint: string;
|
|
@@ -513,7 +518,7 @@ declare const _default$103: _$bailian_cli_core0.Command<{
|
|
|
513
518
|
}>;
|
|
514
519
|
//#endregion
|
|
515
520
|
//#region src/commands/video/ref.d.ts
|
|
516
|
-
declare const _default$
|
|
521
|
+
declare const _default$139: _$bailian_cli_core0.Command<{
|
|
517
522
|
concurrent: {
|
|
518
523
|
type: "number";
|
|
519
524
|
valueHint: string;
|
|
@@ -597,7 +602,7 @@ declare const _default$105: _$bailian_cli_core0.Command<{
|
|
|
597
602
|
}>;
|
|
598
603
|
//#endregion
|
|
599
604
|
//#region src/commands/video/task-get.d.ts
|
|
600
|
-
declare const _default$
|
|
605
|
+
declare const _default$140: _$bailian_cli_core0.Command<{
|
|
601
606
|
taskId: {
|
|
602
607
|
type: "string";
|
|
603
608
|
valueHint: string;
|
|
@@ -607,7 +612,7 @@ declare const _default$106: _$bailian_cli_core0.Command<{
|
|
|
607
612
|
}>;
|
|
608
613
|
//#endregion
|
|
609
614
|
//#region src/commands/video/download.d.ts
|
|
610
|
-
declare const _default$
|
|
615
|
+
declare const _default$136: _$bailian_cli_core0.Command<{
|
|
611
616
|
taskId: {
|
|
612
617
|
type: "string";
|
|
613
618
|
valueHint: string;
|
|
@@ -623,7 +628,7 @@ declare const _default$102: _$bailian_cli_core0.Command<{
|
|
|
623
628
|
}>;
|
|
624
629
|
//#endregion
|
|
625
630
|
//#region src/commands/vision/describe.d.ts
|
|
626
|
-
declare const _default$
|
|
631
|
+
declare const _default$141: _$bailian_cli_core0.Command<{
|
|
627
632
|
image: {
|
|
628
633
|
type: "string";
|
|
629
634
|
valueHint: string;
|
|
@@ -740,7 +745,7 @@ declare const _default$7: _$bailian_cli_core0.Command<{
|
|
|
740
745
|
}>;
|
|
741
746
|
//#endregion
|
|
742
747
|
//#region src/commands/update.d.ts
|
|
743
|
-
declare const _default$
|
|
748
|
+
declare const _default$129: _$bailian_cli_core0.Command<{
|
|
744
749
|
to: {
|
|
745
750
|
type: "string";
|
|
746
751
|
valueHint: string;
|
|
@@ -822,7 +827,7 @@ declare const _default$2: _$bailian_cli_core0.Command<{
|
|
|
822
827
|
}>;
|
|
823
828
|
//#endregion
|
|
824
829
|
//#region src/commands/memory/add.d.ts
|
|
825
|
-
declare const _default$
|
|
830
|
+
declare const _default$94: _$bailian_cli_core0.Command<{
|
|
826
831
|
userId: {
|
|
827
832
|
type: "string";
|
|
828
833
|
valueHint: string;
|
|
@@ -852,7 +857,7 @@ declare const _default$60: _$bailian_cli_core0.Command<{
|
|
|
852
857
|
}>;
|
|
853
858
|
//#endregion
|
|
854
859
|
//#region src/commands/memory/search.d.ts
|
|
855
|
-
declare const _default$
|
|
860
|
+
declare const _default$99: _$bailian_cli_core0.Command<{
|
|
856
861
|
userId: {
|
|
857
862
|
type: "string";
|
|
858
863
|
valueHint: string;
|
|
@@ -882,7 +887,7 @@ declare const _default$65: _$bailian_cli_core0.Command<{
|
|
|
882
887
|
}>;
|
|
883
888
|
//#endregion
|
|
884
889
|
//#region src/commands/memory/list.d.ts
|
|
885
|
-
declare const _default$
|
|
890
|
+
declare const _default$96: _$bailian_cli_core0.Command<{
|
|
886
891
|
userId: {
|
|
887
892
|
type: "string";
|
|
888
893
|
valueHint: string;
|
|
@@ -907,7 +912,7 @@ declare const _default$62: _$bailian_cli_core0.Command<{
|
|
|
907
912
|
}>;
|
|
908
913
|
//#endregion
|
|
909
914
|
//#region src/commands/memory/update.d.ts
|
|
910
|
-
declare const _default$
|
|
915
|
+
declare const _default$100: _$bailian_cli_core0.Command<{
|
|
911
916
|
nodeId: {
|
|
912
917
|
type: "string";
|
|
913
918
|
valueHint: string;
|
|
@@ -934,7 +939,7 @@ declare const _default$66: _$bailian_cli_core0.Command<{
|
|
|
934
939
|
}>;
|
|
935
940
|
//#endregion
|
|
936
941
|
//#region src/commands/memory/delete.d.ts
|
|
937
|
-
declare const _default$
|
|
942
|
+
declare const _default$95: _$bailian_cli_core0.Command<{
|
|
938
943
|
nodeId: {
|
|
939
944
|
type: "string";
|
|
940
945
|
valueHint: string;
|
|
@@ -955,7 +960,7 @@ declare const _default$61: _$bailian_cli_core0.Command<{
|
|
|
955
960
|
}>;
|
|
956
961
|
//#endregion
|
|
957
962
|
//#region src/commands/memory/profile-create.d.ts
|
|
958
|
-
declare const _default$
|
|
963
|
+
declare const _default$97: _$bailian_cli_core0.Command<{
|
|
959
964
|
name: {
|
|
960
965
|
type: "string";
|
|
961
966
|
valueHint: string;
|
|
@@ -976,7 +981,7 @@ declare const _default$63: _$bailian_cli_core0.Command<{
|
|
|
976
981
|
}>;
|
|
977
982
|
//#endregion
|
|
978
983
|
//#region src/commands/memory/profile-get.d.ts
|
|
979
|
-
declare const _default$
|
|
984
|
+
declare const _default$98: _$bailian_cli_core0.Command<{
|
|
980
985
|
schemaId: {
|
|
981
986
|
type: "string";
|
|
982
987
|
valueHint: string;
|
|
@@ -992,7 +997,7 @@ declare const _default$64: _$bailian_cli_core0.Command<{
|
|
|
992
997
|
}>;
|
|
993
998
|
//#endregion
|
|
994
999
|
//#region src/commands/knowledge/retrieve.d.ts
|
|
995
|
-
declare const _default$
|
|
1000
|
+
declare const _default$65: _$bailian_cli_core0.Command<{
|
|
996
1001
|
indexId: {
|
|
997
1002
|
type: "string";
|
|
998
1003
|
valueHint: string;
|
|
@@ -1024,86 +1029,1035 @@ declare const _default$38: _$bailian_cli_core0.Command<{
|
|
|
1024
1029
|
valueHint: string;
|
|
1025
1030
|
description: string;
|
|
1026
1031
|
};
|
|
1027
|
-
rerankModel: {
|
|
1032
|
+
rerankModel: {
|
|
1033
|
+
type: "string";
|
|
1034
|
+
valueHint: string;
|
|
1035
|
+
description: string;
|
|
1036
|
+
};
|
|
1037
|
+
rerankMode: {
|
|
1038
|
+
type: "string";
|
|
1039
|
+
valueHint: string;
|
|
1040
|
+
description: string;
|
|
1041
|
+
};
|
|
1042
|
+
rerankInstruct: {
|
|
1043
|
+
type: "string";
|
|
1044
|
+
valueHint: string;
|
|
1045
|
+
description: string;
|
|
1046
|
+
};
|
|
1047
|
+
topK: {
|
|
1048
|
+
type: "number";
|
|
1049
|
+
valueHint: string;
|
|
1050
|
+
description: string;
|
|
1051
|
+
};
|
|
1052
|
+
}>;
|
|
1053
|
+
//#endregion
|
|
1054
|
+
//#region src/commands/knowledge/search.d.ts
|
|
1055
|
+
declare const _default$66: _$bailian_cli_core0.Command<{
|
|
1056
|
+
workspaceId: {
|
|
1057
|
+
type: "string";
|
|
1058
|
+
valueHint: string;
|
|
1059
|
+
description: string;
|
|
1060
|
+
};
|
|
1061
|
+
query: {
|
|
1062
|
+
type: "string";
|
|
1063
|
+
valueHint: string;
|
|
1064
|
+
description: string;
|
|
1065
|
+
required: true;
|
|
1066
|
+
};
|
|
1067
|
+
agentId: {
|
|
1068
|
+
type: "string";
|
|
1069
|
+
valueHint: string;
|
|
1070
|
+
description: string;
|
|
1071
|
+
required: true;
|
|
1072
|
+
};
|
|
1073
|
+
agentVersion: {
|
|
1074
|
+
type: "string";
|
|
1075
|
+
valueHint: string;
|
|
1076
|
+
description: string;
|
|
1077
|
+
};
|
|
1078
|
+
image: {
|
|
1079
|
+
type: "array";
|
|
1080
|
+
valueHint: string;
|
|
1081
|
+
description: string;
|
|
1082
|
+
};
|
|
1083
|
+
}>;
|
|
1084
|
+
//#endregion
|
|
1085
|
+
//#region src/commands/knowledge/chat.d.ts
|
|
1086
|
+
declare const _default$43: _$bailian_cli_core0.Command<{
|
|
1087
|
+
workspaceId: {
|
|
1088
|
+
type: "string";
|
|
1089
|
+
valueHint: string;
|
|
1090
|
+
description: string;
|
|
1091
|
+
};
|
|
1092
|
+
message: {
|
|
1093
|
+
type: "array";
|
|
1094
|
+
valueHint: string;
|
|
1095
|
+
description: string;
|
|
1096
|
+
};
|
|
1097
|
+
agentId: {
|
|
1098
|
+
type: "string";
|
|
1099
|
+
valueHint: string;
|
|
1100
|
+
description: string;
|
|
1101
|
+
required: true;
|
|
1102
|
+
};
|
|
1103
|
+
agentVersion: {
|
|
1104
|
+
type: "string";
|
|
1105
|
+
valueHint: string;
|
|
1106
|
+
description: string;
|
|
1107
|
+
};
|
|
1108
|
+
image: {
|
|
1109
|
+
type: "array";
|
|
1110
|
+
valueHint: string;
|
|
1111
|
+
description: string;
|
|
1112
|
+
};
|
|
1113
|
+
}>;
|
|
1114
|
+
//#endregion
|
|
1115
|
+
//#region src/commands/knowledge/kb-list.d.ts
|
|
1116
|
+
declare const _default$62: _$bailian_cli_core0.Command<{
|
|
1117
|
+
workspaceId: {
|
|
1118
|
+
type: "string";
|
|
1119
|
+
valueHint: string;
|
|
1120
|
+
description: string;
|
|
1121
|
+
};
|
|
1122
|
+
pageNumber: {
|
|
1123
|
+
type: "number";
|
|
1124
|
+
valueHint: string;
|
|
1125
|
+
description: string;
|
|
1126
|
+
};
|
|
1127
|
+
pageSize: {
|
|
1128
|
+
type: "number";
|
|
1129
|
+
valueHint: string;
|
|
1130
|
+
description: string;
|
|
1131
|
+
};
|
|
1132
|
+
name: {
|
|
1133
|
+
type: "string";
|
|
1134
|
+
valueHint: string;
|
|
1135
|
+
description: string;
|
|
1136
|
+
};
|
|
1137
|
+
}>;
|
|
1138
|
+
//#endregion
|
|
1139
|
+
//#region src/commands/knowledge/kb-info.d.ts
|
|
1140
|
+
declare const _default$61: _$bailian_cli_core0.Command<{
|
|
1141
|
+
workspaceId: {
|
|
1142
|
+
type: "string";
|
|
1143
|
+
valueHint: string;
|
|
1144
|
+
description: string;
|
|
1145
|
+
};
|
|
1146
|
+
indexId: {
|
|
1147
|
+
type: "string";
|
|
1148
|
+
valueHint: string;
|
|
1149
|
+
description: string;
|
|
1150
|
+
required: true;
|
|
1151
|
+
};
|
|
1152
|
+
}>;
|
|
1153
|
+
//#endregion
|
|
1154
|
+
//#region src/commands/knowledge/doc-list.d.ts
|
|
1155
|
+
declare const _default$52: _$bailian_cli_core0.Command<{
|
|
1156
|
+
workspaceId: {
|
|
1157
|
+
type: "string";
|
|
1158
|
+
valueHint: string;
|
|
1159
|
+
description: string;
|
|
1160
|
+
};
|
|
1161
|
+
pageNumber: {
|
|
1162
|
+
type: "number";
|
|
1163
|
+
valueHint: string;
|
|
1164
|
+
description: string;
|
|
1165
|
+
};
|
|
1166
|
+
pageSize: {
|
|
1167
|
+
type: "number";
|
|
1168
|
+
valueHint: string;
|
|
1169
|
+
description: string;
|
|
1170
|
+
};
|
|
1171
|
+
indexId: {
|
|
1172
|
+
type: "string";
|
|
1173
|
+
valueHint: string;
|
|
1174
|
+
description: string;
|
|
1175
|
+
required: true;
|
|
1176
|
+
};
|
|
1177
|
+
}>;
|
|
1178
|
+
//#endregion
|
|
1179
|
+
//#region src/commands/knowledge/doc-status.d.ts
|
|
1180
|
+
declare const _default$53: _$bailian_cli_core0.Command<{
|
|
1181
|
+
workspaceId: {
|
|
1182
|
+
type: "string";
|
|
1183
|
+
valueHint: string;
|
|
1184
|
+
description: string;
|
|
1185
|
+
};
|
|
1186
|
+
pageNumber: {
|
|
1187
|
+
type: "number";
|
|
1188
|
+
valueHint: string;
|
|
1189
|
+
description: string;
|
|
1190
|
+
};
|
|
1191
|
+
pageSize: {
|
|
1192
|
+
type: "number";
|
|
1193
|
+
valueHint: string;
|
|
1194
|
+
description: string;
|
|
1195
|
+
};
|
|
1196
|
+
indexId: {
|
|
1197
|
+
type: "string";
|
|
1198
|
+
valueHint: string;
|
|
1199
|
+
description: string;
|
|
1200
|
+
required: true;
|
|
1201
|
+
};
|
|
1202
|
+
jobId: {
|
|
1203
|
+
type: "string";
|
|
1204
|
+
valueHint: string;
|
|
1205
|
+
description: string;
|
|
1206
|
+
required: true;
|
|
1207
|
+
};
|
|
1208
|
+
wait: {
|
|
1209
|
+
type: "switch";
|
|
1210
|
+
description: string;
|
|
1211
|
+
};
|
|
1212
|
+
pollInterval: {
|
|
1213
|
+
type: "number";
|
|
1214
|
+
valueHint: string;
|
|
1215
|
+
description: string;
|
|
1216
|
+
};
|
|
1217
|
+
}>;
|
|
1218
|
+
//#endregion
|
|
1219
|
+
//#region src/commands/knowledge/doc-upload.d.ts
|
|
1220
|
+
declare const _default$55: _$bailian_cli_core0.Command<{
|
|
1221
|
+
workspaceId: {
|
|
1222
|
+
type: "string";
|
|
1223
|
+
valueHint: string;
|
|
1224
|
+
description: string;
|
|
1225
|
+
};
|
|
1226
|
+
file: {
|
|
1227
|
+
type: "array";
|
|
1228
|
+
valueHint: string;
|
|
1229
|
+
description: string;
|
|
1230
|
+
required: true;
|
|
1231
|
+
};
|
|
1232
|
+
indexId: {
|
|
1233
|
+
type: "string";
|
|
1234
|
+
valueHint: string;
|
|
1235
|
+
description: string;
|
|
1236
|
+
};
|
|
1237
|
+
categoryId: {
|
|
1238
|
+
type: "string";
|
|
1239
|
+
valueHint: string;
|
|
1240
|
+
description: string;
|
|
1241
|
+
};
|
|
1242
|
+
tag: {
|
|
1243
|
+
type: "array";
|
|
1244
|
+
valueHint: string;
|
|
1245
|
+
description: string;
|
|
1246
|
+
};
|
|
1247
|
+
wait: {
|
|
1248
|
+
type: "switch";
|
|
1249
|
+
description: string;
|
|
1250
|
+
};
|
|
1251
|
+
pollInterval: {
|
|
1252
|
+
type: "number";
|
|
1253
|
+
valueHint: string;
|
|
1254
|
+
description: string;
|
|
1255
|
+
};
|
|
1256
|
+
}>;
|
|
1257
|
+
//#endregion
|
|
1258
|
+
//#region src/commands/knowledge/kb-create.d.ts
|
|
1259
|
+
declare const _default$59: _$bailian_cli_core0.Command<{
|
|
1260
|
+
workspaceId: {
|
|
1261
|
+
type: "string";
|
|
1262
|
+
valueHint: string;
|
|
1263
|
+
description: string;
|
|
1264
|
+
};
|
|
1265
|
+
name: {
|
|
1266
|
+
type: "string";
|
|
1267
|
+
valueHint: string;
|
|
1268
|
+
description: string;
|
|
1269
|
+
required: true;
|
|
1270
|
+
};
|
|
1271
|
+
docId: {
|
|
1272
|
+
type: "array";
|
|
1273
|
+
valueHint: string;
|
|
1274
|
+
description: string;
|
|
1275
|
+
};
|
|
1276
|
+
categoryId: {
|
|
1277
|
+
type: "array";
|
|
1278
|
+
valueHint: string;
|
|
1279
|
+
description: string;
|
|
1280
|
+
};
|
|
1281
|
+
embeddingModel: {
|
|
1282
|
+
type: "string";
|
|
1283
|
+
valueHint: string;
|
|
1284
|
+
description: string;
|
|
1285
|
+
};
|
|
1286
|
+
chunkSize: {
|
|
1287
|
+
type: "number";
|
|
1288
|
+
valueHint: string;
|
|
1289
|
+
description: string;
|
|
1290
|
+
};
|
|
1291
|
+
wait: {
|
|
1292
|
+
type: "switch";
|
|
1293
|
+
description: string;
|
|
1294
|
+
};
|
|
1295
|
+
pollInterval: {
|
|
1296
|
+
type: "number";
|
|
1297
|
+
valueHint: string;
|
|
1298
|
+
description: string;
|
|
1299
|
+
};
|
|
1300
|
+
}>;
|
|
1301
|
+
//#endregion
|
|
1302
|
+
//#region src/commands/knowledge/kb-update.d.ts
|
|
1303
|
+
declare const _default$64: _$bailian_cli_core0.Command<{
|
|
1304
|
+
workspaceId: {
|
|
1305
|
+
type: "string";
|
|
1306
|
+
valueHint: string;
|
|
1307
|
+
description: string;
|
|
1308
|
+
};
|
|
1309
|
+
indexId: {
|
|
1310
|
+
type: "string";
|
|
1311
|
+
valueHint: string;
|
|
1312
|
+
description: string;
|
|
1313
|
+
required: true;
|
|
1314
|
+
};
|
|
1315
|
+
name: {
|
|
1316
|
+
type: "string";
|
|
1317
|
+
valueHint: string;
|
|
1318
|
+
description: string;
|
|
1319
|
+
};
|
|
1320
|
+
description: {
|
|
1321
|
+
type: "string";
|
|
1322
|
+
valueHint: string;
|
|
1323
|
+
description: string;
|
|
1324
|
+
};
|
|
1325
|
+
rerankMinScore: {
|
|
1326
|
+
type: "number";
|
|
1327
|
+
valueHint: string;
|
|
1328
|
+
description: string;
|
|
1329
|
+
};
|
|
1330
|
+
}>;
|
|
1331
|
+
//#endregion
|
|
1332
|
+
//#region src/commands/knowledge/kb-delete.d.ts
|
|
1333
|
+
declare const _default$60: _$bailian_cli_core0.Command<{
|
|
1334
|
+
workspaceId: {
|
|
1335
|
+
type: "string";
|
|
1336
|
+
valueHint: string;
|
|
1337
|
+
description: string;
|
|
1338
|
+
};
|
|
1339
|
+
indexId: {
|
|
1340
|
+
type: "string";
|
|
1341
|
+
valueHint: string;
|
|
1342
|
+
description: string;
|
|
1343
|
+
required: true;
|
|
1344
|
+
};
|
|
1345
|
+
yes: {
|
|
1346
|
+
type: "switch";
|
|
1347
|
+
description: string;
|
|
1348
|
+
};
|
|
1349
|
+
}>;
|
|
1350
|
+
//#endregion
|
|
1351
|
+
//#region src/commands/knowledge/doc-delete.d.ts
|
|
1352
|
+
declare const _default$50: _$bailian_cli_core0.Command<{
|
|
1353
|
+
workspaceId: {
|
|
1354
|
+
type: "string";
|
|
1355
|
+
valueHint: string;
|
|
1356
|
+
description: string;
|
|
1357
|
+
};
|
|
1358
|
+
indexId: {
|
|
1359
|
+
type: "string";
|
|
1360
|
+
valueHint: string;
|
|
1361
|
+
description: string;
|
|
1362
|
+
required: true;
|
|
1363
|
+
};
|
|
1364
|
+
docId: {
|
|
1365
|
+
type: "array";
|
|
1366
|
+
valueHint: string;
|
|
1367
|
+
description: string;
|
|
1368
|
+
required: true;
|
|
1369
|
+
};
|
|
1370
|
+
yes: {
|
|
1371
|
+
type: "switch";
|
|
1372
|
+
description: string;
|
|
1373
|
+
};
|
|
1374
|
+
}>;
|
|
1375
|
+
//#endregion
|
|
1376
|
+
//#region src/commands/knowledge/doc-tag.d.ts
|
|
1377
|
+
declare const _default$54: _$bailian_cli_core0.Command<{
|
|
1378
|
+
workspaceId: {
|
|
1379
|
+
type: "string";
|
|
1380
|
+
valueHint: string;
|
|
1381
|
+
description: string;
|
|
1382
|
+
};
|
|
1383
|
+
docId: {
|
|
1384
|
+
type: "array";
|
|
1385
|
+
valueHint: string;
|
|
1386
|
+
description: string;
|
|
1387
|
+
required: true;
|
|
1388
|
+
};
|
|
1389
|
+
tag: {
|
|
1390
|
+
type: "array";
|
|
1391
|
+
valueHint: string;
|
|
1392
|
+
description: string;
|
|
1393
|
+
required: true;
|
|
1394
|
+
};
|
|
1395
|
+
mode: {
|
|
1396
|
+
type: "string";
|
|
1397
|
+
valueHint: string;
|
|
1398
|
+
description: string;
|
|
1399
|
+
};
|
|
1400
|
+
}>;
|
|
1401
|
+
//#endregion
|
|
1402
|
+
//#region src/commands/knowledge/service-list.d.ts
|
|
1403
|
+
declare const _default$72: _$bailian_cli_core0.Command<{
|
|
1404
|
+
workspaceId: {
|
|
1405
|
+
type: "string";
|
|
1406
|
+
valueHint: string;
|
|
1407
|
+
description: string;
|
|
1408
|
+
};
|
|
1409
|
+
pageNumber: {
|
|
1410
|
+
type: "number";
|
|
1411
|
+
valueHint: string;
|
|
1412
|
+
description: string;
|
|
1413
|
+
};
|
|
1414
|
+
pageSize: {
|
|
1415
|
+
type: "number";
|
|
1416
|
+
valueHint: string;
|
|
1417
|
+
description: string;
|
|
1418
|
+
};
|
|
1419
|
+
scene: {
|
|
1420
|
+
type: "string";
|
|
1421
|
+
valueHint: string;
|
|
1422
|
+
description: string;
|
|
1423
|
+
required: true;
|
|
1424
|
+
};
|
|
1425
|
+
status: {
|
|
1426
|
+
type: "string";
|
|
1427
|
+
valueHint: string;
|
|
1428
|
+
description: string;
|
|
1429
|
+
};
|
|
1430
|
+
name: {
|
|
1431
|
+
type: "string";
|
|
1432
|
+
valueHint: string;
|
|
1433
|
+
description: string;
|
|
1434
|
+
};
|
|
1435
|
+
agentId: {
|
|
1436
|
+
type: "string";
|
|
1437
|
+
valueHint: string;
|
|
1438
|
+
description: string;
|
|
1439
|
+
};
|
|
1440
|
+
indexId: {
|
|
1441
|
+
type: "string";
|
|
1442
|
+
valueHint: string;
|
|
1443
|
+
description: string;
|
|
1444
|
+
};
|
|
1445
|
+
}>;
|
|
1446
|
+
//#endregion
|
|
1447
|
+
//#region src/commands/knowledge/service-get.d.ts
|
|
1448
|
+
declare const _default$71: _$bailian_cli_core0.Command<{
|
|
1449
|
+
workspaceId: {
|
|
1450
|
+
type: "string";
|
|
1451
|
+
valueHint: string;
|
|
1452
|
+
description: string;
|
|
1453
|
+
};
|
|
1454
|
+
agentId: {
|
|
1455
|
+
type: "string";
|
|
1456
|
+
valueHint: string;
|
|
1457
|
+
description: string;
|
|
1458
|
+
required: true;
|
|
1459
|
+
};
|
|
1460
|
+
agentVersion: {
|
|
1461
|
+
type: "string";
|
|
1462
|
+
valueHint: string;
|
|
1463
|
+
description: string;
|
|
1464
|
+
};
|
|
1465
|
+
}>;
|
|
1466
|
+
//#endregion
|
|
1467
|
+
//#region src/commands/knowledge/service-create.d.ts
|
|
1468
|
+
declare const _default$68: _$bailian_cli_core0.Command<{
|
|
1469
|
+
workspaceId: {
|
|
1470
|
+
type: "string";
|
|
1471
|
+
valueHint: string;
|
|
1472
|
+
description: string;
|
|
1473
|
+
};
|
|
1474
|
+
name: {
|
|
1475
|
+
type: "string";
|
|
1476
|
+
valueHint: string;
|
|
1477
|
+
description: string;
|
|
1478
|
+
required: true;
|
|
1479
|
+
};
|
|
1480
|
+
scene: {
|
|
1481
|
+
type: "string";
|
|
1482
|
+
valueHint: string;
|
|
1483
|
+
description: string;
|
|
1484
|
+
required: true;
|
|
1485
|
+
};
|
|
1486
|
+
description: {
|
|
1487
|
+
type: "string";
|
|
1488
|
+
valueHint: string;
|
|
1489
|
+
description: string;
|
|
1490
|
+
};
|
|
1491
|
+
indexId: {
|
|
1492
|
+
type: "string";
|
|
1493
|
+
valueHint: string;
|
|
1494
|
+
description: string;
|
|
1495
|
+
};
|
|
1496
|
+
}>;
|
|
1497
|
+
//#endregion
|
|
1498
|
+
//#region src/commands/knowledge/service-update.d.ts
|
|
1499
|
+
declare const _default$73: _$bailian_cli_core0.Command<{
|
|
1500
|
+
workspaceId: {
|
|
1501
|
+
type: "string";
|
|
1502
|
+
valueHint: string;
|
|
1503
|
+
description: string;
|
|
1504
|
+
};
|
|
1505
|
+
agentId: {
|
|
1506
|
+
type: "string";
|
|
1507
|
+
valueHint: string;
|
|
1508
|
+
description: string;
|
|
1509
|
+
required: true;
|
|
1510
|
+
};
|
|
1511
|
+
name: {
|
|
1512
|
+
type: "string";
|
|
1513
|
+
valueHint: string;
|
|
1514
|
+
description: string;
|
|
1515
|
+
};
|
|
1516
|
+
description: {
|
|
1517
|
+
type: "string";
|
|
1518
|
+
valueHint: string;
|
|
1519
|
+
description: string;
|
|
1520
|
+
};
|
|
1521
|
+
agentVersion: {
|
|
1522
|
+
type: "string";
|
|
1523
|
+
valueHint: string;
|
|
1524
|
+
description: string;
|
|
1525
|
+
};
|
|
1526
|
+
versionDesc: {
|
|
1527
|
+
type: "string";
|
|
1528
|
+
valueHint: string;
|
|
1529
|
+
description: string;
|
|
1530
|
+
};
|
|
1531
|
+
policy: {
|
|
1532
|
+
type: "string";
|
|
1533
|
+
valueHint: string;
|
|
1534
|
+
description: string;
|
|
1535
|
+
};
|
|
1536
|
+
model: {
|
|
1537
|
+
type: "string";
|
|
1538
|
+
valueHint: string;
|
|
1539
|
+
description: string;
|
|
1540
|
+
};
|
|
1541
|
+
temperature: {
|
|
1542
|
+
type: "number";
|
|
1543
|
+
valueHint: string;
|
|
1544
|
+
description: string;
|
|
1545
|
+
};
|
|
1546
|
+
maxLlmCalls: {
|
|
1547
|
+
type: "number";
|
|
1548
|
+
valueHint: string;
|
|
1549
|
+
description: string;
|
|
1550
|
+
};
|
|
1551
|
+
enableSessionFile: {
|
|
1552
|
+
type: "string";
|
|
1553
|
+
valueHint: string;
|
|
1554
|
+
description: string;
|
|
1555
|
+
};
|
|
1556
|
+
enableRefusal: {
|
|
1557
|
+
type: "string";
|
|
1558
|
+
valueHint: string;
|
|
1559
|
+
description: string;
|
|
1560
|
+
};
|
|
1561
|
+
enableAntiLeak: {
|
|
1562
|
+
type: "string";
|
|
1563
|
+
valueHint: string;
|
|
1564
|
+
description: string;
|
|
1565
|
+
};
|
|
1566
|
+
enableRichText: {
|
|
1567
|
+
type: "string";
|
|
1568
|
+
valueHint: string;
|
|
1569
|
+
description: string;
|
|
1570
|
+
};
|
|
1571
|
+
enableCitation: {
|
|
1572
|
+
type: "string";
|
|
1573
|
+
valueHint: string;
|
|
1574
|
+
description: string;
|
|
1575
|
+
};
|
|
1576
|
+
configFile: {
|
|
1577
|
+
type: "string";
|
|
1578
|
+
valueHint: string;
|
|
1579
|
+
description: string;
|
|
1580
|
+
};
|
|
1581
|
+
}>;
|
|
1582
|
+
//#endregion
|
|
1583
|
+
//#region src/commands/knowledge/service-deploy.d.ts
|
|
1584
|
+
declare const _default$70: _$bailian_cli_core0.Command<{
|
|
1585
|
+
workspaceId: {
|
|
1586
|
+
type: "string";
|
|
1587
|
+
valueHint: string;
|
|
1588
|
+
description: string;
|
|
1589
|
+
};
|
|
1590
|
+
agentId: {
|
|
1591
|
+
type: "string";
|
|
1592
|
+
valueHint: string;
|
|
1593
|
+
description: string;
|
|
1594
|
+
required: true;
|
|
1595
|
+
};
|
|
1596
|
+
versionDesc: {
|
|
1597
|
+
type: "string";
|
|
1598
|
+
valueHint: string;
|
|
1599
|
+
description: string;
|
|
1600
|
+
};
|
|
1601
|
+
yes: {
|
|
1602
|
+
type: "switch";
|
|
1603
|
+
description: string;
|
|
1604
|
+
};
|
|
1605
|
+
}>;
|
|
1606
|
+
//#endregion
|
|
1607
|
+
//#region src/commands/knowledge/service-delete.d.ts
|
|
1608
|
+
declare const _default$69: _$bailian_cli_core0.Command<{
|
|
1609
|
+
workspaceId: {
|
|
1610
|
+
type: "string";
|
|
1611
|
+
valueHint: string;
|
|
1612
|
+
description: string;
|
|
1613
|
+
};
|
|
1614
|
+
agentId: {
|
|
1615
|
+
type: "string";
|
|
1616
|
+
valueHint: string;
|
|
1617
|
+
description: string;
|
|
1618
|
+
required: true;
|
|
1619
|
+
};
|
|
1620
|
+
yes: {
|
|
1621
|
+
type: "switch";
|
|
1622
|
+
description: string;
|
|
1623
|
+
};
|
|
1624
|
+
}>;
|
|
1625
|
+
//#endregion
|
|
1626
|
+
//#region src/commands/knowledge/service-copy.d.ts
|
|
1627
|
+
declare const _default$67: _$bailian_cli_core0.Command<{
|
|
1628
|
+
workspaceId: {
|
|
1629
|
+
type: "string";
|
|
1630
|
+
valueHint: string;
|
|
1631
|
+
description: string;
|
|
1632
|
+
};
|
|
1633
|
+
agentId: {
|
|
1634
|
+
type: "string";
|
|
1635
|
+
valueHint: string;
|
|
1636
|
+
description: string;
|
|
1637
|
+
required: true;
|
|
1638
|
+
};
|
|
1639
|
+
}>;
|
|
1640
|
+
//#endregion
|
|
1641
|
+
//#region src/commands/knowledge/chunk-add.d.ts
|
|
1642
|
+
declare const _default$44: _$bailian_cli_core0.Command<{
|
|
1643
|
+
workspaceId: {
|
|
1644
|
+
type: "string";
|
|
1645
|
+
valueHint: string;
|
|
1646
|
+
description: string;
|
|
1647
|
+
};
|
|
1648
|
+
indexId: {
|
|
1649
|
+
type: "string";
|
|
1650
|
+
valueHint: string;
|
|
1651
|
+
description: string;
|
|
1652
|
+
required: true;
|
|
1653
|
+
};
|
|
1654
|
+
docId: {
|
|
1655
|
+
type: "string";
|
|
1656
|
+
valueHint: string;
|
|
1657
|
+
description: string;
|
|
1658
|
+
};
|
|
1659
|
+
content: {
|
|
1660
|
+
type: "string";
|
|
1661
|
+
valueHint: string;
|
|
1662
|
+
description: string;
|
|
1663
|
+
};
|
|
1664
|
+
contentFile: {
|
|
1665
|
+
type: "string";
|
|
1666
|
+
valueHint: string;
|
|
1667
|
+
description: string;
|
|
1668
|
+
};
|
|
1669
|
+
title: {
|
|
1670
|
+
type: "string";
|
|
1671
|
+
valueHint: string;
|
|
1672
|
+
description: string;
|
|
1673
|
+
};
|
|
1674
|
+
imageUrl: {
|
|
1675
|
+
type: "array";
|
|
1676
|
+
valueHint: string;
|
|
1677
|
+
description: string;
|
|
1678
|
+
};
|
|
1679
|
+
field: {
|
|
1680
|
+
type: "array";
|
|
1681
|
+
valueHint: string;
|
|
1682
|
+
description: string;
|
|
1683
|
+
};
|
|
1684
|
+
}>;
|
|
1685
|
+
//#endregion
|
|
1686
|
+
//#region src/commands/knowledge/chunk-list.d.ts
|
|
1687
|
+
declare const _default$46: _$bailian_cli_core0.Command<{
|
|
1688
|
+
workspaceId: {
|
|
1689
|
+
type: "string";
|
|
1690
|
+
valueHint: string;
|
|
1691
|
+
description: string;
|
|
1692
|
+
};
|
|
1693
|
+
pageNumber: {
|
|
1694
|
+
type: "number";
|
|
1695
|
+
valueHint: string;
|
|
1696
|
+
description: string;
|
|
1697
|
+
};
|
|
1698
|
+
pageSize: {
|
|
1699
|
+
type: "number";
|
|
1700
|
+
valueHint: string;
|
|
1701
|
+
description: string;
|
|
1702
|
+
};
|
|
1703
|
+
indexId: {
|
|
1704
|
+
type: "string";
|
|
1705
|
+
valueHint: string;
|
|
1706
|
+
description: string;
|
|
1707
|
+
required: true;
|
|
1708
|
+
};
|
|
1709
|
+
docId: {
|
|
1710
|
+
type: "string";
|
|
1711
|
+
valueHint: string;
|
|
1712
|
+
description: string;
|
|
1713
|
+
};
|
|
1714
|
+
}>;
|
|
1715
|
+
//#endregion
|
|
1716
|
+
//#region src/commands/knowledge/chunk-update.d.ts
|
|
1717
|
+
declare const _default$47: _$bailian_cli_core0.Command<{
|
|
1718
|
+
workspaceId: {
|
|
1719
|
+
type: "string";
|
|
1720
|
+
valueHint: string;
|
|
1721
|
+
description: string;
|
|
1722
|
+
};
|
|
1723
|
+
indexId: {
|
|
1724
|
+
type: "string";
|
|
1725
|
+
valueHint: string;
|
|
1726
|
+
description: string;
|
|
1727
|
+
required: true;
|
|
1728
|
+
};
|
|
1729
|
+
chunkId: {
|
|
1730
|
+
type: "string";
|
|
1731
|
+
valueHint: string;
|
|
1732
|
+
description: string;
|
|
1733
|
+
required: true;
|
|
1734
|
+
};
|
|
1735
|
+
docId: {
|
|
1736
|
+
type: "string";
|
|
1737
|
+
valueHint: string;
|
|
1738
|
+
description: string;
|
|
1739
|
+
required: true;
|
|
1740
|
+
};
|
|
1741
|
+
content: {
|
|
1742
|
+
type: "string";
|
|
1743
|
+
valueHint: string;
|
|
1744
|
+
description: string;
|
|
1745
|
+
};
|
|
1746
|
+
contentFile: {
|
|
1747
|
+
type: "string";
|
|
1748
|
+
valueHint: string;
|
|
1749
|
+
description: string;
|
|
1750
|
+
};
|
|
1751
|
+
title: {
|
|
1752
|
+
type: "string";
|
|
1753
|
+
valueHint: string;
|
|
1754
|
+
description: string;
|
|
1755
|
+
};
|
|
1756
|
+
exclude: {
|
|
1757
|
+
type: "switch";
|
|
1758
|
+
description: string;
|
|
1759
|
+
};
|
|
1760
|
+
include: {
|
|
1761
|
+
type: "switch";
|
|
1762
|
+
description: string;
|
|
1763
|
+
};
|
|
1764
|
+
}>;
|
|
1765
|
+
//#endregion
|
|
1766
|
+
//#region src/commands/knowledge/chunk-delete.d.ts
|
|
1767
|
+
declare const _default$45: _$bailian_cli_core0.Command<{
|
|
1768
|
+
workspaceId: {
|
|
1769
|
+
type: "string";
|
|
1770
|
+
valueHint: string;
|
|
1771
|
+
description: string;
|
|
1772
|
+
};
|
|
1773
|
+
indexId: {
|
|
1774
|
+
type: "string";
|
|
1775
|
+
valueHint: string;
|
|
1776
|
+
description: string;
|
|
1777
|
+
required: true;
|
|
1778
|
+
};
|
|
1779
|
+
chunkId: {
|
|
1780
|
+
type: "array";
|
|
1781
|
+
valueHint: string;
|
|
1782
|
+
description: string;
|
|
1783
|
+
required: true;
|
|
1784
|
+
};
|
|
1785
|
+
yes: {
|
|
1786
|
+
type: "switch";
|
|
1787
|
+
description: string;
|
|
1788
|
+
};
|
|
1789
|
+
}>;
|
|
1790
|
+
//#endregion
|
|
1791
|
+
//#region src/commands/knowledge/kb-stats.d.ts
|
|
1792
|
+
declare const _default$63: _$bailian_cli_core0.Command<{
|
|
1793
|
+
workspaceId: {
|
|
1794
|
+
type: "string";
|
|
1795
|
+
valueHint: string;
|
|
1796
|
+
description: string;
|
|
1797
|
+
};
|
|
1798
|
+
indexId: {
|
|
1799
|
+
type: "string";
|
|
1800
|
+
valueHint: string;
|
|
1801
|
+
description: string;
|
|
1802
|
+
required: true;
|
|
1803
|
+
};
|
|
1804
|
+
start: {
|
|
1805
|
+
type: "string";
|
|
1806
|
+
valueHint: string;
|
|
1807
|
+
description: string;
|
|
1808
|
+
};
|
|
1809
|
+
end: {
|
|
1810
|
+
type: "string";
|
|
1811
|
+
valueHint: string;
|
|
1812
|
+
description: string;
|
|
1813
|
+
};
|
|
1814
|
+
}>;
|
|
1815
|
+
//#endregion
|
|
1816
|
+
//#region src/commands/knowledge/category-list.d.ts
|
|
1817
|
+
declare const _default$42: _$bailian_cli_core0.Command<{
|
|
1818
|
+
workspaceId: {
|
|
1819
|
+
type: "string";
|
|
1820
|
+
valueHint: string;
|
|
1821
|
+
description: string;
|
|
1822
|
+
};
|
|
1823
|
+
collectionId: {
|
|
1824
|
+
type: "string";
|
|
1825
|
+
valueHint: string;
|
|
1826
|
+
description: string;
|
|
1827
|
+
};
|
|
1828
|
+
parentId: {
|
|
1829
|
+
type: "string";
|
|
1830
|
+
valueHint: string;
|
|
1831
|
+
description: string;
|
|
1832
|
+
};
|
|
1833
|
+
name: {
|
|
1834
|
+
type: "string";
|
|
1835
|
+
valueHint: string;
|
|
1836
|
+
description: string;
|
|
1837
|
+
};
|
|
1838
|
+
nextToken: {
|
|
1839
|
+
type: "string";
|
|
1840
|
+
valueHint: string;
|
|
1841
|
+
description: string;
|
|
1842
|
+
};
|
|
1843
|
+
maxResult: {
|
|
1844
|
+
type: "number";
|
|
1845
|
+
valueHint: string;
|
|
1846
|
+
description: string;
|
|
1847
|
+
};
|
|
1848
|
+
}>;
|
|
1849
|
+
//#endregion
|
|
1850
|
+
//#region src/commands/knowledge/category-add.d.ts
|
|
1851
|
+
declare const _default$40: _$bailian_cli_core0.Command<{
|
|
1852
|
+
workspaceId: {
|
|
1853
|
+
type: "string";
|
|
1854
|
+
valueHint: string;
|
|
1855
|
+
description: string;
|
|
1856
|
+
};
|
|
1857
|
+
name: {
|
|
1858
|
+
type: "string";
|
|
1859
|
+
valueHint: string;
|
|
1860
|
+
description: string;
|
|
1861
|
+
required: true;
|
|
1862
|
+
};
|
|
1863
|
+
parentId: {
|
|
1864
|
+
type: "string";
|
|
1865
|
+
valueHint: string;
|
|
1866
|
+
description: string;
|
|
1867
|
+
};
|
|
1868
|
+
collectionId: {
|
|
1869
|
+
type: "string";
|
|
1870
|
+
valueHint: string;
|
|
1871
|
+
description: string;
|
|
1872
|
+
};
|
|
1873
|
+
}>;
|
|
1874
|
+
//#endregion
|
|
1875
|
+
//#region src/commands/knowledge/category-delete.d.ts
|
|
1876
|
+
declare const _default$41: _$bailian_cli_core0.Command<{
|
|
1877
|
+
workspaceId: {
|
|
1878
|
+
type: "string";
|
|
1879
|
+
valueHint: string;
|
|
1880
|
+
description: string;
|
|
1881
|
+
};
|
|
1882
|
+
categoryId: {
|
|
1883
|
+
type: "string";
|
|
1884
|
+
valueHint: string;
|
|
1885
|
+
description: string;
|
|
1886
|
+
required: true;
|
|
1887
|
+
};
|
|
1888
|
+
yes: {
|
|
1889
|
+
type: "switch";
|
|
1890
|
+
description: string;
|
|
1891
|
+
};
|
|
1892
|
+
}>;
|
|
1893
|
+
//#endregion
|
|
1894
|
+
//#region src/commands/knowledge/file-list.d.ts
|
|
1895
|
+
declare const _default$58: _$bailian_cli_core0.Command<{
|
|
1896
|
+
workspaceId: {
|
|
1897
|
+
type: "string";
|
|
1898
|
+
valueHint: string;
|
|
1899
|
+
description: string;
|
|
1900
|
+
};
|
|
1901
|
+
categoryId: {
|
|
1902
|
+
type: "string";
|
|
1903
|
+
valueHint: string;
|
|
1904
|
+
description: string;
|
|
1905
|
+
required: true;
|
|
1906
|
+
};
|
|
1907
|
+
name: {
|
|
1908
|
+
type: "string";
|
|
1909
|
+
valueHint: string;
|
|
1910
|
+
description: string;
|
|
1911
|
+
};
|
|
1912
|
+
fileId: {
|
|
1913
|
+
type: "array";
|
|
1914
|
+
valueHint: string;
|
|
1915
|
+
description: string;
|
|
1916
|
+
};
|
|
1917
|
+
nextToken: {
|
|
1918
|
+
type: "string";
|
|
1919
|
+
valueHint: string;
|
|
1920
|
+
description: string;
|
|
1921
|
+
};
|
|
1922
|
+
maxResult: {
|
|
1923
|
+
type: "number";
|
|
1924
|
+
valueHint: string;
|
|
1925
|
+
description: string;
|
|
1926
|
+
};
|
|
1927
|
+
}>;
|
|
1928
|
+
//#endregion
|
|
1929
|
+
//#region src/commands/knowledge/file-get.d.ts
|
|
1930
|
+
declare const _default$57: _$bailian_cli_core0.Command<{
|
|
1931
|
+
workspaceId: {
|
|
1932
|
+
type: "string";
|
|
1933
|
+
valueHint: string;
|
|
1934
|
+
description: string;
|
|
1935
|
+
};
|
|
1936
|
+
fileId: {
|
|
1937
|
+
type: "string";
|
|
1938
|
+
valueHint: string;
|
|
1939
|
+
description: string;
|
|
1940
|
+
required: true;
|
|
1941
|
+
};
|
|
1942
|
+
}>;
|
|
1943
|
+
//#endregion
|
|
1944
|
+
//#region src/commands/knowledge/file-delete.d.ts
|
|
1945
|
+
declare const _default$56: _$bailian_cli_core0.Command<{
|
|
1946
|
+
workspaceId: {
|
|
1947
|
+
type: "string";
|
|
1948
|
+
valueHint: string;
|
|
1949
|
+
description: string;
|
|
1950
|
+
};
|
|
1951
|
+
fileId: {
|
|
1952
|
+
type: "string";
|
|
1953
|
+
valueHint: string;
|
|
1954
|
+
description: string;
|
|
1955
|
+
required: true;
|
|
1956
|
+
};
|
|
1957
|
+
yes: {
|
|
1958
|
+
type: "switch";
|
|
1959
|
+
description: string;
|
|
1960
|
+
};
|
|
1961
|
+
}>;
|
|
1962
|
+
//#endregion
|
|
1963
|
+
//#region src/commands/knowledge/collection-create.d.ts
|
|
1964
|
+
declare const _default$48: _$bailian_cli_core0.Command<{
|
|
1965
|
+
workspaceId: {
|
|
1966
|
+
type: "string";
|
|
1967
|
+
valueHint: string;
|
|
1968
|
+
description: string;
|
|
1969
|
+
};
|
|
1970
|
+
name: {
|
|
1971
|
+
type: "string";
|
|
1972
|
+
valueHint: string;
|
|
1973
|
+
description: string;
|
|
1974
|
+
required: true;
|
|
1975
|
+
};
|
|
1976
|
+
description: {
|
|
1028
1977
|
type: "string";
|
|
1029
1978
|
valueHint: string;
|
|
1030
1979
|
description: string;
|
|
1980
|
+
required: true;
|
|
1031
1981
|
};
|
|
1032
|
-
|
|
1982
|
+
storeType: {
|
|
1033
1983
|
type: "string";
|
|
1034
1984
|
valueHint: string;
|
|
1035
1985
|
description: string;
|
|
1036
1986
|
};
|
|
1037
|
-
|
|
1987
|
+
ossRegion: {
|
|
1038
1988
|
type: "string";
|
|
1039
1989
|
valueHint: string;
|
|
1040
1990
|
description: string;
|
|
1041
1991
|
};
|
|
1042
|
-
|
|
1043
|
-
type: "
|
|
1992
|
+
ossBucket: {
|
|
1993
|
+
type: "string";
|
|
1044
1994
|
valueHint: string;
|
|
1045
1995
|
description: string;
|
|
1046
1996
|
};
|
|
1047
1997
|
}>;
|
|
1048
1998
|
//#endregion
|
|
1049
|
-
//#region src/commands/knowledge/
|
|
1050
|
-
declare const _default$
|
|
1051
|
-
|
|
1999
|
+
//#region src/commands/knowledge/collection-get.d.ts
|
|
2000
|
+
declare const _default$49: _$bailian_cli_core0.Command<{
|
|
2001
|
+
workspaceId: {
|
|
1052
2002
|
type: "string";
|
|
1053
2003
|
valueHint: string;
|
|
1054
2004
|
description: string;
|
|
1055
|
-
required: true;
|
|
1056
2005
|
};
|
|
1057
|
-
|
|
2006
|
+
collectionId: {
|
|
1058
2007
|
type: "string";
|
|
1059
2008
|
valueHint: string;
|
|
1060
2009
|
description: string;
|
|
1061
|
-
required: true;
|
|
1062
2010
|
};
|
|
1063
|
-
|
|
2011
|
+
name: {
|
|
1064
2012
|
type: "string";
|
|
1065
2013
|
valueHint: string;
|
|
1066
2014
|
description: string;
|
|
1067
2015
|
};
|
|
1068
|
-
|
|
1069
|
-
|
|
2016
|
+
}>;
|
|
2017
|
+
//#endregion
|
|
2018
|
+
//#region src/commands/knowledge/doc-import-oss.d.ts
|
|
2019
|
+
declare const _default$51: _$bailian_cli_core0.Command<{
|
|
2020
|
+
workspaceId: {
|
|
2021
|
+
type: "string";
|
|
1070
2022
|
valueHint: string;
|
|
1071
2023
|
description: string;
|
|
1072
2024
|
};
|
|
1073
|
-
|
|
2025
|
+
bucket: {
|
|
1074
2026
|
type: "string";
|
|
1075
2027
|
valueHint: string;
|
|
1076
2028
|
description: string;
|
|
2029
|
+
required: true;
|
|
1077
2030
|
};
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
//#region src/commands/knowledge/chat.d.ts
|
|
1081
|
-
declare const _default$37: _$bailian_cli_core0.Command<{
|
|
1082
|
-
message: {
|
|
1083
|
-
type: "array";
|
|
2031
|
+
region: {
|
|
2032
|
+
type: "string";
|
|
1084
2033
|
valueHint: string;
|
|
1085
2034
|
description: string;
|
|
2035
|
+
required: true;
|
|
1086
2036
|
};
|
|
1087
|
-
|
|
1088
|
-
type: "
|
|
2037
|
+
ossKey: {
|
|
2038
|
+
type: "array";
|
|
1089
2039
|
valueHint: string;
|
|
1090
2040
|
description: string;
|
|
1091
2041
|
required: true;
|
|
1092
2042
|
};
|
|
1093
|
-
|
|
2043
|
+
categoryId: {
|
|
1094
2044
|
type: "string";
|
|
1095
2045
|
valueHint: string;
|
|
1096
2046
|
description: string;
|
|
1097
2047
|
};
|
|
1098
|
-
|
|
2048
|
+
tag: {
|
|
1099
2049
|
type: "array";
|
|
1100
2050
|
valueHint: string;
|
|
1101
2051
|
description: string;
|
|
1102
2052
|
};
|
|
2053
|
+
overwrite: {
|
|
2054
|
+
type: "switch";
|
|
2055
|
+
description: string;
|
|
2056
|
+
};
|
|
1103
2057
|
}>;
|
|
1104
2058
|
//#endregion
|
|
1105
2059
|
//#region src/commands/mcp/call.d.ts
|
|
1106
|
-
declare const _default$
|
|
2060
|
+
declare const _default$91: _$bailian_cli_core0.Command<{
|
|
1107
2061
|
target: {
|
|
1108
2062
|
type: "string";
|
|
1109
2063
|
valueHint: string;
|
|
@@ -1133,7 +2087,7 @@ declare const _default$57: _$bailian_cli_core0.Command<{
|
|
|
1133
2087
|
}>;
|
|
1134
2088
|
//#endregion
|
|
1135
2089
|
//#region src/commands/mcp/list.d.ts
|
|
1136
|
-
declare const _default$
|
|
2090
|
+
declare const _default$92: _$bailian_cli_core0.Command<{
|
|
1137
2091
|
name: {
|
|
1138
2092
|
type: "string";
|
|
1139
2093
|
valueHint: string;
|
|
@@ -1157,7 +2111,7 @@ declare const _default$58: _$bailian_cli_core0.Command<{
|
|
|
1157
2111
|
}>;
|
|
1158
2112
|
//#endregion
|
|
1159
2113
|
//#region src/commands/mcp/tools.d.ts
|
|
1160
|
-
declare const _default$
|
|
2114
|
+
declare const _default$93: _$bailian_cli_core0.Command<{
|
|
1161
2115
|
server: {
|
|
1162
2116
|
type: "string";
|
|
1163
2117
|
valueHint: string;
|
|
@@ -1172,7 +2126,7 @@ declare const _default$59: _$bailian_cli_core0.Command<{
|
|
|
1172
2126
|
}>;
|
|
1173
2127
|
//#endregion
|
|
1174
2128
|
//#region src/commands/search/web.d.ts
|
|
1175
|
-
declare const _default$
|
|
2129
|
+
declare const _default$115: _$bailian_cli_core0.Command<{
|
|
1176
2130
|
query: {
|
|
1177
2131
|
type: "string";
|
|
1178
2132
|
valueHint: string;
|
|
@@ -1190,7 +2144,7 @@ declare const _default$81: _$bailian_cli_core0.Command<{
|
|
|
1190
2144
|
}>;
|
|
1191
2145
|
//#endregion
|
|
1192
2146
|
//#region src/commands/speech/synthesize.d.ts
|
|
1193
|
-
declare const _default$
|
|
2147
|
+
declare const _default$122: _$bailian_cli_core0.Command<{
|
|
1194
2148
|
concurrent: {
|
|
1195
2149
|
type: "number";
|
|
1196
2150
|
valueHint: string;
|
|
@@ -1277,7 +2231,7 @@ declare const _default$88: _$bailian_cli_core0.Command<{
|
|
|
1277
2231
|
}>;
|
|
1278
2232
|
//#endregion
|
|
1279
2233
|
//#region src/commands/speech/recognize.d.ts
|
|
1280
|
-
declare const _default$
|
|
2234
|
+
declare const _default$121: _$bailian_cli_core0.Command<{
|
|
1281
2235
|
async: {
|
|
1282
2236
|
type: "switch";
|
|
1283
2237
|
description: string;
|
|
@@ -1330,7 +2284,7 @@ declare const _default$87: _$bailian_cli_core0.Command<{
|
|
|
1330
2284
|
}>;
|
|
1331
2285
|
//#endregion
|
|
1332
2286
|
//#region src/commands/file/upload.d.ts
|
|
1333
|
-
declare const _default$
|
|
2287
|
+
declare const _default$27: _$bailian_cli_core0.Command<{
|
|
1334
2288
|
file: {
|
|
1335
2289
|
type: "string";
|
|
1336
2290
|
valueHint: string;
|
|
@@ -1362,7 +2316,7 @@ declare const _default$13: _$bailian_cli_core0.Command<{
|
|
|
1362
2316
|
}>;
|
|
1363
2317
|
//#endregion
|
|
1364
2318
|
//#region src/commands/usage/free.d.ts
|
|
1365
|
-
declare const _default$
|
|
2319
|
+
declare const _default$131: _$bailian_cli_core0.Command<{
|
|
1366
2320
|
model: {
|
|
1367
2321
|
type: "string";
|
|
1368
2322
|
valueHint: string;
|
|
@@ -1386,7 +2340,7 @@ declare const _default$97: _$bailian_cli_core0.Command<{
|
|
|
1386
2340
|
}>;
|
|
1387
2341
|
//#endregion
|
|
1388
2342
|
//#region src/commands/usage/freetier.d.ts
|
|
1389
|
-
declare const _default$
|
|
2343
|
+
declare const _default$132: _$bailian_cli_core0.Command<{
|
|
1390
2344
|
model: {
|
|
1391
2345
|
type: "string";
|
|
1392
2346
|
valueHint: string;
|
|
@@ -1407,7 +2361,7 @@ declare const _default$98: _$bailian_cli_core0.Command<{
|
|
|
1407
2361
|
}>;
|
|
1408
2362
|
//#endregion
|
|
1409
2363
|
//#region src/commands/usage/stats.d.ts
|
|
1410
|
-
declare const _default$
|
|
2364
|
+
declare const _default$133: _$bailian_cli_core0.Command<{
|
|
1411
2365
|
model: {
|
|
1412
2366
|
type: "string";
|
|
1413
2367
|
valueHint: string;
|
|
@@ -1426,7 +2380,7 @@ declare const _default$99: _$bailian_cli_core0.Command<{
|
|
|
1426
2380
|
}>;
|
|
1427
2381
|
//#endregion
|
|
1428
2382
|
//#region src/commands/usage/summary.d.ts
|
|
1429
|
-
declare const _default$
|
|
2383
|
+
declare const _default$134: _$bailian_cli_core0.Command<{
|
|
1430
2384
|
days: {
|
|
1431
2385
|
type: "string";
|
|
1432
2386
|
valueHint: string;
|
|
@@ -1435,13 +2389,13 @@ declare const _default$100: _$bailian_cli_core0.Command<{
|
|
|
1435
2389
|
}>;
|
|
1436
2390
|
//#endregion
|
|
1437
2391
|
//#region src/commands/usage/token-plan.d.ts
|
|
1438
|
-
declare const _default$
|
|
2392
|
+
declare const _default$135: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
1439
2393
|
//#endregion
|
|
1440
2394
|
//#region src/commands/usage/coding-plan.d.ts
|
|
1441
|
-
declare const _default$
|
|
2395
|
+
declare const _default$130: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
1442
2396
|
//#endregion
|
|
1443
2397
|
//#region src/commands/pipeline/run.d.ts
|
|
1444
|
-
declare const _default$
|
|
2398
|
+
declare const _default$105: _$bailian_cli_core0.Command<{
|
|
1445
2399
|
file: {
|
|
1446
2400
|
type: "string";
|
|
1447
2401
|
valueHint: string;
|
|
@@ -1477,7 +2431,7 @@ declare const _default$71: _$bailian_cli_core0.Command<{
|
|
|
1477
2431
|
}>;
|
|
1478
2432
|
//#endregion
|
|
1479
2433
|
//#region src/commands/pipeline/validate.d.ts
|
|
1480
|
-
declare const _default$
|
|
2434
|
+
declare const _default$106: _$bailian_cli_core0.Command<{
|
|
1481
2435
|
file: {
|
|
1482
2436
|
type: "string";
|
|
1483
2437
|
valueHint: string;
|
|
@@ -1497,7 +2451,7 @@ declare const _default: _$bailian_cli_core0.Command<{
|
|
|
1497
2451
|
}>;
|
|
1498
2452
|
//#endregion
|
|
1499
2453
|
//#region src/commands/model/list.d.ts
|
|
1500
|
-
declare const _default$
|
|
2454
|
+
declare const _default$101: _$bailian_cli_core0.Command<{
|
|
1501
2455
|
model: {
|
|
1502
2456
|
type: "string";
|
|
1503
2457
|
valueHint: string;
|
|
@@ -1540,7 +2494,7 @@ declare const _default$67: _$bailian_cli_core0.Command<{
|
|
|
1540
2494
|
}>;
|
|
1541
2495
|
//#endregion
|
|
1542
2496
|
//#region src/commands/workspace/list.d.ts
|
|
1543
|
-
declare const _default$
|
|
2497
|
+
declare const _default$143: _$bailian_cli_core0.Command<{
|
|
1544
2498
|
list: {
|
|
1545
2499
|
type: "string";
|
|
1546
2500
|
valueHint: string;
|
|
@@ -1549,7 +2503,7 @@ declare const _default$109: _$bailian_cli_core0.Command<{
|
|
|
1549
2503
|
}>;
|
|
1550
2504
|
//#endregion
|
|
1551
2505
|
//#region src/commands/quota/list.d.ts
|
|
1552
|
-
declare const _default$
|
|
2506
|
+
declare const _default$113: _$bailian_cli_core0.Command<{
|
|
1553
2507
|
model: {
|
|
1554
2508
|
type: "string";
|
|
1555
2509
|
valueHint: string;
|
|
@@ -1573,7 +2527,7 @@ declare const _default$79: _$bailian_cli_core0.Command<{
|
|
|
1573
2527
|
}>;
|
|
1574
2528
|
//#endregion
|
|
1575
2529
|
//#region src/commands/quota/update.d.ts
|
|
1576
|
-
declare const _default$
|
|
2530
|
+
declare const _default$114: _$bailian_cli_core0.Command<{
|
|
1577
2531
|
model: {
|
|
1578
2532
|
type: "string";
|
|
1579
2533
|
valueHint: string;
|
|
@@ -1597,7 +2551,7 @@ declare const _default$80: _$bailian_cli_core0.Command<{
|
|
|
1597
2551
|
}>;
|
|
1598
2552
|
//#endregion
|
|
1599
2553
|
//#region src/commands/quota/history.d.ts
|
|
1600
|
-
declare const _default$
|
|
2554
|
+
declare const _default$112: _$bailian_cli_core0.Command<{
|
|
1601
2555
|
page: {
|
|
1602
2556
|
type: "string";
|
|
1603
2557
|
valueHint: string;
|
|
@@ -1616,7 +2570,7 @@ declare const _default$78: _$bailian_cli_core0.Command<{
|
|
|
1616
2570
|
}>;
|
|
1617
2571
|
//#endregion
|
|
1618
2572
|
//#region src/commands/quota/check.d.ts
|
|
1619
|
-
declare const _default$
|
|
2573
|
+
declare const _default$111: _$bailian_cli_core0.Command<{
|
|
1620
2574
|
model: {
|
|
1621
2575
|
type: "string";
|
|
1622
2576
|
valueHint: string;
|
|
@@ -1630,7 +2584,7 @@ declare const _default$77: _$bailian_cli_core0.Command<{
|
|
|
1630
2584
|
}>;
|
|
1631
2585
|
//#endregion
|
|
1632
2586
|
//#region src/commands/permission/list.d.ts
|
|
1633
|
-
declare const _default$
|
|
2587
|
+
declare const _default$103: _$bailian_cli_core0.Command<{
|
|
1634
2588
|
scope: {
|
|
1635
2589
|
type: "string";
|
|
1636
2590
|
valueHint: string;
|
|
@@ -1660,7 +2614,7 @@ declare const _default$69: _$bailian_cli_core0.Command<{
|
|
|
1660
2614
|
}>;
|
|
1661
2615
|
//#endregion
|
|
1662
2616
|
//#region src/commands/permission/grant.d.ts
|
|
1663
|
-
declare const _default$
|
|
2617
|
+
declare const _default$102: _$bailian_cli_core0.Command<{
|
|
1664
2618
|
model: {
|
|
1665
2619
|
type: "string";
|
|
1666
2620
|
valueHint: string;
|
|
@@ -1678,7 +2632,7 @@ declare const _default$68: _$bailian_cli_core0.Command<{
|
|
|
1678
2632
|
}>;
|
|
1679
2633
|
//#endregion
|
|
1680
2634
|
//#region src/commands/permission/revoke.d.ts
|
|
1681
|
-
declare const _default$
|
|
2635
|
+
declare const _default$104: _$bailian_cli_core0.Command<{
|
|
1682
2636
|
model: {
|
|
1683
2637
|
type: "string";
|
|
1684
2638
|
valueHint: string;
|
|
@@ -1788,7 +2742,7 @@ declare const _default$18: _$bailian_cli_core0.Command<{
|
|
|
1788
2742
|
//#region src/commands/finetune/create.d.ts
|
|
1789
2743
|
/** `bl finetune text create` — fine-tune a text model. Datasets are `.jsonl`. */
|
|
1790
2744
|
declare const finetuneTextCreate: _$bailian_cli_core0.Command<{
|
|
1791
|
-
|
|
2745
|
+
baseModel: {
|
|
1792
2746
|
type: "string";
|
|
1793
2747
|
valueHint: string;
|
|
1794
2748
|
description: string;
|
|
@@ -1843,7 +2797,7 @@ declare const finetuneTextCreate: _$bailian_cli_core0.Command<{
|
|
|
1843
2797
|
}>;
|
|
1844
2798
|
/** `bl finetune audio create` — fine-tune an audio TTS model. Datasets are `.zip`. */
|
|
1845
2799
|
declare const finetuneAudioCreate: _$bailian_cli_core0.Command<{
|
|
1846
|
-
|
|
2800
|
+
baseModel: {
|
|
1847
2801
|
type: "string";
|
|
1848
2802
|
valueHint: string;
|
|
1849
2803
|
description: string;
|
|
@@ -1873,7 +2827,7 @@ declare const finetuneAudioCreate: _$bailian_cli_core0.Command<{
|
|
|
1873
2827
|
}>;
|
|
1874
2828
|
/** `bl finetune image create` — fine-tune an image generation model. Datasets are `.zip`. */
|
|
1875
2829
|
declare const finetuneImageCreate: _$bailian_cli_core0.Command<{
|
|
1876
|
-
|
|
2830
|
+
baseModel: {
|
|
1877
2831
|
type: "string";
|
|
1878
2832
|
valueHint: string;
|
|
1879
2833
|
description: string;
|
|
@@ -1912,9 +2866,54 @@ declare const finetuneImageCreate: _$bailian_cli_core0.Command<{
|
|
|
1912
2866
|
description: string;
|
|
1913
2867
|
};
|
|
1914
2868
|
}>;
|
|
2869
|
+
/** `bl finetune video create` — fine-tune a video generation model. Datasets are `.zip`. */
|
|
2870
|
+
declare const finetuneVideoCreate: _$bailian_cli_core0.Command<{
|
|
2871
|
+
baseModel: {
|
|
2872
|
+
type: "string";
|
|
2873
|
+
valueHint: string;
|
|
2874
|
+
description: string;
|
|
2875
|
+
required: true;
|
|
2876
|
+
};
|
|
2877
|
+
datasets: {
|
|
2878
|
+
type: "string";
|
|
2879
|
+
valueHint: string;
|
|
2880
|
+
description: string;
|
|
2881
|
+
required: true;
|
|
2882
|
+
};
|
|
2883
|
+
validations: {
|
|
2884
|
+
type: "string";
|
|
2885
|
+
valueHint: string;
|
|
2886
|
+
description: string;
|
|
2887
|
+
};
|
|
2888
|
+
modelName: {
|
|
2889
|
+
type: "string";
|
|
2890
|
+
valueHint: string;
|
|
2891
|
+
description: string;
|
|
2892
|
+
};
|
|
2893
|
+
suffix: {
|
|
2894
|
+
type: "string";
|
|
2895
|
+
valueHint: string;
|
|
2896
|
+
description: string;
|
|
2897
|
+
};
|
|
2898
|
+
nEpochs: {
|
|
2899
|
+
type: "number";
|
|
2900
|
+
valueHint: string;
|
|
2901
|
+
description: string;
|
|
2902
|
+
};
|
|
2903
|
+
batchSize: {
|
|
2904
|
+
type: "number";
|
|
2905
|
+
valueHint: string;
|
|
2906
|
+
description: string;
|
|
2907
|
+
};
|
|
2908
|
+
learningRate: {
|
|
2909
|
+
type: "string";
|
|
2910
|
+
valueHint: string;
|
|
2911
|
+
description: string;
|
|
2912
|
+
};
|
|
2913
|
+
}>;
|
|
1915
2914
|
//#endregion
|
|
1916
2915
|
//#region src/commands/finetune/list.d.ts
|
|
1917
|
-
declare const _default$
|
|
2916
|
+
declare const _default$34: _$bailian_cli_core0.Command<{
|
|
1918
2917
|
page: {
|
|
1919
2918
|
type: "number";
|
|
1920
2919
|
valueHint: string;
|
|
@@ -1930,10 +2929,15 @@ declare const _default$32: _$bailian_cli_core0.Command<{
|
|
|
1930
2929
|
valueHint: string;
|
|
1931
2930
|
description: string;
|
|
1932
2931
|
};
|
|
2932
|
+
baseModel: {
|
|
2933
|
+
type: "string";
|
|
2934
|
+
valueHint: string;
|
|
2935
|
+
description: string;
|
|
2936
|
+
};
|
|
1933
2937
|
}>;
|
|
1934
2938
|
//#endregion
|
|
1935
2939
|
//#region src/commands/finetune/get.d.ts
|
|
1936
|
-
declare const _default$
|
|
2940
|
+
declare const _default$33: _$bailian_cli_core0.Command<{
|
|
1937
2941
|
jobId: {
|
|
1938
2942
|
type: "string";
|
|
1939
2943
|
valueHint: string;
|
|
@@ -1943,7 +2947,7 @@ declare const _default$31: _$bailian_cli_core0.Command<{
|
|
|
1943
2947
|
}>;
|
|
1944
2948
|
//#endregion
|
|
1945
2949
|
//#region src/commands/finetune/cancel.d.ts
|
|
1946
|
-
declare const _default$
|
|
2950
|
+
declare const _default$28: _$bailian_cli_core0.Command<{
|
|
1947
2951
|
jobId: {
|
|
1948
2952
|
type: "string";
|
|
1949
2953
|
valueHint: string;
|
|
@@ -1953,7 +2957,7 @@ declare const _default$26: _$bailian_cli_core0.Command<{
|
|
|
1953
2957
|
}>;
|
|
1954
2958
|
//#endregion
|
|
1955
2959
|
//#region src/commands/finetune/delete.d.ts
|
|
1956
|
-
declare const _default$
|
|
2960
|
+
declare const _default$31: _$bailian_cli_core0.Command<{
|
|
1957
2961
|
jobId: {
|
|
1958
2962
|
type: "string";
|
|
1959
2963
|
valueHint: string;
|
|
@@ -1963,7 +2967,7 @@ declare const _default$29: _$bailian_cli_core0.Command<{
|
|
|
1963
2967
|
}>;
|
|
1964
2968
|
//#endregion
|
|
1965
2969
|
//#region src/commands/finetune/logs.d.ts
|
|
1966
|
-
declare const _default$
|
|
2970
|
+
declare const _default$35: _$bailian_cli_core0.Command<{
|
|
1967
2971
|
jobId: {
|
|
1968
2972
|
type: "string";
|
|
1969
2973
|
valueHint: string;
|
|
@@ -1993,7 +2997,7 @@ declare const _default$33: _$bailian_cli_core0.Command<{
|
|
|
1993
2997
|
}>;
|
|
1994
2998
|
//#endregion
|
|
1995
2999
|
//#region src/commands/finetune/checkpoints.d.ts
|
|
1996
|
-
declare const _default$
|
|
3000
|
+
declare const _default$30: _$bailian_cli_core0.Command<{
|
|
1997
3001
|
jobId: {
|
|
1998
3002
|
type: "string";
|
|
1999
3003
|
valueHint: string;
|
|
@@ -2003,7 +3007,7 @@ declare const _default$28: _$bailian_cli_core0.Command<{
|
|
|
2003
3007
|
}>;
|
|
2004
3008
|
//#endregion
|
|
2005
3009
|
//#region src/commands/finetune/export.d.ts
|
|
2006
|
-
declare const _default$
|
|
3010
|
+
declare const _default$32: _$bailian_cli_core0.Command<{
|
|
2007
3011
|
jobId: {
|
|
2008
3012
|
type: "string";
|
|
2009
3013
|
valueHint: string;
|
|
@@ -2025,7 +3029,7 @@ declare const _default$30: _$bailian_cli_core0.Command<{
|
|
|
2025
3029
|
}>;
|
|
2026
3030
|
//#endregion
|
|
2027
3031
|
//#region src/commands/finetune/watch.d.ts
|
|
2028
|
-
declare const _default$
|
|
3032
|
+
declare const _default$37: _$bailian_cli_core0.Command<{
|
|
2029
3033
|
jobId: {
|
|
2030
3034
|
type: "string";
|
|
2031
3035
|
valueHint: string;
|
|
@@ -2049,29 +3053,55 @@ declare const _default$34: _$bailian_cli_core0.Command<{
|
|
|
2049
3053
|
}>;
|
|
2050
3054
|
//#endregion
|
|
2051
3055
|
//#region src/commands/finetune/capability.d.ts
|
|
2052
|
-
declare const _default$
|
|
2053
|
-
|
|
3056
|
+
declare const _default$29: _$bailian_cli_core0.Command<{
|
|
3057
|
+
baseModel: {
|
|
3058
|
+
type: "string";
|
|
3059
|
+
valueHint: string;
|
|
3060
|
+
description: string;
|
|
3061
|
+
};
|
|
3062
|
+
trainingType: {
|
|
3063
|
+
type: "string";
|
|
3064
|
+
valueHint: string;
|
|
3065
|
+
description: string;
|
|
3066
|
+
};
|
|
3067
|
+
}>;
|
|
3068
|
+
//#endregion
|
|
3069
|
+
//#region src/commands/finetune/price.d.ts
|
|
3070
|
+
declare const _default$36: _$bailian_cli_core0.Command<{
|
|
3071
|
+
baseModel: {
|
|
3072
|
+
type: "string";
|
|
3073
|
+
valueHint: string;
|
|
3074
|
+
description: string;
|
|
3075
|
+
required: true;
|
|
3076
|
+
};
|
|
3077
|
+
datasets: {
|
|
2054
3078
|
type: "string";
|
|
2055
3079
|
valueHint: string;
|
|
2056
3080
|
description: string;
|
|
3081
|
+
required: true;
|
|
2057
3082
|
};
|
|
2058
3083
|
trainingType: {
|
|
2059
3084
|
type: "string";
|
|
2060
3085
|
valueHint: string;
|
|
2061
3086
|
description: string;
|
|
2062
3087
|
};
|
|
3088
|
+
nEpochs: {
|
|
3089
|
+
type: "number";
|
|
3090
|
+
valueHint: string;
|
|
3091
|
+
description: string;
|
|
3092
|
+
};
|
|
2063
3093
|
}>;
|
|
2064
3094
|
//#endregion
|
|
2065
3095
|
//#region src/commands/deploy/create.d.ts
|
|
2066
3096
|
/** `bl deploy text create` — deploy a text model. */
|
|
2067
3097
|
declare const deployTextCreate: _$bailian_cli_core0.Command<{
|
|
2068
|
-
|
|
3098
|
+
modelName: {
|
|
2069
3099
|
type: "string";
|
|
2070
3100
|
valueHint: string;
|
|
2071
3101
|
description: string;
|
|
2072
3102
|
required: true;
|
|
2073
3103
|
};
|
|
2074
|
-
|
|
3104
|
+
displayName: {
|
|
2075
3105
|
type: "string";
|
|
2076
3106
|
valueHint: string;
|
|
2077
3107
|
description: string;
|
|
@@ -2115,13 +3145,13 @@ declare const deployTextCreate: _$bailian_cli_core0.Command<{
|
|
|
2115
3145
|
}>;
|
|
2116
3146
|
/** `bl deploy audio create` — deploy an audio (TTS) model. Defaults to plan=mu. */
|
|
2117
3147
|
declare const deployAudioCreate: _$bailian_cli_core0.Command<{
|
|
2118
|
-
|
|
3148
|
+
modelName: {
|
|
2119
3149
|
type: "string";
|
|
2120
3150
|
valueHint: string;
|
|
2121
3151
|
description: string;
|
|
2122
3152
|
required: true;
|
|
2123
3153
|
};
|
|
2124
|
-
|
|
3154
|
+
displayName: {
|
|
2125
3155
|
type: "string";
|
|
2126
3156
|
valueHint: string;
|
|
2127
3157
|
description: string;
|
|
@@ -2165,13 +3195,13 @@ declare const deployAudioCreate: _$bailian_cli_core0.Command<{
|
|
|
2165
3195
|
}>;
|
|
2166
3196
|
/** `bl deploy image create` — deploy an image generation model. */
|
|
2167
3197
|
declare const deployImageCreate: _$bailian_cli_core0.Command<{
|
|
2168
|
-
|
|
3198
|
+
modelName: {
|
|
2169
3199
|
type: "string";
|
|
2170
3200
|
valueHint: string;
|
|
2171
3201
|
description: string;
|
|
2172
3202
|
required: true;
|
|
2173
3203
|
};
|
|
2174
|
-
|
|
3204
|
+
displayName: {
|
|
2175
3205
|
type: "string";
|
|
2176
3206
|
valueHint: string;
|
|
2177
3207
|
description: string;
|
|
@@ -2274,7 +3304,7 @@ declare const _default$22: _$bailian_cli_core0.Command<{
|
|
|
2274
3304
|
* Server-side capacity constraint: positive integer, < 1000, must be an
|
|
2275
3305
|
* integer multiple of `base_capacity` (visible via `bl deploy get`).
|
|
2276
3306
|
*/
|
|
2277
|
-
declare const _default$
|
|
3307
|
+
declare const _default$25: _$bailian_cli_core0.Command<{
|
|
2278
3308
|
deployedModel: {
|
|
2279
3309
|
type: "string";
|
|
2280
3310
|
valueHint: string;
|
|
@@ -2305,7 +3335,7 @@ declare const _default$23: _$bailian_cli_core0.Command<{
|
|
|
2305
3335
|
* PUT /api/v1/deployments/{deployed_model}
|
|
2306
3336
|
* Body: at least one of `rpm_limit` (requests/min) or `tpm_limit` (tokens/min).
|
|
2307
3337
|
*/
|
|
2308
|
-
declare const _default$
|
|
3338
|
+
declare const _default$26: _$bailian_cli_core0.Command<{
|
|
2309
3339
|
deployedModel: {
|
|
2310
3340
|
type: "string";
|
|
2311
3341
|
valueHint: string;
|
|
@@ -2345,8 +3375,49 @@ declare const _default$19: _$bailian_cli_core0.Command<{
|
|
|
2345
3375
|
};
|
|
2346
3376
|
}>;
|
|
2347
3377
|
//#endregion
|
|
3378
|
+
//#region src/commands/deploy/pause.d.ts
|
|
3379
|
+
/**
|
|
3380
|
+
* `bl deploy pause` — pause a running deployment.
|
|
3381
|
+
*
|
|
3382
|
+
* Takes the model service offline so it no longer serves inference requests.
|
|
3383
|
+
* For mu/ptu plans, billing stops while paused.
|
|
3384
|
+
* Precheck: status must be RUNNING or PENDING.
|
|
3385
|
+
*/
|
|
3386
|
+
declare const _default$23: _$bailian_cli_core0.Command<{
|
|
3387
|
+
deployedModel: {
|
|
3388
|
+
type: "string";
|
|
3389
|
+
valueHint: string;
|
|
3390
|
+
description: string;
|
|
3391
|
+
required: true;
|
|
3392
|
+
};
|
|
3393
|
+
skipPrecheck: {
|
|
3394
|
+
type: "switch";
|
|
3395
|
+
description: string;
|
|
3396
|
+
};
|
|
3397
|
+
}>;
|
|
3398
|
+
//#endregion
|
|
3399
|
+
//#region src/commands/deploy/resume.d.ts
|
|
3400
|
+
/**
|
|
3401
|
+
* `bl deploy resume` — resume a paused deployment.
|
|
3402
|
+
*
|
|
3403
|
+
* Brings the model service back online so it can serve inference requests.
|
|
3404
|
+
* Precheck: status must be STOPPED.
|
|
3405
|
+
*/
|
|
3406
|
+
declare const _default$24: _$bailian_cli_core0.Command<{
|
|
3407
|
+
deployedModel: {
|
|
3408
|
+
type: "string";
|
|
3409
|
+
valueHint: string;
|
|
3410
|
+
description: string;
|
|
3411
|
+
required: true;
|
|
3412
|
+
};
|
|
3413
|
+
skipPrecheck: {
|
|
3414
|
+
type: "switch";
|
|
3415
|
+
description: string;
|
|
3416
|
+
};
|
|
3417
|
+
}>;
|
|
3418
|
+
//#endregion
|
|
2348
3419
|
//#region src/commands/token-plan/list-seats.d.ts
|
|
2349
|
-
declare const _default$
|
|
3420
|
+
declare const _default$128: _$bailian_cli_core0.Command<{
|
|
2350
3421
|
callerUacAccountId: {
|
|
2351
3422
|
type: "string";
|
|
2352
3423
|
valueHint: string;
|
|
@@ -2395,7 +3466,7 @@ declare const _default$94: _$bailian_cli_core0.Command<{
|
|
|
2395
3466
|
}>;
|
|
2396
3467
|
//#endregion
|
|
2397
3468
|
//#region src/commands/token-plan/create-key.d.ts
|
|
2398
|
-
declare const _default$
|
|
3469
|
+
declare const _default$127: _$bailian_cli_core0.Command<{
|
|
2399
3470
|
callerUacAccountId: {
|
|
2400
3471
|
type: "string";
|
|
2401
3472
|
valueHint: string;
|
|
@@ -2425,7 +3496,7 @@ declare const _default$93: _$bailian_cli_core0.Command<{
|
|
|
2425
3496
|
}>;
|
|
2426
3497
|
//#endregion
|
|
2427
3498
|
//#region src/commands/token-plan/assign-seats.d.ts
|
|
2428
|
-
declare const _default$
|
|
3499
|
+
declare const _default$126: _$bailian_cli_core0.Command<{
|
|
2429
3500
|
callerUacAccountId: {
|
|
2430
3501
|
type: "string";
|
|
2431
3502
|
valueHint: string;
|
|
@@ -2460,7 +3531,7 @@ declare const _default$92: _$bailian_cli_core0.Command<{
|
|
|
2460
3531
|
}>;
|
|
2461
3532
|
//#endregion
|
|
2462
3533
|
//#region src/commands/token-plan/add-member.d.ts
|
|
2463
|
-
declare const _default$
|
|
3534
|
+
declare const _default$125: _$bailian_cli_core0.Command<{
|
|
2464
3535
|
callerUacAccountId: {
|
|
2465
3536
|
type: "string";
|
|
2466
3537
|
valueHint: string;
|
|
@@ -2496,7 +3567,7 @@ declare const _default$91: _$bailian_cli_core0.Command<{
|
|
|
2496
3567
|
}>;
|
|
2497
3568
|
//#endregion
|
|
2498
3569
|
//#region src/commands/managed-agent/init.d.ts
|
|
2499
|
-
declare const _default$
|
|
3570
|
+
declare const _default$76: _$bailian_cli_core0.Command<{
|
|
2500
3571
|
provider: {
|
|
2501
3572
|
type: "string";
|
|
2502
3573
|
valueHint: string;
|
|
@@ -2520,7 +3591,7 @@ declare const _default$42: _$bailian_cli_core0.Command<{
|
|
|
2520
3591
|
}>;
|
|
2521
3592
|
//#endregion
|
|
2522
3593
|
//#region src/commands/managed-agent/validate.d.ts
|
|
2523
|
-
declare const _default$
|
|
3594
|
+
declare const _default$90: _$bailian_cli_core0.Command<{
|
|
2524
3595
|
file: {
|
|
2525
3596
|
type: "string";
|
|
2526
3597
|
valueHint: string;
|
|
@@ -2529,7 +3600,7 @@ declare const _default$56: _$bailian_cli_core0.Command<{
|
|
|
2529
3600
|
}>;
|
|
2530
3601
|
//#endregion
|
|
2531
3602
|
//#region src/commands/managed-agent/plan.d.ts
|
|
2532
|
-
declare const _default$
|
|
3603
|
+
declare const _default$77: _$bailian_cli_core0.Command<{
|
|
2533
3604
|
file: {
|
|
2534
3605
|
type: "string";
|
|
2535
3606
|
valueHint: string;
|
|
@@ -2551,7 +3622,7 @@ declare const _default$43: _$bailian_cli_core0.Command<{
|
|
|
2551
3622
|
}>;
|
|
2552
3623
|
//#endregion
|
|
2553
3624
|
//#region src/commands/managed-agent/apply.d.ts
|
|
2554
|
-
declare const _default$
|
|
3625
|
+
declare const _default$74: _$bailian_cli_core0.Command<{
|
|
2555
3626
|
file: {
|
|
2556
3627
|
type: "string";
|
|
2557
3628
|
valueHint: string;
|
|
@@ -2578,7 +3649,7 @@ declare const _default$40: _$bailian_cli_core0.Command<{
|
|
|
2578
3649
|
}>;
|
|
2579
3650
|
//#endregion
|
|
2580
3651
|
//#region src/commands/managed-agent/destroy.d.ts
|
|
2581
|
-
declare const _default$
|
|
3652
|
+
declare const _default$75: _$bailian_cli_core0.Command<{
|
|
2582
3653
|
file: {
|
|
2583
3654
|
type: "string";
|
|
2584
3655
|
valueHint: string;
|
|
@@ -2595,7 +3666,7 @@ declare const _default$41: _$bailian_cli_core0.Command<{
|
|
|
2595
3666
|
}>;
|
|
2596
3667
|
//#endregion
|
|
2597
3668
|
//#region src/commands/managed-agent/state-list.d.ts
|
|
2598
|
-
declare const _default$
|
|
3669
|
+
declare const _default$87: _$bailian_cli_core0.Command<{
|
|
2599
3670
|
file: {
|
|
2600
3671
|
type: "string";
|
|
2601
3672
|
valueHint: string;
|
|
@@ -2604,7 +3675,7 @@ declare const _default$53: _$bailian_cli_core0.Command<{
|
|
|
2604
3675
|
}>;
|
|
2605
3676
|
//#endregion
|
|
2606
3677
|
//#region src/commands/managed-agent/state-show.d.ts
|
|
2607
|
-
declare const _default$
|
|
3678
|
+
declare const _default$89: _$bailian_cli_core0.Command<{
|
|
2608
3679
|
address: {
|
|
2609
3680
|
type: "string";
|
|
2610
3681
|
valueHint: string;
|
|
@@ -2619,7 +3690,7 @@ declare const _default$55: _$bailian_cli_core0.Command<{
|
|
|
2619
3690
|
}>;
|
|
2620
3691
|
//#endregion
|
|
2621
3692
|
//#region src/commands/managed-agent/state-rm.d.ts
|
|
2622
|
-
declare const _default$
|
|
3693
|
+
declare const _default$88: _$bailian_cli_core0.Command<{
|
|
2623
3694
|
address: {
|
|
2624
3695
|
type: "string";
|
|
2625
3696
|
valueHint: string;
|
|
@@ -2634,7 +3705,7 @@ declare const _default$54: _$bailian_cli_core0.Command<{
|
|
|
2634
3705
|
}>;
|
|
2635
3706
|
//#endregion
|
|
2636
3707
|
//#region src/commands/managed-agent/state-import.d.ts
|
|
2637
|
-
declare const _default$
|
|
3708
|
+
declare const _default$86: _$bailian_cli_core0.Command<{
|
|
2638
3709
|
address: {
|
|
2639
3710
|
type: "string";
|
|
2640
3711
|
valueHint: string;
|
|
@@ -2660,7 +3731,7 @@ declare const _default$52: _$bailian_cli_core0.Command<{
|
|
|
2660
3731
|
}>;
|
|
2661
3732
|
//#endregion
|
|
2662
3733
|
//#region src/commands/managed-agent/session-create.d.ts
|
|
2663
|
-
declare const _default$
|
|
3734
|
+
declare const _default$78: _$bailian_cli_core0.Command<{
|
|
2664
3735
|
file: {
|
|
2665
3736
|
type: "string";
|
|
2666
3737
|
valueHint: string;
|
|
@@ -2699,7 +3770,7 @@ declare const _default$44: _$bailian_cli_core0.Command<{
|
|
|
2699
3770
|
}>;
|
|
2700
3771
|
//#endregion
|
|
2701
3772
|
//#region src/commands/managed-agent/session-list.d.ts
|
|
2702
|
-
declare const _default$
|
|
3773
|
+
declare const _default$82: _$bailian_cli_core0.Command<{
|
|
2703
3774
|
file: {
|
|
2704
3775
|
type: "string";
|
|
2705
3776
|
valueHint: string;
|
|
@@ -2722,7 +3793,7 @@ declare const _default$48: _$bailian_cli_core0.Command<{
|
|
|
2722
3793
|
}>;
|
|
2723
3794
|
//#endregion
|
|
2724
3795
|
//#region src/commands/managed-agent/session-get.d.ts
|
|
2725
|
-
declare const _default$
|
|
3796
|
+
declare const _default$81: _$bailian_cli_core0.Command<{
|
|
2726
3797
|
sessionId: {
|
|
2727
3798
|
type: "string";
|
|
2728
3799
|
valueHint: string;
|
|
@@ -2742,7 +3813,7 @@ declare const _default$47: _$bailian_cli_core0.Command<{
|
|
|
2742
3813
|
}>;
|
|
2743
3814
|
//#endregion
|
|
2744
3815
|
//#region src/commands/managed-agent/session-delete.d.ts
|
|
2745
|
-
declare const _default$
|
|
3816
|
+
declare const _default$79: _$bailian_cli_core0.Command<{
|
|
2746
3817
|
sessionId: {
|
|
2747
3818
|
type: "string";
|
|
2748
3819
|
valueHint: string;
|
|
@@ -2762,7 +3833,7 @@ declare const _default$45: _$bailian_cli_core0.Command<{
|
|
|
2762
3833
|
}>;
|
|
2763
3834
|
//#endregion
|
|
2764
3835
|
//#region src/commands/managed-agent/session-run.d.ts
|
|
2765
|
-
declare const _default$
|
|
3836
|
+
declare const _default$83: _$bailian_cli_core0.Command<{
|
|
2766
3837
|
prompt: {
|
|
2767
3838
|
type: "string";
|
|
2768
3839
|
valueHint: string;
|
|
@@ -2811,7 +3882,7 @@ declare const _default$49: _$bailian_cli_core0.Command<{
|
|
|
2811
3882
|
}>;
|
|
2812
3883
|
//#endregion
|
|
2813
3884
|
//#region src/commands/managed-agent/session-send.d.ts
|
|
2814
|
-
declare const _default$
|
|
3885
|
+
declare const _default$84: _$bailian_cli_core0.Command<{
|
|
2815
3886
|
sessionId: {
|
|
2816
3887
|
type: "string";
|
|
2817
3888
|
valueHint: string;
|
|
@@ -2841,7 +3912,7 @@ declare const _default$50: _$bailian_cli_core0.Command<{
|
|
|
2841
3912
|
}>;
|
|
2842
3913
|
//#endregion
|
|
2843
3914
|
//#region src/commands/managed-agent/session-events.d.ts
|
|
2844
|
-
declare const _default$
|
|
3915
|
+
declare const _default$80: _$bailian_cli_core0.Command<{
|
|
2845
3916
|
sessionId: {
|
|
2846
3917
|
type: "string";
|
|
2847
3918
|
valueHint: string;
|
|
@@ -2870,7 +3941,7 @@ declare const _default$46: _$bailian_cli_core0.Command<{
|
|
|
2870
3941
|
}>;
|
|
2871
3942
|
//#endregion
|
|
2872
3943
|
//#region src/commands/managed-agent/skill-list.d.ts
|
|
2873
|
-
declare const _default$
|
|
3944
|
+
declare const _default$85: _$bailian_cli_core0.Command<{
|
|
2874
3945
|
file: {
|
|
2875
3946
|
type: "string";
|
|
2876
3947
|
valueHint: string;
|
|
@@ -2889,7 +3960,7 @@ declare const _default$51: _$bailian_cli_core0.Command<{
|
|
|
2889
3960
|
}>;
|
|
2890
3961
|
//#endregion
|
|
2891
3962
|
//#region src/commands/workspace/init.d.ts
|
|
2892
|
-
declare const _default$
|
|
3963
|
+
declare const _default$142: _$bailian_cli_core0.Command<{
|
|
2893
3964
|
accessKeyId: {
|
|
2894
3965
|
type: "string";
|
|
2895
3966
|
valueHint: string;
|
|
@@ -2908,7 +3979,7 @@ declare const _default$108: _$bailian_cli_core0.Command<{
|
|
|
2908
3979
|
}>;
|
|
2909
3980
|
//#endregion
|
|
2910
3981
|
//#region src/commands/plugin/install.d.ts
|
|
2911
|
-
declare const _default$
|
|
3982
|
+
declare const _default$107: _$bailian_cli_core0.Command<{
|
|
2912
3983
|
package: {
|
|
2913
3984
|
type: "string";
|
|
2914
3985
|
valueHint: string;
|
|
@@ -2918,7 +3989,7 @@ declare const _default$73: _$bailian_cli_core0.Command<{
|
|
|
2918
3989
|
}>;
|
|
2919
3990
|
//#endregion
|
|
2920
3991
|
//#region src/commands/plugin/link.d.ts
|
|
2921
|
-
declare const _default$
|
|
3992
|
+
declare const _default$108: _$bailian_cli_core0.Command<{
|
|
2922
3993
|
path: {
|
|
2923
3994
|
type: "string";
|
|
2924
3995
|
valueHint: string;
|
|
@@ -2928,10 +3999,10 @@ declare const _default$74: _$bailian_cli_core0.Command<{
|
|
|
2928
3999
|
}>;
|
|
2929
4000
|
//#endregion
|
|
2930
4001
|
//#region src/commands/plugin/list.d.ts
|
|
2931
|
-
declare const _default$
|
|
4002
|
+
declare const _default$109: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
2932
4003
|
//#endregion
|
|
2933
4004
|
//#region src/commands/plugin/remove.d.ts
|
|
2934
|
-
declare const _default$
|
|
4005
|
+
declare const _default$110: _$bailian_cli_core0.Command<{
|
|
2935
4006
|
name: {
|
|
2936
4007
|
type: "string";
|
|
2937
4008
|
valueHint: string;
|
|
@@ -2941,7 +4012,7 @@ declare const _default$76: _$bailian_cli_core0.Command<{
|
|
|
2941
4012
|
}>;
|
|
2942
4013
|
//#endregion
|
|
2943
4014
|
//#region src/commands/skill/add.d.ts
|
|
2944
|
-
declare const _default$
|
|
4015
|
+
declare const _default$116: _$bailian_cli_core0.Command<{
|
|
2945
4016
|
all: {
|
|
2946
4017
|
type: "switch";
|
|
2947
4018
|
description: string;
|
|
@@ -2954,7 +4025,7 @@ declare const _default$82: _$bailian_cli_core0.Command<{
|
|
|
2954
4025
|
}>;
|
|
2955
4026
|
//#endregion
|
|
2956
4027
|
//#region src/commands/skill/update.d.ts
|
|
2957
|
-
declare const _default$
|
|
4028
|
+
declare const _default$120: _$bailian_cli_core0.Command<{
|
|
2958
4029
|
all: {
|
|
2959
4030
|
type: "switch";
|
|
2960
4031
|
description: string;
|
|
@@ -2967,7 +4038,7 @@ declare const _default$86: _$bailian_cli_core0.Command<{
|
|
|
2967
4038
|
}>;
|
|
2968
4039
|
//#endregion
|
|
2969
4040
|
//#region src/commands/skill/remove.d.ts
|
|
2970
|
-
declare const _default$
|
|
4041
|
+
declare const _default$119: _$bailian_cli_core0.Command<{
|
|
2971
4042
|
name: {
|
|
2972
4043
|
type: "string";
|
|
2973
4044
|
valueHint: string;
|
|
@@ -2977,9 +4048,9 @@ declare const _default$85: _$bailian_cli_core0.Command<{
|
|
|
2977
4048
|
}>;
|
|
2978
4049
|
//#endregion
|
|
2979
4050
|
//#region src/commands/skill/list.d.ts
|
|
2980
|
-
declare const _default$
|
|
4051
|
+
declare const _default$118: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
2981
4052
|
//#endregion
|
|
2982
4053
|
//#region src/commands/skill/init.d.ts
|
|
2983
|
-
declare const _default$
|
|
4054
|
+
declare const _default$117: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
2984
4055
|
//#endregion
|
|
2985
|
-
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$
|
|
4056
|
+
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 quotaHistory, _default$113 as quotaList, _default$114 as quotaUpdate, _default$115 as searchWeb, _default$116 as skillAdd, _default$117 as skillInit, _default$118 as skillList, _default$119 as skillRemove, _default$120 as skillUpdate, _default$121 as speechRecognize, _default$122 as speechSynthesize, _default$123 as textChat, _default$124 as textOmni, _default$125 as tokenPlanAddMember, _default$126 as tokenPlanAssignSeats, _default$127 as tokenPlanCreateKey, _default$128 as tokenPlanListSeats, _default$129 as update, _default$130 as usageCodingPlan, _default$131 as usageFree, _default$132 as usageFreetier, _default$133 as usageStats, _default$134 as usageSummary, _default$135 as usageTokenPlan, _default$136 as videoDownload, _default$137 as videoEdit, _default$138 as videoGenerate, _default$139 as videoRef, _default$140 as videoTaskGet, _default$141 as visionDescribe, _default$142 as workspaceInit, _default$143 as workspaceList };
|