bailian-cli-commands 1.15.0 → 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 +1400 -236
- package/dist/index.mjs +97 -87
- 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$86: _$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$87: _$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$101: _$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$101: _$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$100: _$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$102: _$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$103: _$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$99: _$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;
|
|
@@ -1047,7 +1052,12 @@ declare const _default$38: _$bailian_cli_core0.Command<{
|
|
|
1047
1052
|
}>;
|
|
1048
1053
|
//#endregion
|
|
1049
1054
|
//#region src/commands/knowledge/search.d.ts
|
|
1050
|
-
declare const _default$
|
|
1055
|
+
declare const _default$66: _$bailian_cli_core0.Command<{
|
|
1056
|
+
workspaceId: {
|
|
1057
|
+
type: "string";
|
|
1058
|
+
valueHint: string;
|
|
1059
|
+
description: string;
|
|
1060
|
+
};
|
|
1051
1061
|
query: {
|
|
1052
1062
|
type: "string";
|
|
1053
1063
|
valueHint: string;
|
|
@@ -1060,7 +1070,7 @@ declare const _default$39: _$bailian_cli_core0.Command<{
|
|
|
1060
1070
|
description: string;
|
|
1061
1071
|
required: true;
|
|
1062
1072
|
};
|
|
1063
|
-
|
|
1073
|
+
agentVersion: {
|
|
1064
1074
|
type: "string";
|
|
1065
1075
|
valueHint: string;
|
|
1066
1076
|
description: string;
|
|
@@ -1070,15 +1080,15 @@ declare const _default$39: _$bailian_cli_core0.Command<{
|
|
|
1070
1080
|
valueHint: string;
|
|
1071
1081
|
description: string;
|
|
1072
1082
|
};
|
|
1073
|
-
|
|
1083
|
+
}>;
|
|
1084
|
+
//#endregion
|
|
1085
|
+
//#region src/commands/knowledge/chat.d.ts
|
|
1086
|
+
declare const _default$43: _$bailian_cli_core0.Command<{
|
|
1087
|
+
workspaceId: {
|
|
1074
1088
|
type: "string";
|
|
1075
1089
|
valueHint: string;
|
|
1076
1090
|
description: string;
|
|
1077
1091
|
};
|
|
1078
|
-
}>;
|
|
1079
|
-
//#endregion
|
|
1080
|
-
//#region src/commands/knowledge/chat.d.ts
|
|
1081
|
-
declare const _default$37: _$bailian_cli_core0.Command<{
|
|
1082
1092
|
message: {
|
|
1083
1093
|
type: "array";
|
|
1084
1094
|
valueHint: string;
|
|
@@ -1090,7 +1100,7 @@ declare const _default$37: _$bailian_cli_core0.Command<{
|
|
|
1090
1100
|
description: string;
|
|
1091
1101
|
required: true;
|
|
1092
1102
|
};
|
|
1093
|
-
|
|
1103
|
+
agentVersion: {
|
|
1094
1104
|
type: "string";
|
|
1095
1105
|
valueHint: string;
|
|
1096
1106
|
description: string;
|
|
@@ -1102,49 +1112,53 @@ declare const _default$37: _$bailian_cli_core0.Command<{
|
|
|
1102
1112
|
};
|
|
1103
1113
|
}>;
|
|
1104
1114
|
//#endregion
|
|
1105
|
-
//#region src/commands/
|
|
1106
|
-
declare const _default$
|
|
1107
|
-
|
|
1115
|
+
//#region src/commands/knowledge/kb-list.d.ts
|
|
1116
|
+
declare const _default$62: _$bailian_cli_core0.Command<{
|
|
1117
|
+
workspaceId: {
|
|
1108
1118
|
type: "string";
|
|
1109
1119
|
valueHint: string;
|
|
1110
1120
|
description: string;
|
|
1111
|
-
required: true;
|
|
1112
1121
|
};
|
|
1113
|
-
|
|
1114
|
-
type: "
|
|
1122
|
+
pageNumber: {
|
|
1123
|
+
type: "number";
|
|
1115
1124
|
valueHint: string;
|
|
1116
1125
|
description: string;
|
|
1117
1126
|
};
|
|
1118
|
-
|
|
1119
|
-
type: "
|
|
1127
|
+
pageSize: {
|
|
1128
|
+
type: "number";
|
|
1120
1129
|
valueHint: string;
|
|
1121
1130
|
description: string;
|
|
1122
1131
|
};
|
|
1123
|
-
|
|
1132
|
+
name: {
|
|
1124
1133
|
type: "string";
|
|
1125
1134
|
valueHint: string;
|
|
1126
1135
|
description: string;
|
|
1127
1136
|
};
|
|
1128
|
-
|
|
1137
|
+
}>;
|
|
1138
|
+
//#endregion
|
|
1139
|
+
//#region src/commands/knowledge/kb-info.d.ts
|
|
1140
|
+
declare const _default$61: _$bailian_cli_core0.Command<{
|
|
1141
|
+
workspaceId: {
|
|
1129
1142
|
type: "string";
|
|
1130
1143
|
valueHint: string;
|
|
1131
1144
|
description: string;
|
|
1132
1145
|
};
|
|
1133
|
-
|
|
1134
|
-
//#endregion
|
|
1135
|
-
//#region src/commands/mcp/list.d.ts
|
|
1136
|
-
declare const _default$58: _$bailian_cli_core0.Command<{
|
|
1137
|
-
name: {
|
|
1146
|
+
indexId: {
|
|
1138
1147
|
type: "string";
|
|
1139
1148
|
valueHint: string;
|
|
1140
1149
|
description: string;
|
|
1150
|
+
required: true;
|
|
1141
1151
|
};
|
|
1142
|
-
|
|
1152
|
+
}>;
|
|
1153
|
+
//#endregion
|
|
1154
|
+
//#region src/commands/knowledge/doc-list.d.ts
|
|
1155
|
+
declare const _default$52: _$bailian_cli_core0.Command<{
|
|
1156
|
+
workspaceId: {
|
|
1143
1157
|
type: "string";
|
|
1144
1158
|
valueHint: string;
|
|
1145
1159
|
description: string;
|
|
1146
1160
|
};
|
|
1147
|
-
|
|
1161
|
+
pageNumber: {
|
|
1148
1162
|
type: "number";
|
|
1149
1163
|
valueHint: string;
|
|
1150
1164
|
description: string;
|
|
@@ -1154,245 +1168,1185 @@ declare const _default$58: _$bailian_cli_core0.Command<{
|
|
|
1154
1168
|
valueHint: string;
|
|
1155
1169
|
description: string;
|
|
1156
1170
|
};
|
|
1157
|
-
|
|
1158
|
-
//#endregion
|
|
1159
|
-
//#region src/commands/mcp/tools.d.ts
|
|
1160
|
-
declare const _default$59: _$bailian_cli_core0.Command<{
|
|
1161
|
-
server: {
|
|
1171
|
+
indexId: {
|
|
1162
1172
|
type: "string";
|
|
1163
1173
|
valueHint: string;
|
|
1164
1174
|
description: string;
|
|
1165
1175
|
required: true;
|
|
1166
1176
|
};
|
|
1167
|
-
url: {
|
|
1168
|
-
type: "string";
|
|
1169
|
-
valueHint: string;
|
|
1170
|
-
description: string;
|
|
1171
|
-
};
|
|
1172
1177
|
}>;
|
|
1173
1178
|
//#endregion
|
|
1174
|
-
//#region src/commands/
|
|
1175
|
-
declare const _default$
|
|
1176
|
-
|
|
1179
|
+
//#region src/commands/knowledge/doc-status.d.ts
|
|
1180
|
+
declare const _default$53: _$bailian_cli_core0.Command<{
|
|
1181
|
+
workspaceId: {
|
|
1177
1182
|
type: "string";
|
|
1178
1183
|
valueHint: string;
|
|
1179
1184
|
description: string;
|
|
1180
1185
|
};
|
|
1181
|
-
|
|
1186
|
+
pageNumber: {
|
|
1182
1187
|
type: "number";
|
|
1183
1188
|
valueHint: string;
|
|
1184
1189
|
description: string;
|
|
1185
1190
|
};
|
|
1186
|
-
|
|
1187
|
-
type: "switch";
|
|
1188
|
-
description: string;
|
|
1189
|
-
};
|
|
1190
|
-
}>;
|
|
1191
|
-
//#endregion
|
|
1192
|
-
//#region src/commands/speech/synthesize.d.ts
|
|
1193
|
-
declare const _default$85: _$bailian_cli_core0.Command<{
|
|
1194
|
-
concurrent: {
|
|
1191
|
+
pageSize: {
|
|
1195
1192
|
type: "number";
|
|
1196
1193
|
valueHint: string;
|
|
1197
1194
|
description: string;
|
|
1198
1195
|
};
|
|
1199
|
-
|
|
1196
|
+
indexId: {
|
|
1200
1197
|
type: "string";
|
|
1201
1198
|
valueHint: string;
|
|
1202
1199
|
description: string;
|
|
1200
|
+
required: true;
|
|
1203
1201
|
};
|
|
1204
|
-
|
|
1202
|
+
jobId: {
|
|
1205
1203
|
type: "string";
|
|
1206
1204
|
valueHint: string;
|
|
1207
1205
|
description: string;
|
|
1206
|
+
required: true;
|
|
1208
1207
|
};
|
|
1209
|
-
|
|
1210
|
-
type: "
|
|
1211
|
-
valueHint: string;
|
|
1208
|
+
wait: {
|
|
1209
|
+
type: "switch";
|
|
1212
1210
|
description: string;
|
|
1213
1211
|
};
|
|
1214
|
-
|
|
1215
|
-
type: "
|
|
1212
|
+
pollInterval: {
|
|
1213
|
+
type: "number";
|
|
1216
1214
|
valueHint: string;
|
|
1217
1215
|
description: string;
|
|
1218
1216
|
};
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1217
|
+
}>;
|
|
1218
|
+
//#endregion
|
|
1219
|
+
//#region src/commands/knowledge/doc-upload.d.ts
|
|
1220
|
+
declare const _default$55: _$bailian_cli_core0.Command<{
|
|
1221
|
+
workspaceId: {
|
|
1224
1222
|
type: "string";
|
|
1225
1223
|
valueHint: string;
|
|
1226
1224
|
description: string;
|
|
1227
|
-
choices: readonly ["mp3", "pcm", "wav", "opus"];
|
|
1228
1225
|
};
|
|
1229
|
-
|
|
1230
|
-
type: "
|
|
1226
|
+
file: {
|
|
1227
|
+
type: "array";
|
|
1231
1228
|
valueHint: string;
|
|
1232
1229
|
description: string;
|
|
1230
|
+
required: true;
|
|
1233
1231
|
};
|
|
1234
|
-
|
|
1232
|
+
indexId: {
|
|
1235
1233
|
type: "string";
|
|
1236
1234
|
valueHint: string;
|
|
1237
1235
|
description: string;
|
|
1238
1236
|
};
|
|
1239
|
-
|
|
1237
|
+
categoryId: {
|
|
1240
1238
|
type: "string";
|
|
1241
1239
|
valueHint: string;
|
|
1242
1240
|
description: string;
|
|
1243
1241
|
};
|
|
1244
|
-
|
|
1245
|
-
type: "
|
|
1242
|
+
tag: {
|
|
1243
|
+
type: "array";
|
|
1246
1244
|
valueHint: string;
|
|
1247
1245
|
description: string;
|
|
1248
1246
|
};
|
|
1249
|
-
|
|
1250
|
-
type: "
|
|
1251
|
-
valueHint: string;
|
|
1247
|
+
wait: {
|
|
1248
|
+
type: "switch";
|
|
1252
1249
|
description: string;
|
|
1253
1250
|
};
|
|
1254
|
-
|
|
1255
|
-
type: "
|
|
1251
|
+
pollInterval: {
|
|
1252
|
+
type: "number";
|
|
1256
1253
|
valueHint: string;
|
|
1257
1254
|
description: string;
|
|
1258
1255
|
};
|
|
1259
|
-
|
|
1256
|
+
}>;
|
|
1257
|
+
//#endregion
|
|
1258
|
+
//#region src/commands/knowledge/kb-create.d.ts
|
|
1259
|
+
declare const _default$59: _$bailian_cli_core0.Command<{
|
|
1260
|
+
workspaceId: {
|
|
1260
1261
|
type: "string";
|
|
1261
1262
|
valueHint: string;
|
|
1262
1263
|
description: string;
|
|
1263
1264
|
};
|
|
1264
|
-
|
|
1265
|
-
type: "switch";
|
|
1266
|
-
description: string;
|
|
1267
|
-
};
|
|
1268
|
-
out: {
|
|
1265
|
+
name: {
|
|
1269
1266
|
type: "string";
|
|
1270
1267
|
valueHint: string;
|
|
1271
1268
|
description: string;
|
|
1269
|
+
required: true;
|
|
1272
1270
|
};
|
|
1273
|
-
|
|
1274
|
-
type: "
|
|
1275
|
-
|
|
1276
|
-
};
|
|
1277
|
-
}>;
|
|
1278
|
-
//#endregion
|
|
1279
|
-
//#region src/commands/speech/recognize.d.ts
|
|
1280
|
-
declare const _default$84: _$bailian_cli_core0.Command<{
|
|
1281
|
-
async: {
|
|
1282
|
-
type: "switch";
|
|
1271
|
+
docId: {
|
|
1272
|
+
type: "array";
|
|
1273
|
+
valueHint: string;
|
|
1283
1274
|
description: string;
|
|
1284
1275
|
};
|
|
1285
|
-
|
|
1276
|
+
categoryId: {
|
|
1286
1277
|
type: "array";
|
|
1287
1278
|
valueHint: string;
|
|
1288
1279
|
description: string;
|
|
1289
|
-
required: true;
|
|
1290
1280
|
};
|
|
1291
|
-
|
|
1281
|
+
embeddingModel: {
|
|
1292
1282
|
type: "string";
|
|
1293
1283
|
valueHint: string;
|
|
1294
1284
|
description: string;
|
|
1295
1285
|
};
|
|
1296
|
-
|
|
1297
|
-
type: "
|
|
1286
|
+
chunkSize: {
|
|
1287
|
+
type: "number";
|
|
1298
1288
|
valueHint: string;
|
|
1299
1289
|
description: string;
|
|
1300
1290
|
};
|
|
1301
|
-
|
|
1291
|
+
wait: {
|
|
1302
1292
|
type: "switch";
|
|
1303
1293
|
description: string;
|
|
1304
1294
|
};
|
|
1305
|
-
|
|
1295
|
+
pollInterval: {
|
|
1306
1296
|
type: "number";
|
|
1307
1297
|
valueHint: string;
|
|
1308
1298
|
description: string;
|
|
1309
1299
|
};
|
|
1310
|
-
|
|
1300
|
+
}>;
|
|
1301
|
+
//#endregion
|
|
1302
|
+
//#region src/commands/knowledge/kb-update.d.ts
|
|
1303
|
+
declare const _default$64: _$bailian_cli_core0.Command<{
|
|
1304
|
+
workspaceId: {
|
|
1311
1305
|
type: "string";
|
|
1312
1306
|
valueHint: string;
|
|
1313
1307
|
description: string;
|
|
1314
1308
|
};
|
|
1315
|
-
|
|
1316
|
-
type: "
|
|
1309
|
+
indexId: {
|
|
1310
|
+
type: "string";
|
|
1317
1311
|
valueHint: string;
|
|
1318
1312
|
description: string;
|
|
1313
|
+
required: true;
|
|
1319
1314
|
};
|
|
1320
|
-
|
|
1315
|
+
name: {
|
|
1321
1316
|
type: "string";
|
|
1322
1317
|
valueHint: string;
|
|
1323
1318
|
description: string;
|
|
1324
1319
|
};
|
|
1325
|
-
|
|
1320
|
+
description: {
|
|
1321
|
+
type: "string";
|
|
1322
|
+
valueHint: string;
|
|
1323
|
+
description: string;
|
|
1324
|
+
};
|
|
1325
|
+
rerankMinScore: {
|
|
1326
1326
|
type: "number";
|
|
1327
1327
|
valueHint: string;
|
|
1328
1328
|
description: string;
|
|
1329
1329
|
};
|
|
1330
1330
|
}>;
|
|
1331
1331
|
//#endregion
|
|
1332
|
-
//#region src/commands/
|
|
1333
|
-
declare const _default$
|
|
1334
|
-
|
|
1332
|
+
//#region src/commands/knowledge/kb-delete.d.ts
|
|
1333
|
+
declare const _default$60: _$bailian_cli_core0.Command<{
|
|
1334
|
+
workspaceId: {
|
|
1335
1335
|
type: "string";
|
|
1336
1336
|
valueHint: string;
|
|
1337
1337
|
description: string;
|
|
1338
|
-
required: true;
|
|
1339
1338
|
};
|
|
1340
|
-
|
|
1339
|
+
indexId: {
|
|
1341
1340
|
type: "string";
|
|
1342
1341
|
valueHint: string;
|
|
1343
1342
|
description: string;
|
|
1344
1343
|
required: true;
|
|
1345
1344
|
};
|
|
1345
|
+
yes: {
|
|
1346
|
+
type: "switch";
|
|
1347
|
+
description: string;
|
|
1348
|
+
};
|
|
1346
1349
|
}>;
|
|
1347
1350
|
//#endregion
|
|
1348
|
-
//#region src/commands/
|
|
1349
|
-
declare const _default$
|
|
1350
|
-
|
|
1351
|
+
//#region src/commands/knowledge/doc-delete.d.ts
|
|
1352
|
+
declare const _default$50: _$bailian_cli_core0.Command<{
|
|
1353
|
+
workspaceId: {
|
|
1351
1354
|
type: "string";
|
|
1352
1355
|
valueHint: string;
|
|
1353
1356
|
description: string;
|
|
1354
|
-
required: true;
|
|
1355
1357
|
};
|
|
1356
|
-
|
|
1358
|
+
indexId: {
|
|
1357
1359
|
type: "string";
|
|
1358
1360
|
valueHint: string;
|
|
1359
1361
|
description: string;
|
|
1360
1362
|
required: true;
|
|
1361
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
|
+
};
|
|
1362
1374
|
}>;
|
|
1363
1375
|
//#endregion
|
|
1364
|
-
//#region src/commands/
|
|
1365
|
-
declare const _default$
|
|
1366
|
-
|
|
1376
|
+
//#region src/commands/knowledge/doc-tag.d.ts
|
|
1377
|
+
declare const _default$54: _$bailian_cli_core0.Command<{
|
|
1378
|
+
workspaceId: {
|
|
1367
1379
|
type: "string";
|
|
1368
1380
|
valueHint: string;
|
|
1369
1381
|
description: string;
|
|
1370
1382
|
};
|
|
1371
|
-
|
|
1372
|
-
type: "
|
|
1383
|
+
docId: {
|
|
1384
|
+
type: "array";
|
|
1373
1385
|
valueHint: string;
|
|
1374
1386
|
description: string;
|
|
1387
|
+
required: true;
|
|
1375
1388
|
};
|
|
1376
|
-
|
|
1377
|
-
type: "
|
|
1389
|
+
tag: {
|
|
1390
|
+
type: "array";
|
|
1378
1391
|
valueHint: string;
|
|
1379
1392
|
description: string;
|
|
1380
|
-
|
|
1393
|
+
required: true;
|
|
1381
1394
|
};
|
|
1382
|
-
|
|
1383
|
-
type: "
|
|
1395
|
+
mode: {
|
|
1396
|
+
type: "string";
|
|
1397
|
+
valueHint: string;
|
|
1384
1398
|
description: string;
|
|
1385
1399
|
};
|
|
1386
1400
|
}>;
|
|
1387
1401
|
//#endregion
|
|
1388
|
-
//#region src/commands/
|
|
1389
|
-
declare const _default$
|
|
1390
|
-
|
|
1402
|
+
//#region src/commands/knowledge/service-list.d.ts
|
|
1403
|
+
declare const _default$72: _$bailian_cli_core0.Command<{
|
|
1404
|
+
workspaceId: {
|
|
1391
1405
|
type: "string";
|
|
1392
1406
|
valueHint: string;
|
|
1393
1407
|
description: string;
|
|
1394
1408
|
};
|
|
1395
|
-
|
|
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: {
|
|
1977
|
+
type: "string";
|
|
1978
|
+
valueHint: string;
|
|
1979
|
+
description: string;
|
|
1980
|
+
required: true;
|
|
1981
|
+
};
|
|
1982
|
+
storeType: {
|
|
1983
|
+
type: "string";
|
|
1984
|
+
valueHint: string;
|
|
1985
|
+
description: string;
|
|
1986
|
+
};
|
|
1987
|
+
ossRegion: {
|
|
1988
|
+
type: "string";
|
|
1989
|
+
valueHint: string;
|
|
1990
|
+
description: string;
|
|
1991
|
+
};
|
|
1992
|
+
ossBucket: {
|
|
1993
|
+
type: "string";
|
|
1994
|
+
valueHint: string;
|
|
1995
|
+
description: string;
|
|
1996
|
+
};
|
|
1997
|
+
}>;
|
|
1998
|
+
//#endregion
|
|
1999
|
+
//#region src/commands/knowledge/collection-get.d.ts
|
|
2000
|
+
declare const _default$49: _$bailian_cli_core0.Command<{
|
|
2001
|
+
workspaceId: {
|
|
2002
|
+
type: "string";
|
|
2003
|
+
valueHint: string;
|
|
2004
|
+
description: string;
|
|
2005
|
+
};
|
|
2006
|
+
collectionId: {
|
|
2007
|
+
type: "string";
|
|
2008
|
+
valueHint: string;
|
|
2009
|
+
description: string;
|
|
2010
|
+
};
|
|
2011
|
+
name: {
|
|
2012
|
+
type: "string";
|
|
2013
|
+
valueHint: string;
|
|
2014
|
+
description: string;
|
|
2015
|
+
};
|
|
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";
|
|
2022
|
+
valueHint: string;
|
|
2023
|
+
description: string;
|
|
2024
|
+
};
|
|
2025
|
+
bucket: {
|
|
2026
|
+
type: "string";
|
|
2027
|
+
valueHint: string;
|
|
2028
|
+
description: string;
|
|
2029
|
+
required: true;
|
|
2030
|
+
};
|
|
2031
|
+
region: {
|
|
2032
|
+
type: "string";
|
|
2033
|
+
valueHint: string;
|
|
2034
|
+
description: string;
|
|
2035
|
+
required: true;
|
|
2036
|
+
};
|
|
2037
|
+
ossKey: {
|
|
2038
|
+
type: "array";
|
|
2039
|
+
valueHint: string;
|
|
2040
|
+
description: string;
|
|
2041
|
+
required: true;
|
|
2042
|
+
};
|
|
2043
|
+
categoryId: {
|
|
2044
|
+
type: "string";
|
|
2045
|
+
valueHint: string;
|
|
2046
|
+
description: string;
|
|
2047
|
+
};
|
|
2048
|
+
tag: {
|
|
2049
|
+
type: "array";
|
|
2050
|
+
valueHint: string;
|
|
2051
|
+
description: string;
|
|
2052
|
+
};
|
|
2053
|
+
overwrite: {
|
|
2054
|
+
type: "switch";
|
|
2055
|
+
description: string;
|
|
2056
|
+
};
|
|
2057
|
+
}>;
|
|
2058
|
+
//#endregion
|
|
2059
|
+
//#region src/commands/mcp/call.d.ts
|
|
2060
|
+
declare const _default$91: _$bailian_cli_core0.Command<{
|
|
2061
|
+
target: {
|
|
2062
|
+
type: "string";
|
|
2063
|
+
valueHint: string;
|
|
2064
|
+
description: string;
|
|
2065
|
+
required: true;
|
|
2066
|
+
};
|
|
2067
|
+
arg: {
|
|
2068
|
+
type: "array";
|
|
2069
|
+
valueHint: string;
|
|
2070
|
+
description: string;
|
|
2071
|
+
};
|
|
2072
|
+
json: {
|
|
2073
|
+
type: "string";
|
|
2074
|
+
valueHint: string;
|
|
2075
|
+
description: string;
|
|
2076
|
+
};
|
|
2077
|
+
query: {
|
|
2078
|
+
type: "string";
|
|
2079
|
+
valueHint: string;
|
|
2080
|
+
description: string;
|
|
2081
|
+
};
|
|
2082
|
+
url: {
|
|
2083
|
+
type: "string";
|
|
2084
|
+
valueHint: string;
|
|
2085
|
+
description: string;
|
|
2086
|
+
};
|
|
2087
|
+
}>;
|
|
2088
|
+
//#endregion
|
|
2089
|
+
//#region src/commands/mcp/list.d.ts
|
|
2090
|
+
declare const _default$92: _$bailian_cli_core0.Command<{
|
|
2091
|
+
name: {
|
|
2092
|
+
type: "string";
|
|
2093
|
+
valueHint: string;
|
|
2094
|
+
description: string;
|
|
2095
|
+
};
|
|
2096
|
+
type: {
|
|
2097
|
+
type: "string";
|
|
2098
|
+
valueHint: string;
|
|
2099
|
+
description: string;
|
|
2100
|
+
};
|
|
2101
|
+
page: {
|
|
2102
|
+
type: "number";
|
|
2103
|
+
valueHint: string;
|
|
2104
|
+
description: string;
|
|
2105
|
+
};
|
|
2106
|
+
pageSize: {
|
|
2107
|
+
type: "number";
|
|
2108
|
+
valueHint: string;
|
|
2109
|
+
description: string;
|
|
2110
|
+
};
|
|
2111
|
+
}>;
|
|
2112
|
+
//#endregion
|
|
2113
|
+
//#region src/commands/mcp/tools.d.ts
|
|
2114
|
+
declare const _default$93: _$bailian_cli_core0.Command<{
|
|
2115
|
+
server: {
|
|
2116
|
+
type: "string";
|
|
2117
|
+
valueHint: string;
|
|
2118
|
+
description: string;
|
|
2119
|
+
required: true;
|
|
2120
|
+
};
|
|
2121
|
+
url: {
|
|
2122
|
+
type: "string";
|
|
2123
|
+
valueHint: string;
|
|
2124
|
+
description: string;
|
|
2125
|
+
};
|
|
2126
|
+
}>;
|
|
2127
|
+
//#endregion
|
|
2128
|
+
//#region src/commands/search/web.d.ts
|
|
2129
|
+
declare const _default$115: _$bailian_cli_core0.Command<{
|
|
2130
|
+
query: {
|
|
2131
|
+
type: "string";
|
|
2132
|
+
valueHint: string;
|
|
2133
|
+
description: string;
|
|
2134
|
+
};
|
|
2135
|
+
count: {
|
|
2136
|
+
type: "number";
|
|
2137
|
+
valueHint: string;
|
|
2138
|
+
description: string;
|
|
2139
|
+
};
|
|
2140
|
+
listTools: {
|
|
2141
|
+
type: "switch";
|
|
2142
|
+
description: string;
|
|
2143
|
+
};
|
|
2144
|
+
}>;
|
|
2145
|
+
//#endregion
|
|
2146
|
+
//#region src/commands/speech/synthesize.d.ts
|
|
2147
|
+
declare const _default$122: _$bailian_cli_core0.Command<{
|
|
2148
|
+
concurrent: {
|
|
2149
|
+
type: "number";
|
|
2150
|
+
valueHint: string;
|
|
2151
|
+
description: string;
|
|
2152
|
+
};
|
|
2153
|
+
text: {
|
|
2154
|
+
type: "string";
|
|
2155
|
+
valueHint: string;
|
|
2156
|
+
description: string;
|
|
2157
|
+
};
|
|
2158
|
+
textFile: {
|
|
2159
|
+
type: "string";
|
|
2160
|
+
valueHint: string;
|
|
2161
|
+
description: string;
|
|
2162
|
+
};
|
|
2163
|
+
model: {
|
|
2164
|
+
type: "string";
|
|
2165
|
+
valueHint: string;
|
|
2166
|
+
description: string;
|
|
2167
|
+
};
|
|
2168
|
+
voice: {
|
|
2169
|
+
type: "string";
|
|
2170
|
+
valueHint: string;
|
|
2171
|
+
description: string;
|
|
2172
|
+
};
|
|
2173
|
+
listVoices: {
|
|
2174
|
+
type: "switch";
|
|
2175
|
+
description: string;
|
|
2176
|
+
};
|
|
2177
|
+
format: {
|
|
2178
|
+
type: "string";
|
|
2179
|
+
valueHint: string;
|
|
2180
|
+
description: string;
|
|
2181
|
+
choices: readonly ["mp3", "pcm", "wav", "opus"];
|
|
2182
|
+
};
|
|
2183
|
+
sampleRate: {
|
|
2184
|
+
type: "string";
|
|
2185
|
+
valueHint: string;
|
|
2186
|
+
description: string;
|
|
2187
|
+
};
|
|
2188
|
+
volume: {
|
|
2189
|
+
type: "string";
|
|
2190
|
+
valueHint: string;
|
|
2191
|
+
description: string;
|
|
2192
|
+
};
|
|
2193
|
+
rate: {
|
|
2194
|
+
type: "string";
|
|
2195
|
+
valueHint: string;
|
|
2196
|
+
description: string;
|
|
2197
|
+
};
|
|
2198
|
+
pitch: {
|
|
2199
|
+
type: "string";
|
|
2200
|
+
valueHint: string;
|
|
2201
|
+
description: string;
|
|
2202
|
+
};
|
|
2203
|
+
seed: {
|
|
2204
|
+
type: "string";
|
|
2205
|
+
valueHint: string;
|
|
2206
|
+
description: string;
|
|
2207
|
+
};
|
|
2208
|
+
language: {
|
|
2209
|
+
type: "string";
|
|
2210
|
+
valueHint: string;
|
|
2211
|
+
description: string;
|
|
2212
|
+
};
|
|
2213
|
+
instruction: {
|
|
2214
|
+
type: "string";
|
|
2215
|
+
valueHint: string;
|
|
2216
|
+
description: string;
|
|
2217
|
+
};
|
|
2218
|
+
enableSsml: {
|
|
2219
|
+
type: "switch";
|
|
2220
|
+
description: string;
|
|
2221
|
+
};
|
|
2222
|
+
out: {
|
|
2223
|
+
type: "string";
|
|
2224
|
+
valueHint: string;
|
|
2225
|
+
description: string;
|
|
2226
|
+
};
|
|
2227
|
+
stream: {
|
|
2228
|
+
type: "switch";
|
|
2229
|
+
description: string;
|
|
2230
|
+
};
|
|
2231
|
+
}>;
|
|
2232
|
+
//#endregion
|
|
2233
|
+
//#region src/commands/speech/recognize.d.ts
|
|
2234
|
+
declare const _default$121: _$bailian_cli_core0.Command<{
|
|
2235
|
+
async: {
|
|
2236
|
+
type: "switch";
|
|
2237
|
+
description: string;
|
|
2238
|
+
};
|
|
2239
|
+
url: {
|
|
2240
|
+
type: "array";
|
|
2241
|
+
valueHint: string;
|
|
2242
|
+
description: string;
|
|
2243
|
+
required: true;
|
|
2244
|
+
};
|
|
2245
|
+
model: {
|
|
2246
|
+
type: "string";
|
|
2247
|
+
valueHint: string;
|
|
2248
|
+
description: string;
|
|
2249
|
+
};
|
|
2250
|
+
language: {
|
|
2251
|
+
type: "string";
|
|
2252
|
+
valueHint: string;
|
|
2253
|
+
description: string;
|
|
2254
|
+
};
|
|
2255
|
+
diarization: {
|
|
2256
|
+
type: "switch";
|
|
2257
|
+
description: string;
|
|
2258
|
+
};
|
|
2259
|
+
speakerCount: {
|
|
2260
|
+
type: "number";
|
|
2261
|
+
valueHint: string;
|
|
2262
|
+
description: string;
|
|
2263
|
+
};
|
|
2264
|
+
vocabularyId: {
|
|
2265
|
+
type: "string";
|
|
2266
|
+
valueHint: string;
|
|
2267
|
+
description: string;
|
|
2268
|
+
};
|
|
2269
|
+
channelId: {
|
|
2270
|
+
type: "number";
|
|
2271
|
+
valueHint: string;
|
|
2272
|
+
description: string;
|
|
2273
|
+
};
|
|
2274
|
+
out: {
|
|
2275
|
+
type: "string";
|
|
2276
|
+
valueHint: string;
|
|
2277
|
+
description: string;
|
|
2278
|
+
};
|
|
2279
|
+
pollInterval: {
|
|
2280
|
+
type: "number";
|
|
2281
|
+
valueHint: string;
|
|
2282
|
+
description: string;
|
|
2283
|
+
};
|
|
2284
|
+
}>;
|
|
2285
|
+
//#endregion
|
|
2286
|
+
//#region src/commands/file/upload.d.ts
|
|
2287
|
+
declare const _default$27: _$bailian_cli_core0.Command<{
|
|
2288
|
+
file: {
|
|
2289
|
+
type: "string";
|
|
2290
|
+
valueHint: string;
|
|
2291
|
+
description: string;
|
|
2292
|
+
required: true;
|
|
2293
|
+
};
|
|
2294
|
+
model: {
|
|
2295
|
+
type: "string";
|
|
2296
|
+
valueHint: string;
|
|
2297
|
+
description: string;
|
|
2298
|
+
required: true;
|
|
2299
|
+
};
|
|
2300
|
+
}>;
|
|
2301
|
+
//#endregion
|
|
2302
|
+
//#region src/commands/console/call.d.ts
|
|
2303
|
+
declare const _default$13: _$bailian_cli_core0.Command<{
|
|
2304
|
+
api: {
|
|
2305
|
+
type: "string";
|
|
2306
|
+
valueHint: string;
|
|
2307
|
+
description: string;
|
|
2308
|
+
required: true;
|
|
2309
|
+
};
|
|
2310
|
+
data: {
|
|
2311
|
+
type: "string";
|
|
2312
|
+
valueHint: string;
|
|
2313
|
+
description: string;
|
|
2314
|
+
required: true;
|
|
2315
|
+
};
|
|
2316
|
+
}>;
|
|
2317
|
+
//#endregion
|
|
2318
|
+
//#region src/commands/usage/free.d.ts
|
|
2319
|
+
declare const _default$131: _$bailian_cli_core0.Command<{
|
|
2320
|
+
model: {
|
|
2321
|
+
type: "string";
|
|
2322
|
+
valueHint: string;
|
|
2323
|
+
description: string;
|
|
2324
|
+
};
|
|
2325
|
+
expiring: {
|
|
2326
|
+
type: "string";
|
|
2327
|
+
valueHint: string;
|
|
2328
|
+
description: string;
|
|
2329
|
+
};
|
|
2330
|
+
sort: {
|
|
2331
|
+
type: "string";
|
|
2332
|
+
valueHint: string;
|
|
2333
|
+
description: string;
|
|
2334
|
+
choices: readonly ["remaining", "expires"];
|
|
2335
|
+
};
|
|
2336
|
+
all: {
|
|
2337
|
+
type: "switch";
|
|
2338
|
+
description: string;
|
|
2339
|
+
};
|
|
2340
|
+
}>;
|
|
2341
|
+
//#endregion
|
|
2342
|
+
//#region src/commands/usage/freetier.d.ts
|
|
2343
|
+
declare const _default$132: _$bailian_cli_core0.Command<{
|
|
2344
|
+
model: {
|
|
2345
|
+
type: "string";
|
|
2346
|
+
valueHint: string;
|
|
2347
|
+
description: string;
|
|
2348
|
+
};
|
|
2349
|
+
all: {
|
|
1396
2350
|
type: "switch";
|
|
1397
2351
|
description: string;
|
|
1398
2352
|
};
|
|
@@ -1407,7 +2361,7 @@ declare const _default$95: _$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$96: _$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$97: _$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$68: _$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,12 +2451,69 @@ 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<{
|
|
2455
|
+
model: {
|
|
2456
|
+
type: "string";
|
|
2457
|
+
valueHint: string;
|
|
2458
|
+
description: string;
|
|
2459
|
+
};
|
|
2460
|
+
page: {
|
|
2461
|
+
type: "number";
|
|
2462
|
+
valueHint: string;
|
|
2463
|
+
description: string;
|
|
2464
|
+
};
|
|
2465
|
+
pageSize: {
|
|
2466
|
+
type: "number";
|
|
2467
|
+
valueHint: string;
|
|
2468
|
+
description: string;
|
|
2469
|
+
};
|
|
2470
|
+
provider: {
|
|
2471
|
+
type: "array";
|
|
2472
|
+
valueHint: string;
|
|
2473
|
+
description: string;
|
|
2474
|
+
};
|
|
2475
|
+
capability: {
|
|
2476
|
+
type: "array";
|
|
2477
|
+
valueHint: string;
|
|
2478
|
+
description: string;
|
|
2479
|
+
};
|
|
2480
|
+
feature: {
|
|
2481
|
+
type: "array";
|
|
2482
|
+
valueHint: string;
|
|
2483
|
+
description: string;
|
|
2484
|
+
};
|
|
2485
|
+
contextWindow: {
|
|
2486
|
+
type: "array";
|
|
2487
|
+
valueHint: string;
|
|
2488
|
+
description: string;
|
|
2489
|
+
};
|
|
2490
|
+
enrich: {
|
|
2491
|
+
type: "switch";
|
|
2492
|
+
description: string;
|
|
2493
|
+
};
|
|
2494
|
+
}>;
|
|
2495
|
+
//#endregion
|
|
2496
|
+
//#region src/commands/workspace/list.d.ts
|
|
2497
|
+
declare const _default$143: _$bailian_cli_core0.Command<{
|
|
2498
|
+
list: {
|
|
2499
|
+
type: "string";
|
|
2500
|
+
valueHint: string;
|
|
2501
|
+
description: string;
|
|
2502
|
+
};
|
|
2503
|
+
}>;
|
|
2504
|
+
//#endregion
|
|
2505
|
+
//#region src/commands/quota/list.d.ts
|
|
2506
|
+
declare const _default$113: _$bailian_cli_core0.Command<{
|
|
1501
2507
|
model: {
|
|
1502
2508
|
type: "string";
|
|
1503
2509
|
valueHint: string;
|
|
1504
2510
|
description: string;
|
|
1505
2511
|
};
|
|
2512
|
+
name: {
|
|
2513
|
+
type: "string";
|
|
2514
|
+
valueHint: string;
|
|
2515
|
+
description: string;
|
|
2516
|
+
};
|
|
1506
2517
|
page: {
|
|
1507
2518
|
type: "number";
|
|
1508
2519
|
valueHint: string;
|
|
@@ -1513,97 +2524,133 @@ declare const _default$67: _$bailian_cli_core0.Command<{
|
|
|
1513
2524
|
valueHint: string;
|
|
1514
2525
|
description: string;
|
|
1515
2526
|
};
|
|
1516
|
-
|
|
1517
|
-
|
|
2527
|
+
}>;
|
|
2528
|
+
//#endregion
|
|
2529
|
+
//#region src/commands/quota/update.d.ts
|
|
2530
|
+
declare const _default$114: _$bailian_cli_core0.Command<{
|
|
2531
|
+
model: {
|
|
2532
|
+
type: "string";
|
|
2533
|
+
valueHint: string;
|
|
2534
|
+
description: string;
|
|
2535
|
+
required: true;
|
|
2536
|
+
};
|
|
2537
|
+
rpm: {
|
|
2538
|
+
type: "number";
|
|
2539
|
+
valueHint: string;
|
|
2540
|
+
description: string;
|
|
2541
|
+
};
|
|
2542
|
+
tpm: {
|
|
2543
|
+
type: "number";
|
|
1518
2544
|
valueHint: string;
|
|
1519
2545
|
description: string;
|
|
1520
2546
|
};
|
|
1521
|
-
|
|
1522
|
-
type: "
|
|
1523
|
-
valueHint: string;
|
|
2547
|
+
delete: {
|
|
2548
|
+
type: "switch";
|
|
1524
2549
|
description: string;
|
|
1525
2550
|
};
|
|
1526
|
-
|
|
1527
|
-
|
|
2551
|
+
}>;
|
|
2552
|
+
//#endregion
|
|
2553
|
+
//#region src/commands/quota/history.d.ts
|
|
2554
|
+
declare const _default$112: _$bailian_cli_core0.Command<{
|
|
2555
|
+
page: {
|
|
2556
|
+
type: "string";
|
|
1528
2557
|
valueHint: string;
|
|
1529
2558
|
description: string;
|
|
1530
2559
|
};
|
|
1531
|
-
|
|
1532
|
-
type: "
|
|
2560
|
+
pageSize: {
|
|
2561
|
+
type: "string";
|
|
1533
2562
|
valueHint: string;
|
|
1534
2563
|
description: string;
|
|
1535
2564
|
};
|
|
1536
|
-
|
|
1537
|
-
type: "
|
|
2565
|
+
model: {
|
|
2566
|
+
type: "string";
|
|
2567
|
+
valueHint: string;
|
|
1538
2568
|
description: string;
|
|
1539
2569
|
};
|
|
1540
2570
|
}>;
|
|
1541
2571
|
//#endregion
|
|
1542
|
-
//#region src/commands/
|
|
1543
|
-
declare const _default$
|
|
1544
|
-
|
|
2572
|
+
//#region src/commands/quota/check.d.ts
|
|
2573
|
+
declare const _default$111: _$bailian_cli_core0.Command<{
|
|
2574
|
+
model: {
|
|
1545
2575
|
type: "string";
|
|
1546
2576
|
valueHint: string;
|
|
1547
2577
|
description: string;
|
|
1548
2578
|
};
|
|
1549
|
-
|
|
1550
|
-
//#endregion
|
|
1551
|
-
//#region src/commands/quota/list.d.ts
|
|
1552
|
-
declare const _default$76: _$bailian_cli_core0.Command<{
|
|
1553
|
-
model: {
|
|
2579
|
+
period: {
|
|
1554
2580
|
type: "string";
|
|
1555
2581
|
valueHint: string;
|
|
1556
2582
|
description: string;
|
|
1557
2583
|
};
|
|
1558
2584
|
}>;
|
|
1559
2585
|
//#endregion
|
|
1560
|
-
//#region src/commands/
|
|
1561
|
-
declare const _default$
|
|
2586
|
+
//#region src/commands/permission/list.d.ts
|
|
2587
|
+
declare const _default$103: _$bailian_cli_core0.Command<{
|
|
2588
|
+
scope: {
|
|
2589
|
+
type: "string";
|
|
2590
|
+
valueHint: string;
|
|
2591
|
+
choices: readonly ["authorized", "authorizable"];
|
|
2592
|
+
description: string;
|
|
2593
|
+
};
|
|
1562
2594
|
model: {
|
|
1563
2595
|
type: "string";
|
|
1564
2596
|
valueHint: string;
|
|
1565
2597
|
description: string;
|
|
1566
|
-
required: true;
|
|
1567
2598
|
};
|
|
1568
|
-
|
|
2599
|
+
name: {
|
|
1569
2600
|
type: "string";
|
|
1570
2601
|
valueHint: string;
|
|
1571
2602
|
description: string;
|
|
1572
|
-
required: true;
|
|
1573
2603
|
};
|
|
1574
|
-
}>;
|
|
1575
|
-
//#endregion
|
|
1576
|
-
//#region src/commands/quota/history.d.ts
|
|
1577
|
-
declare const _default$75: _$bailian_cli_core0.Command<{
|
|
1578
2604
|
page: {
|
|
1579
|
-
type: "
|
|
2605
|
+
type: "number";
|
|
1580
2606
|
valueHint: string;
|
|
1581
2607
|
description: string;
|
|
1582
2608
|
};
|
|
1583
2609
|
pageSize: {
|
|
1584
|
-
type: "
|
|
2610
|
+
type: "number";
|
|
1585
2611
|
valueHint: string;
|
|
1586
2612
|
description: string;
|
|
1587
2613
|
};
|
|
2614
|
+
}>;
|
|
2615
|
+
//#endregion
|
|
2616
|
+
//#region src/commands/permission/grant.d.ts
|
|
2617
|
+
declare const _default$102: _$bailian_cli_core0.Command<{
|
|
1588
2618
|
model: {
|
|
1589
2619
|
type: "string";
|
|
1590
2620
|
valueHint: string;
|
|
1591
2621
|
description: string;
|
|
1592
2622
|
};
|
|
2623
|
+
action: {
|
|
2624
|
+
type: "string";
|
|
2625
|
+
valueHint: string;
|
|
2626
|
+
description: string;
|
|
2627
|
+
};
|
|
2628
|
+
all: {
|
|
2629
|
+
type: "switch";
|
|
2630
|
+
description: string;
|
|
2631
|
+
};
|
|
1593
2632
|
}>;
|
|
1594
2633
|
//#endregion
|
|
1595
|
-
//#region src/commands/
|
|
1596
|
-
declare const _default$
|
|
2634
|
+
//#region src/commands/permission/revoke.d.ts
|
|
2635
|
+
declare const _default$104: _$bailian_cli_core0.Command<{
|
|
1597
2636
|
model: {
|
|
1598
2637
|
type: "string";
|
|
1599
2638
|
valueHint: string;
|
|
1600
2639
|
description: string;
|
|
1601
2640
|
};
|
|
1602
|
-
|
|
2641
|
+
action: {
|
|
1603
2642
|
type: "string";
|
|
1604
2643
|
valueHint: string;
|
|
1605
2644
|
description: string;
|
|
1606
2645
|
};
|
|
2646
|
+
all: {
|
|
2647
|
+
type: "switch";
|
|
2648
|
+
description: string;
|
|
2649
|
+
};
|
|
2650
|
+
yes: {
|
|
2651
|
+
type: "switch";
|
|
2652
|
+
description: string;
|
|
2653
|
+
};
|
|
1607
2654
|
}>;
|
|
1608
2655
|
//#endregion
|
|
1609
2656
|
//#region src/commands/dataset/upload.d.ts
|
|
@@ -1695,7 +2742,7 @@ declare const _default$18: _$bailian_cli_core0.Command<{
|
|
|
1695
2742
|
//#region src/commands/finetune/create.d.ts
|
|
1696
2743
|
/** `bl finetune text create` — fine-tune a text model. Datasets are `.jsonl`. */
|
|
1697
2744
|
declare const finetuneTextCreate: _$bailian_cli_core0.Command<{
|
|
1698
|
-
|
|
2745
|
+
baseModel: {
|
|
1699
2746
|
type: "string";
|
|
1700
2747
|
valueHint: string;
|
|
1701
2748
|
description: string;
|
|
@@ -1750,7 +2797,7 @@ declare const finetuneTextCreate: _$bailian_cli_core0.Command<{
|
|
|
1750
2797
|
}>;
|
|
1751
2798
|
/** `bl finetune audio create` — fine-tune an audio TTS model. Datasets are `.zip`. */
|
|
1752
2799
|
declare const finetuneAudioCreate: _$bailian_cli_core0.Command<{
|
|
1753
|
-
|
|
2800
|
+
baseModel: {
|
|
1754
2801
|
type: "string";
|
|
1755
2802
|
valueHint: string;
|
|
1756
2803
|
description: string;
|
|
@@ -1780,7 +2827,7 @@ declare const finetuneAudioCreate: _$bailian_cli_core0.Command<{
|
|
|
1780
2827
|
}>;
|
|
1781
2828
|
/** `bl finetune image create` — fine-tune an image generation model. Datasets are `.zip`. */
|
|
1782
2829
|
declare const finetuneImageCreate: _$bailian_cli_core0.Command<{
|
|
1783
|
-
|
|
2830
|
+
baseModel: {
|
|
1784
2831
|
type: "string";
|
|
1785
2832
|
valueHint: string;
|
|
1786
2833
|
description: string;
|
|
@@ -1819,9 +2866,54 @@ declare const finetuneImageCreate: _$bailian_cli_core0.Command<{
|
|
|
1819
2866
|
description: string;
|
|
1820
2867
|
};
|
|
1821
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
|
+
}>;
|
|
1822
2914
|
//#endregion
|
|
1823
2915
|
//#region src/commands/finetune/list.d.ts
|
|
1824
|
-
declare const _default$
|
|
2916
|
+
declare const _default$34: _$bailian_cli_core0.Command<{
|
|
1825
2917
|
page: {
|
|
1826
2918
|
type: "number";
|
|
1827
2919
|
valueHint: string;
|
|
@@ -1837,10 +2929,15 @@ declare const _default$32: _$bailian_cli_core0.Command<{
|
|
|
1837
2929
|
valueHint: string;
|
|
1838
2930
|
description: string;
|
|
1839
2931
|
};
|
|
2932
|
+
baseModel: {
|
|
2933
|
+
type: "string";
|
|
2934
|
+
valueHint: string;
|
|
2935
|
+
description: string;
|
|
2936
|
+
};
|
|
1840
2937
|
}>;
|
|
1841
2938
|
//#endregion
|
|
1842
2939
|
//#region src/commands/finetune/get.d.ts
|
|
1843
|
-
declare const _default$
|
|
2940
|
+
declare const _default$33: _$bailian_cli_core0.Command<{
|
|
1844
2941
|
jobId: {
|
|
1845
2942
|
type: "string";
|
|
1846
2943
|
valueHint: string;
|
|
@@ -1850,7 +2947,7 @@ declare const _default$31: _$bailian_cli_core0.Command<{
|
|
|
1850
2947
|
}>;
|
|
1851
2948
|
//#endregion
|
|
1852
2949
|
//#region src/commands/finetune/cancel.d.ts
|
|
1853
|
-
declare const _default$
|
|
2950
|
+
declare const _default$28: _$bailian_cli_core0.Command<{
|
|
1854
2951
|
jobId: {
|
|
1855
2952
|
type: "string";
|
|
1856
2953
|
valueHint: string;
|
|
@@ -1860,7 +2957,7 @@ declare const _default$26: _$bailian_cli_core0.Command<{
|
|
|
1860
2957
|
}>;
|
|
1861
2958
|
//#endregion
|
|
1862
2959
|
//#region src/commands/finetune/delete.d.ts
|
|
1863
|
-
declare const _default$
|
|
2960
|
+
declare const _default$31: _$bailian_cli_core0.Command<{
|
|
1864
2961
|
jobId: {
|
|
1865
2962
|
type: "string";
|
|
1866
2963
|
valueHint: string;
|
|
@@ -1870,7 +2967,7 @@ declare const _default$29: _$bailian_cli_core0.Command<{
|
|
|
1870
2967
|
}>;
|
|
1871
2968
|
//#endregion
|
|
1872
2969
|
//#region src/commands/finetune/logs.d.ts
|
|
1873
|
-
declare const _default$
|
|
2970
|
+
declare const _default$35: _$bailian_cli_core0.Command<{
|
|
1874
2971
|
jobId: {
|
|
1875
2972
|
type: "string";
|
|
1876
2973
|
valueHint: string;
|
|
@@ -1900,7 +2997,7 @@ declare const _default$33: _$bailian_cli_core0.Command<{
|
|
|
1900
2997
|
}>;
|
|
1901
2998
|
//#endregion
|
|
1902
2999
|
//#region src/commands/finetune/checkpoints.d.ts
|
|
1903
|
-
declare const _default$
|
|
3000
|
+
declare const _default$30: _$bailian_cli_core0.Command<{
|
|
1904
3001
|
jobId: {
|
|
1905
3002
|
type: "string";
|
|
1906
3003
|
valueHint: string;
|
|
@@ -1910,7 +3007,7 @@ declare const _default$28: _$bailian_cli_core0.Command<{
|
|
|
1910
3007
|
}>;
|
|
1911
3008
|
//#endregion
|
|
1912
3009
|
//#region src/commands/finetune/export.d.ts
|
|
1913
|
-
declare const _default$
|
|
3010
|
+
declare const _default$32: _$bailian_cli_core0.Command<{
|
|
1914
3011
|
jobId: {
|
|
1915
3012
|
type: "string";
|
|
1916
3013
|
valueHint: string;
|
|
@@ -1932,7 +3029,7 @@ declare const _default$30: _$bailian_cli_core0.Command<{
|
|
|
1932
3029
|
}>;
|
|
1933
3030
|
//#endregion
|
|
1934
3031
|
//#region src/commands/finetune/watch.d.ts
|
|
1935
|
-
declare const _default$
|
|
3032
|
+
declare const _default$37: _$bailian_cli_core0.Command<{
|
|
1936
3033
|
jobId: {
|
|
1937
3034
|
type: "string";
|
|
1938
3035
|
valueHint: string;
|
|
@@ -1956,29 +3053,55 @@ declare const _default$34: _$bailian_cli_core0.Command<{
|
|
|
1956
3053
|
}>;
|
|
1957
3054
|
//#endregion
|
|
1958
3055
|
//#region src/commands/finetune/capability.d.ts
|
|
1959
|
-
declare const _default$
|
|
1960
|
-
|
|
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: {
|
|
1961
3078
|
type: "string";
|
|
1962
3079
|
valueHint: string;
|
|
1963
3080
|
description: string;
|
|
3081
|
+
required: true;
|
|
1964
3082
|
};
|
|
1965
3083
|
trainingType: {
|
|
1966
3084
|
type: "string";
|
|
1967
3085
|
valueHint: string;
|
|
1968
3086
|
description: string;
|
|
1969
3087
|
};
|
|
3088
|
+
nEpochs: {
|
|
3089
|
+
type: "number";
|
|
3090
|
+
valueHint: string;
|
|
3091
|
+
description: string;
|
|
3092
|
+
};
|
|
1970
3093
|
}>;
|
|
1971
3094
|
//#endregion
|
|
1972
3095
|
//#region src/commands/deploy/create.d.ts
|
|
1973
3096
|
/** `bl deploy text create` — deploy a text model. */
|
|
1974
3097
|
declare const deployTextCreate: _$bailian_cli_core0.Command<{
|
|
1975
|
-
|
|
3098
|
+
modelName: {
|
|
1976
3099
|
type: "string";
|
|
1977
3100
|
valueHint: string;
|
|
1978
3101
|
description: string;
|
|
1979
3102
|
required: true;
|
|
1980
3103
|
};
|
|
1981
|
-
|
|
3104
|
+
displayName: {
|
|
1982
3105
|
type: "string";
|
|
1983
3106
|
valueHint: string;
|
|
1984
3107
|
description: string;
|
|
@@ -2022,13 +3145,13 @@ declare const deployTextCreate: _$bailian_cli_core0.Command<{
|
|
|
2022
3145
|
}>;
|
|
2023
3146
|
/** `bl deploy audio create` — deploy an audio (TTS) model. Defaults to plan=mu. */
|
|
2024
3147
|
declare const deployAudioCreate: _$bailian_cli_core0.Command<{
|
|
2025
|
-
|
|
3148
|
+
modelName: {
|
|
2026
3149
|
type: "string";
|
|
2027
3150
|
valueHint: string;
|
|
2028
3151
|
description: string;
|
|
2029
3152
|
required: true;
|
|
2030
3153
|
};
|
|
2031
|
-
|
|
3154
|
+
displayName: {
|
|
2032
3155
|
type: "string";
|
|
2033
3156
|
valueHint: string;
|
|
2034
3157
|
description: string;
|
|
@@ -2072,13 +3195,13 @@ declare const deployAudioCreate: _$bailian_cli_core0.Command<{
|
|
|
2072
3195
|
}>;
|
|
2073
3196
|
/** `bl deploy image create` — deploy an image generation model. */
|
|
2074
3197
|
declare const deployImageCreate: _$bailian_cli_core0.Command<{
|
|
2075
|
-
|
|
3198
|
+
modelName: {
|
|
2076
3199
|
type: "string";
|
|
2077
3200
|
valueHint: string;
|
|
2078
3201
|
description: string;
|
|
2079
3202
|
required: true;
|
|
2080
3203
|
};
|
|
2081
|
-
|
|
3204
|
+
displayName: {
|
|
2082
3205
|
type: "string";
|
|
2083
3206
|
valueHint: string;
|
|
2084
3207
|
description: string;
|
|
@@ -2181,7 +3304,7 @@ declare const _default$22: _$bailian_cli_core0.Command<{
|
|
|
2181
3304
|
* Server-side capacity constraint: positive integer, < 1000, must be an
|
|
2182
3305
|
* integer multiple of `base_capacity` (visible via `bl deploy get`).
|
|
2183
3306
|
*/
|
|
2184
|
-
declare const _default$
|
|
3307
|
+
declare const _default$25: _$bailian_cli_core0.Command<{
|
|
2185
3308
|
deployedModel: {
|
|
2186
3309
|
type: "string";
|
|
2187
3310
|
valueHint: string;
|
|
@@ -2212,7 +3335,7 @@ declare const _default$23: _$bailian_cli_core0.Command<{
|
|
|
2212
3335
|
* PUT /api/v1/deployments/{deployed_model}
|
|
2213
3336
|
* Body: at least one of `rpm_limit` (requests/min) or `tpm_limit` (tokens/min).
|
|
2214
3337
|
*/
|
|
2215
|
-
declare const _default$
|
|
3338
|
+
declare const _default$26: _$bailian_cli_core0.Command<{
|
|
2216
3339
|
deployedModel: {
|
|
2217
3340
|
type: "string";
|
|
2218
3341
|
valueHint: string;
|
|
@@ -2252,8 +3375,49 @@ declare const _default$19: _$bailian_cli_core0.Command<{
|
|
|
2252
3375
|
};
|
|
2253
3376
|
}>;
|
|
2254
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
|
|
2255
3419
|
//#region src/commands/token-plan/list-seats.d.ts
|
|
2256
|
-
declare const _default$
|
|
3420
|
+
declare const _default$128: _$bailian_cli_core0.Command<{
|
|
2257
3421
|
callerUacAccountId: {
|
|
2258
3422
|
type: "string";
|
|
2259
3423
|
valueHint: string;
|
|
@@ -2302,7 +3466,7 @@ declare const _default$91: _$bailian_cli_core0.Command<{
|
|
|
2302
3466
|
}>;
|
|
2303
3467
|
//#endregion
|
|
2304
3468
|
//#region src/commands/token-plan/create-key.d.ts
|
|
2305
|
-
declare const _default$
|
|
3469
|
+
declare const _default$127: _$bailian_cli_core0.Command<{
|
|
2306
3470
|
callerUacAccountId: {
|
|
2307
3471
|
type: "string";
|
|
2308
3472
|
valueHint: string;
|
|
@@ -2332,7 +3496,7 @@ declare const _default$90: _$bailian_cli_core0.Command<{
|
|
|
2332
3496
|
}>;
|
|
2333
3497
|
//#endregion
|
|
2334
3498
|
//#region src/commands/token-plan/assign-seats.d.ts
|
|
2335
|
-
declare const _default$
|
|
3499
|
+
declare const _default$126: _$bailian_cli_core0.Command<{
|
|
2336
3500
|
callerUacAccountId: {
|
|
2337
3501
|
type: "string";
|
|
2338
3502
|
valueHint: string;
|
|
@@ -2367,7 +3531,7 @@ declare const _default$89: _$bailian_cli_core0.Command<{
|
|
|
2367
3531
|
}>;
|
|
2368
3532
|
//#endregion
|
|
2369
3533
|
//#region src/commands/token-plan/add-member.d.ts
|
|
2370
|
-
declare const _default$
|
|
3534
|
+
declare const _default$125: _$bailian_cli_core0.Command<{
|
|
2371
3535
|
callerUacAccountId: {
|
|
2372
3536
|
type: "string";
|
|
2373
3537
|
valueHint: string;
|
|
@@ -2403,7 +3567,7 @@ declare const _default$88: _$bailian_cli_core0.Command<{
|
|
|
2403
3567
|
}>;
|
|
2404
3568
|
//#endregion
|
|
2405
3569
|
//#region src/commands/managed-agent/init.d.ts
|
|
2406
|
-
declare const _default$
|
|
3570
|
+
declare const _default$76: _$bailian_cli_core0.Command<{
|
|
2407
3571
|
provider: {
|
|
2408
3572
|
type: "string";
|
|
2409
3573
|
valueHint: string;
|
|
@@ -2427,7 +3591,7 @@ declare const _default$42: _$bailian_cli_core0.Command<{
|
|
|
2427
3591
|
}>;
|
|
2428
3592
|
//#endregion
|
|
2429
3593
|
//#region src/commands/managed-agent/validate.d.ts
|
|
2430
|
-
declare const _default$
|
|
3594
|
+
declare const _default$90: _$bailian_cli_core0.Command<{
|
|
2431
3595
|
file: {
|
|
2432
3596
|
type: "string";
|
|
2433
3597
|
valueHint: string;
|
|
@@ -2436,7 +3600,7 @@ declare const _default$56: _$bailian_cli_core0.Command<{
|
|
|
2436
3600
|
}>;
|
|
2437
3601
|
//#endregion
|
|
2438
3602
|
//#region src/commands/managed-agent/plan.d.ts
|
|
2439
|
-
declare const _default$
|
|
3603
|
+
declare const _default$77: _$bailian_cli_core0.Command<{
|
|
2440
3604
|
file: {
|
|
2441
3605
|
type: "string";
|
|
2442
3606
|
valueHint: string;
|
|
@@ -2458,7 +3622,7 @@ declare const _default$43: _$bailian_cli_core0.Command<{
|
|
|
2458
3622
|
}>;
|
|
2459
3623
|
//#endregion
|
|
2460
3624
|
//#region src/commands/managed-agent/apply.d.ts
|
|
2461
|
-
declare const _default$
|
|
3625
|
+
declare const _default$74: _$bailian_cli_core0.Command<{
|
|
2462
3626
|
file: {
|
|
2463
3627
|
type: "string";
|
|
2464
3628
|
valueHint: string;
|
|
@@ -2485,7 +3649,7 @@ declare const _default$40: _$bailian_cli_core0.Command<{
|
|
|
2485
3649
|
}>;
|
|
2486
3650
|
//#endregion
|
|
2487
3651
|
//#region src/commands/managed-agent/destroy.d.ts
|
|
2488
|
-
declare const _default$
|
|
3652
|
+
declare const _default$75: _$bailian_cli_core0.Command<{
|
|
2489
3653
|
file: {
|
|
2490
3654
|
type: "string";
|
|
2491
3655
|
valueHint: string;
|
|
@@ -2502,7 +3666,7 @@ declare const _default$41: _$bailian_cli_core0.Command<{
|
|
|
2502
3666
|
}>;
|
|
2503
3667
|
//#endregion
|
|
2504
3668
|
//#region src/commands/managed-agent/state-list.d.ts
|
|
2505
|
-
declare const _default$
|
|
3669
|
+
declare const _default$87: _$bailian_cli_core0.Command<{
|
|
2506
3670
|
file: {
|
|
2507
3671
|
type: "string";
|
|
2508
3672
|
valueHint: string;
|
|
@@ -2511,7 +3675,7 @@ declare const _default$53: _$bailian_cli_core0.Command<{
|
|
|
2511
3675
|
}>;
|
|
2512
3676
|
//#endregion
|
|
2513
3677
|
//#region src/commands/managed-agent/state-show.d.ts
|
|
2514
|
-
declare const _default$
|
|
3678
|
+
declare const _default$89: _$bailian_cli_core0.Command<{
|
|
2515
3679
|
address: {
|
|
2516
3680
|
type: "string";
|
|
2517
3681
|
valueHint: string;
|
|
@@ -2526,7 +3690,7 @@ declare const _default$55: _$bailian_cli_core0.Command<{
|
|
|
2526
3690
|
}>;
|
|
2527
3691
|
//#endregion
|
|
2528
3692
|
//#region src/commands/managed-agent/state-rm.d.ts
|
|
2529
|
-
declare const _default$
|
|
3693
|
+
declare const _default$88: _$bailian_cli_core0.Command<{
|
|
2530
3694
|
address: {
|
|
2531
3695
|
type: "string";
|
|
2532
3696
|
valueHint: string;
|
|
@@ -2541,7 +3705,7 @@ declare const _default$54: _$bailian_cli_core0.Command<{
|
|
|
2541
3705
|
}>;
|
|
2542
3706
|
//#endregion
|
|
2543
3707
|
//#region src/commands/managed-agent/state-import.d.ts
|
|
2544
|
-
declare const _default$
|
|
3708
|
+
declare const _default$86: _$bailian_cli_core0.Command<{
|
|
2545
3709
|
address: {
|
|
2546
3710
|
type: "string";
|
|
2547
3711
|
valueHint: string;
|
|
@@ -2567,7 +3731,7 @@ declare const _default$52: _$bailian_cli_core0.Command<{
|
|
|
2567
3731
|
}>;
|
|
2568
3732
|
//#endregion
|
|
2569
3733
|
//#region src/commands/managed-agent/session-create.d.ts
|
|
2570
|
-
declare const _default$
|
|
3734
|
+
declare const _default$78: _$bailian_cli_core0.Command<{
|
|
2571
3735
|
file: {
|
|
2572
3736
|
type: "string";
|
|
2573
3737
|
valueHint: string;
|
|
@@ -2606,7 +3770,7 @@ declare const _default$44: _$bailian_cli_core0.Command<{
|
|
|
2606
3770
|
}>;
|
|
2607
3771
|
//#endregion
|
|
2608
3772
|
//#region src/commands/managed-agent/session-list.d.ts
|
|
2609
|
-
declare const _default$
|
|
3773
|
+
declare const _default$82: _$bailian_cli_core0.Command<{
|
|
2610
3774
|
file: {
|
|
2611
3775
|
type: "string";
|
|
2612
3776
|
valueHint: string;
|
|
@@ -2629,7 +3793,7 @@ declare const _default$48: _$bailian_cli_core0.Command<{
|
|
|
2629
3793
|
}>;
|
|
2630
3794
|
//#endregion
|
|
2631
3795
|
//#region src/commands/managed-agent/session-get.d.ts
|
|
2632
|
-
declare const _default$
|
|
3796
|
+
declare const _default$81: _$bailian_cli_core0.Command<{
|
|
2633
3797
|
sessionId: {
|
|
2634
3798
|
type: "string";
|
|
2635
3799
|
valueHint: string;
|
|
@@ -2649,7 +3813,7 @@ declare const _default$47: _$bailian_cli_core0.Command<{
|
|
|
2649
3813
|
}>;
|
|
2650
3814
|
//#endregion
|
|
2651
3815
|
//#region src/commands/managed-agent/session-delete.d.ts
|
|
2652
|
-
declare const _default$
|
|
3816
|
+
declare const _default$79: _$bailian_cli_core0.Command<{
|
|
2653
3817
|
sessionId: {
|
|
2654
3818
|
type: "string";
|
|
2655
3819
|
valueHint: string;
|
|
@@ -2669,7 +3833,7 @@ declare const _default$45: _$bailian_cli_core0.Command<{
|
|
|
2669
3833
|
}>;
|
|
2670
3834
|
//#endregion
|
|
2671
3835
|
//#region src/commands/managed-agent/session-run.d.ts
|
|
2672
|
-
declare const _default$
|
|
3836
|
+
declare const _default$83: _$bailian_cli_core0.Command<{
|
|
2673
3837
|
prompt: {
|
|
2674
3838
|
type: "string";
|
|
2675
3839
|
valueHint: string;
|
|
@@ -2718,7 +3882,7 @@ declare const _default$49: _$bailian_cli_core0.Command<{
|
|
|
2718
3882
|
}>;
|
|
2719
3883
|
//#endregion
|
|
2720
3884
|
//#region src/commands/managed-agent/session-send.d.ts
|
|
2721
|
-
declare const _default$
|
|
3885
|
+
declare const _default$84: _$bailian_cli_core0.Command<{
|
|
2722
3886
|
sessionId: {
|
|
2723
3887
|
type: "string";
|
|
2724
3888
|
valueHint: string;
|
|
@@ -2748,7 +3912,7 @@ declare const _default$50: _$bailian_cli_core0.Command<{
|
|
|
2748
3912
|
}>;
|
|
2749
3913
|
//#endregion
|
|
2750
3914
|
//#region src/commands/managed-agent/session-events.d.ts
|
|
2751
|
-
declare const _default$
|
|
3915
|
+
declare const _default$80: _$bailian_cli_core0.Command<{
|
|
2752
3916
|
sessionId: {
|
|
2753
3917
|
type: "string";
|
|
2754
3918
|
valueHint: string;
|
|
@@ -2777,7 +3941,7 @@ declare const _default$46: _$bailian_cli_core0.Command<{
|
|
|
2777
3941
|
}>;
|
|
2778
3942
|
//#endregion
|
|
2779
3943
|
//#region src/commands/managed-agent/skill-list.d.ts
|
|
2780
|
-
declare const _default$
|
|
3944
|
+
declare const _default$85: _$bailian_cli_core0.Command<{
|
|
2781
3945
|
file: {
|
|
2782
3946
|
type: "string";
|
|
2783
3947
|
valueHint: string;
|
|
@@ -2796,7 +3960,7 @@ declare const _default$51: _$bailian_cli_core0.Command<{
|
|
|
2796
3960
|
}>;
|
|
2797
3961
|
//#endregion
|
|
2798
3962
|
//#region src/commands/workspace/init.d.ts
|
|
2799
|
-
declare const _default$
|
|
3963
|
+
declare const _default$142: _$bailian_cli_core0.Command<{
|
|
2800
3964
|
accessKeyId: {
|
|
2801
3965
|
type: "string";
|
|
2802
3966
|
valueHint: string;
|
|
@@ -2815,7 +3979,7 @@ declare const _default$105: _$bailian_cli_core0.Command<{
|
|
|
2815
3979
|
}>;
|
|
2816
3980
|
//#endregion
|
|
2817
3981
|
//#region src/commands/plugin/install.d.ts
|
|
2818
|
-
declare const _default$
|
|
3982
|
+
declare const _default$107: _$bailian_cli_core0.Command<{
|
|
2819
3983
|
package: {
|
|
2820
3984
|
type: "string";
|
|
2821
3985
|
valueHint: string;
|
|
@@ -2825,7 +3989,7 @@ declare const _default$70: _$bailian_cli_core0.Command<{
|
|
|
2825
3989
|
}>;
|
|
2826
3990
|
//#endregion
|
|
2827
3991
|
//#region src/commands/plugin/link.d.ts
|
|
2828
|
-
declare const _default$
|
|
3992
|
+
declare const _default$108: _$bailian_cli_core0.Command<{
|
|
2829
3993
|
path: {
|
|
2830
3994
|
type: "string";
|
|
2831
3995
|
valueHint: string;
|
|
@@ -2835,10 +3999,10 @@ declare const _default$71: _$bailian_cli_core0.Command<{
|
|
|
2835
3999
|
}>;
|
|
2836
4000
|
//#endregion
|
|
2837
4001
|
//#region src/commands/plugin/list.d.ts
|
|
2838
|
-
declare const _default$
|
|
4002
|
+
declare const _default$109: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
2839
4003
|
//#endregion
|
|
2840
4004
|
//#region src/commands/plugin/remove.d.ts
|
|
2841
|
-
declare const _default$
|
|
4005
|
+
declare const _default$110: _$bailian_cli_core0.Command<{
|
|
2842
4006
|
name: {
|
|
2843
4007
|
type: "string";
|
|
2844
4008
|
valueHint: string;
|
|
@@ -2848,7 +4012,7 @@ declare const _default$73: _$bailian_cli_core0.Command<{
|
|
|
2848
4012
|
}>;
|
|
2849
4013
|
//#endregion
|
|
2850
4014
|
//#region src/commands/skill/add.d.ts
|
|
2851
|
-
declare const _default$
|
|
4015
|
+
declare const _default$116: _$bailian_cli_core0.Command<{
|
|
2852
4016
|
all: {
|
|
2853
4017
|
type: "switch";
|
|
2854
4018
|
description: string;
|
|
@@ -2861,7 +4025,7 @@ declare const _default$79: _$bailian_cli_core0.Command<{
|
|
|
2861
4025
|
}>;
|
|
2862
4026
|
//#endregion
|
|
2863
4027
|
//#region src/commands/skill/update.d.ts
|
|
2864
|
-
declare const _default$
|
|
4028
|
+
declare const _default$120: _$bailian_cli_core0.Command<{
|
|
2865
4029
|
all: {
|
|
2866
4030
|
type: "switch";
|
|
2867
4031
|
description: string;
|
|
@@ -2874,7 +4038,7 @@ declare const _default$83: _$bailian_cli_core0.Command<{
|
|
|
2874
4038
|
}>;
|
|
2875
4039
|
//#endregion
|
|
2876
4040
|
//#region src/commands/skill/remove.d.ts
|
|
2877
|
-
declare const _default$
|
|
4041
|
+
declare const _default$119: _$bailian_cli_core0.Command<{
|
|
2878
4042
|
name: {
|
|
2879
4043
|
type: "string";
|
|
2880
4044
|
valueHint: string;
|
|
@@ -2884,9 +4048,9 @@ declare const _default$82: _$bailian_cli_core0.Command<{
|
|
|
2884
4048
|
}>;
|
|
2885
4049
|
//#endregion
|
|
2886
4050
|
//#region src/commands/skill/list.d.ts
|
|
2887
|
-
declare const _default$
|
|
4051
|
+
declare const _default$118: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
2888
4052
|
//#endregion
|
|
2889
4053
|
//#region src/commands/skill/init.d.ts
|
|
2890
|
-
declare const _default$
|
|
4054
|
+
declare const _default$117: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
|
|
2891
4055
|
//#endregion
|
|
2892
|
-
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 };
|