bailian-cli-commands 1.6.0 → 1.7.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 CHANGED
@@ -1,213 +1,1845 @@
1
1
  import * as _$bailian_cli_core0 from "bailian-cli-core";
2
2
 
3
3
  //#region src/commands/auth/login.d.ts
4
- declare const _default$3: _$bailian_cli_core0.Command;
4
+ declare const _default$3: _$bailian_cli_core0.Command<{
5
+ apiKey: {
6
+ type: "string";
7
+ valueHint: string;
8
+ description: string;
9
+ };
10
+ baseUrl: {
11
+ type: "string";
12
+ valueHint: string;
13
+ description: string;
14
+ };
15
+ console: {
16
+ type: "switch";
17
+ description: string;
18
+ };
19
+ consoleSite: {
20
+ type: "string";
21
+ valueHint: string;
22
+ description: string;
23
+ };
24
+ openApi: {
25
+ type: "switch";
26
+ description: string;
27
+ };
28
+ accessKeyId: {
29
+ type: "string";
30
+ valueHint: string;
31
+ description: string;
32
+ };
33
+ accessKeySecret: {
34
+ type: "string";
35
+ valueHint: string;
36
+ description: string;
37
+ };
38
+ }>;
5
39
  //#endregion
6
40
  //#region src/commands/auth/status.d.ts
7
- declare const _default$5: _$bailian_cli_core0.Command;
41
+ declare const _default$5: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
8
42
  //#endregion
9
43
  //#region src/commands/auth/logout.d.ts
10
- declare const _default$4: _$bailian_cli_core0.Command;
44
+ declare const _default$4: _$bailian_cli_core0.Command<{
45
+ console: {
46
+ type: "switch";
47
+ description: string;
48
+ };
49
+ openApi: {
50
+ type: "switch";
51
+ description: string;
52
+ };
53
+ }>;
11
54
  //#endregion
12
55
  //#region src/commands/text/chat.d.ts
13
- declare const _default$56: _$bailian_cli_core0.Command;
56
+ declare const _default$56: _$bailian_cli_core0.Command<{
57
+ model: {
58
+ type: "string";
59
+ valueHint: string;
60
+ description: string;
61
+ };
62
+ message: {
63
+ type: "array";
64
+ valueHint: string;
65
+ description: string;
66
+ };
67
+ messagesFile: {
68
+ type: "string";
69
+ valueHint: string;
70
+ description: string;
71
+ };
72
+ system: {
73
+ type: "string";
74
+ valueHint: string;
75
+ description: string;
76
+ };
77
+ maxTokens: {
78
+ type: "number";
79
+ valueHint: string;
80
+ description: string;
81
+ };
82
+ temperature: {
83
+ type: "number";
84
+ valueHint: string;
85
+ description: string;
86
+ };
87
+ topP: {
88
+ type: "number";
89
+ valueHint: string;
90
+ description: string;
91
+ };
92
+ stream: {
93
+ type: "switch";
94
+ description: string;
95
+ };
96
+ tool: {
97
+ type: "array";
98
+ valueHint: string;
99
+ description: string;
100
+ };
101
+ enableThinking: {
102
+ type: "switch";
103
+ description: string;
104
+ };
105
+ thinkingBudget: {
106
+ type: "number";
107
+ valueHint: string;
108
+ description: string;
109
+ };
110
+ }>;
14
111
  //#endregion
15
112
  //#region src/commands/omni/chat.d.ts
16
- declare const _default$57: _$bailian_cli_core0.Command;
113
+ declare const _default$57: _$bailian_cli_core0.Command<{
114
+ message: {
115
+ type: "array";
116
+ valueHint: string;
117
+ description: string;
118
+ };
119
+ model: {
120
+ type: "string";
121
+ valueHint: string;
122
+ description: string;
123
+ };
124
+ system: {
125
+ type: "string";
126
+ valueHint: string;
127
+ description: string;
128
+ };
129
+ image: {
130
+ type: "array";
131
+ valueHint: string;
132
+ description: string;
133
+ };
134
+ audio: {
135
+ type: "array";
136
+ valueHint: string;
137
+ description: string;
138
+ };
139
+ video: {
140
+ type: "array";
141
+ valueHint: string;
142
+ description: string;
143
+ };
144
+ voice: {
145
+ type: "string";
146
+ valueHint: string;
147
+ description: string;
148
+ };
149
+ listVoices: {
150
+ type: "switch";
151
+ description: string;
152
+ };
153
+ audioFormat: {
154
+ type: "string";
155
+ valueHint: string;
156
+ description: string;
157
+ };
158
+ audioOut: {
159
+ type: "string";
160
+ valueHint: string;
161
+ description: string;
162
+ };
163
+ textOnly: {
164
+ type: "switch";
165
+ description: string;
166
+ };
167
+ maxTokens: {
168
+ type: "number";
169
+ valueHint: string;
170
+ description: string;
171
+ };
172
+ temperature: {
173
+ type: "number";
174
+ valueHint: string;
175
+ description: string;
176
+ };
177
+ }>;
17
178
  //#endregion
18
179
  //#region src/commands/image/generate.d.ts
19
- declare const _default$33: _$bailian_cli_core0.Command;
180
+ declare const _default$33: _$bailian_cli_core0.Command<{
181
+ concurrent: {
182
+ type: "number";
183
+ valueHint: string;
184
+ description: string;
185
+ };
186
+ async: {
187
+ type: "switch";
188
+ description: string;
189
+ };
190
+ prompt: {
191
+ type: "string";
192
+ valueHint: string;
193
+ description: string;
194
+ required: true;
195
+ };
196
+ model: {
197
+ type: "string";
198
+ valueHint: string;
199
+ description: string;
200
+ };
201
+ size: {
202
+ type: "string";
203
+ valueHint: string;
204
+ description: string;
205
+ };
206
+ n: {
207
+ type: "number";
208
+ valueHint: string;
209
+ description: string;
210
+ };
211
+ seed: {
212
+ type: "number";
213
+ valueHint: string;
214
+ description: string;
215
+ };
216
+ negativePrompt: {
217
+ type: "string";
218
+ valueHint: string;
219
+ description: string;
220
+ };
221
+ promptExtend: {
222
+ type: "boolean";
223
+ valueHint: string;
224
+ description: string;
225
+ };
226
+ watermark: {
227
+ type: "boolean";
228
+ valueHint: string;
229
+ description: string;
230
+ };
231
+ outDir: {
232
+ type: "string";
233
+ valueHint: string;
234
+ description: string;
235
+ };
236
+ outPrefix: {
237
+ type: "string";
238
+ valueHint: string;
239
+ description: string;
240
+ };
241
+ pollInterval: {
242
+ type: "number";
243
+ valueHint: string;
244
+ description: string;
245
+ };
246
+ }>;
20
247
  //#endregion
21
248
  //#region src/commands/image/edit.d.ts
22
- declare const _default$32: _$bailian_cli_core0.Command;
249
+ declare const _default$32: _$bailian_cli_core0.Command<{
250
+ concurrent: {
251
+ type: "number";
252
+ valueHint: string;
253
+ description: string;
254
+ };
255
+ async: {
256
+ type: "switch";
257
+ description: string;
258
+ };
259
+ image: {
260
+ type: "array";
261
+ valueHint: string;
262
+ description: string;
263
+ required: true;
264
+ };
265
+ prompt: {
266
+ type: "string";
267
+ valueHint: string;
268
+ description: string;
269
+ required: true;
270
+ };
271
+ model: {
272
+ type: "string";
273
+ valueHint: string;
274
+ description: string;
275
+ };
276
+ size: {
277
+ type: "string";
278
+ valueHint: string;
279
+ description: string;
280
+ };
281
+ n: {
282
+ type: "number";
283
+ valueHint: string;
284
+ description: string;
285
+ };
286
+ seed: {
287
+ type: "number";
288
+ valueHint: string;
289
+ description: string;
290
+ };
291
+ negativePrompt: {
292
+ type: "string";
293
+ valueHint: string;
294
+ description: string;
295
+ };
296
+ promptExtend: {
297
+ type: "boolean";
298
+ valueHint: string;
299
+ description: string;
300
+ };
301
+ watermark: {
302
+ type: "boolean";
303
+ valueHint: string;
304
+ description: string;
305
+ };
306
+ outDir: {
307
+ type: "string";
308
+ valueHint: string;
309
+ description: string;
310
+ };
311
+ outPrefix: {
312
+ type: "string";
313
+ valueHint: string;
314
+ description: string;
315
+ };
316
+ pollInterval: {
317
+ type: "number";
318
+ valueHint: string;
319
+ description: string;
320
+ };
321
+ }>;
23
322
  //#endregion
24
323
  //#region src/commands/video/generate.d.ts
25
- declare const _default$68: _$bailian_cli_core0.Command;
324
+ declare const _default$68: _$bailian_cli_core0.Command<{
325
+ concurrent: {
326
+ type: "number";
327
+ valueHint: string;
328
+ description: string;
329
+ };
330
+ async: {
331
+ type: "switch";
332
+ description: string;
333
+ };
334
+ model: {
335
+ type: "string";
336
+ valueHint: string;
337
+ description: string;
338
+ };
339
+ prompt: {
340
+ type: "string";
341
+ valueHint: string;
342
+ description: string;
343
+ required: true;
344
+ };
345
+ image: {
346
+ type: "string";
347
+ valueHint: string;
348
+ description: string;
349
+ };
350
+ negativePrompt: {
351
+ type: "string";
352
+ valueHint: string;
353
+ description: string;
354
+ };
355
+ resolution: {
356
+ type: "string";
357
+ valueHint: string;
358
+ description: string;
359
+ };
360
+ ratio: {
361
+ type: "string";
362
+ valueHint: string;
363
+ description: string;
364
+ };
365
+ duration: {
366
+ type: "number";
367
+ valueHint: string;
368
+ description: string;
369
+ };
370
+ promptExtend: {
371
+ type: "boolean";
372
+ valueHint: string;
373
+ description: string;
374
+ };
375
+ watermark: {
376
+ type: "boolean";
377
+ valueHint: string;
378
+ description: string;
379
+ };
380
+ seed: {
381
+ type: "number";
382
+ valueHint: string;
383
+ description: string;
384
+ };
385
+ download: {
386
+ type: "string";
387
+ valueHint: string;
388
+ description: string;
389
+ };
390
+ pollInterval: {
391
+ type: "number";
392
+ valueHint: string;
393
+ description: string;
394
+ };
395
+ }>;
26
396
  //#endregion
27
397
  //#region src/commands/video/edit.d.ts
28
- declare const _default$67: _$bailian_cli_core0.Command;
398
+ declare const _default$67: _$bailian_cli_core0.Command<{
399
+ concurrent: {
400
+ type: "number";
401
+ valueHint: string;
402
+ description: string;
403
+ };
404
+ async: {
405
+ type: "switch";
406
+ description: string;
407
+ };
408
+ model: {
409
+ type: "string";
410
+ valueHint: string;
411
+ description: string;
412
+ };
413
+ video: {
414
+ type: "string";
415
+ valueHint: string;
416
+ description: string;
417
+ required: true;
418
+ };
419
+ prompt: {
420
+ type: "string";
421
+ valueHint: string;
422
+ description: string;
423
+ };
424
+ refImage: {
425
+ type: "string";
426
+ valueHint: string;
427
+ description: string;
428
+ };
429
+ negativePrompt: {
430
+ type: "string";
431
+ valueHint: string;
432
+ description: string;
433
+ };
434
+ resolution: {
435
+ type: "string";
436
+ valueHint: string;
437
+ description: string;
438
+ };
439
+ ratio: {
440
+ type: "string";
441
+ valueHint: string;
442
+ description: string;
443
+ };
444
+ duration: {
445
+ type: "number";
446
+ valueHint: string;
447
+ description: string;
448
+ };
449
+ audioSetting: {
450
+ type: "string";
451
+ valueHint: string;
452
+ description: string;
453
+ choices: readonly ["auto", "origin"];
454
+ };
455
+ promptExtend: {
456
+ type: "boolean";
457
+ valueHint: string;
458
+ description: string;
459
+ };
460
+ watermark: {
461
+ type: "boolean";
462
+ valueHint: string;
463
+ description: string;
464
+ };
465
+ seed: {
466
+ type: "number";
467
+ valueHint: string;
468
+ description: string;
469
+ };
470
+ download: {
471
+ type: "string";
472
+ valueHint: string;
473
+ description: string;
474
+ };
475
+ pollInterval: {
476
+ type: "number";
477
+ valueHint: string;
478
+ description: string;
479
+ };
480
+ }>;
29
481
  //#endregion
30
482
  //#region src/commands/video/ref.d.ts
31
- declare const _default$69: _$bailian_cli_core0.Command;
483
+ declare const _default$69: _$bailian_cli_core0.Command<{
484
+ concurrent: {
485
+ type: "number";
486
+ valueHint: string;
487
+ description: string;
488
+ };
489
+ async: {
490
+ type: "switch";
491
+ description: string;
492
+ };
493
+ model: {
494
+ type: "string";
495
+ valueHint: string;
496
+ description: string;
497
+ };
498
+ prompt: {
499
+ type: "string";
500
+ valueHint: string;
501
+ description: string;
502
+ required: true;
503
+ };
504
+ image: {
505
+ type: "array";
506
+ valueHint: string;
507
+ description: string;
508
+ };
509
+ refVideo: {
510
+ type: "array";
511
+ valueHint: string;
512
+ description: string;
513
+ };
514
+ imageVoice: {
515
+ type: "array";
516
+ valueHint: string;
517
+ description: string;
518
+ };
519
+ videoVoice: {
520
+ type: "array";
521
+ valueHint: string;
522
+ description: string;
523
+ };
524
+ resolution: {
525
+ type: "string";
526
+ valueHint: string;
527
+ description: string;
528
+ };
529
+ ratio: {
530
+ type: "string";
531
+ valueHint: string;
532
+ description: string;
533
+ };
534
+ duration: {
535
+ type: "number";
536
+ valueHint: string;
537
+ description: string;
538
+ };
539
+ promptExtend: {
540
+ type: "boolean";
541
+ valueHint: string;
542
+ description: string;
543
+ };
544
+ watermark: {
545
+ type: "boolean";
546
+ valueHint: string;
547
+ description: string;
548
+ };
549
+ seed: {
550
+ type: "number";
551
+ valueHint: string;
552
+ description: string;
553
+ };
554
+ download: {
555
+ type: "string";
556
+ valueHint: string;
557
+ description: string;
558
+ };
559
+ pollInterval: {
560
+ type: "number";
561
+ valueHint: string;
562
+ description: string;
563
+ };
564
+ }>;
32
565
  //#endregion
33
566
  //#region src/commands/video/task-get.d.ts
34
- declare const _default$70: _$bailian_cli_core0.Command;
567
+ declare const _default$70: _$bailian_cli_core0.Command<{
568
+ taskId: {
569
+ type: "string";
570
+ valueHint: string;
571
+ description: string;
572
+ required: true;
573
+ };
574
+ }>;
35
575
  //#endregion
36
576
  //#region src/commands/video/download.d.ts
37
- declare const _default$66: _$bailian_cli_core0.Command;
577
+ declare const _default$66: _$bailian_cli_core0.Command<{
578
+ taskId: {
579
+ type: "string";
580
+ valueHint: string;
581
+ description: string;
582
+ required: true;
583
+ };
584
+ out: {
585
+ type: "string";
586
+ valueHint: string;
587
+ description: string;
588
+ required: true;
589
+ };
590
+ }>;
38
591
  //#endregion
39
592
  //#region src/commands/vision/describe.d.ts
40
- declare const _default$71: _$bailian_cli_core0.Command;
593
+ declare const _default$71: _$bailian_cli_core0.Command<{
594
+ image: {
595
+ type: "string";
596
+ valueHint: string;
597
+ description: string;
598
+ };
599
+ video: {
600
+ type: "array";
601
+ valueHint: string;
602
+ description: string;
603
+ };
604
+ prompt: {
605
+ type: "string";
606
+ valueHint: string;
607
+ description: string;
608
+ };
609
+ model: {
610
+ type: "string";
611
+ valueHint: string;
612
+ description: string;
613
+ };
614
+ }>;
41
615
  //#endregion
42
616
  //#region src/commands/config/show.d.ts
43
- declare const _default$7: _$bailian_cli_core0.Command;
617
+ declare const _default$7: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
44
618
  //#endregion
45
619
  //#region src/commands/config/set.d.ts
46
- declare const _default$6: _$bailian_cli_core0.Command;
620
+ declare const _default$6: _$bailian_cli_core0.Command<{
621
+ key: {
622
+ type: "string";
623
+ valueHint: string;
624
+ description: string;
625
+ required: true;
626
+ };
627
+ value: {
628
+ type: "string";
629
+ valueHint: string;
630
+ description: string;
631
+ required: true;
632
+ };
633
+ }>;
47
634
  //#endregion
48
635
  //#region src/commands/update.d.ts
49
- declare const _default$62: _$bailian_cli_core0.Command;
636
+ declare const _default$62: _$bailian_cli_core0.Command<_$bailian_cli_core0.FlagsDef>;
50
637
  //#endregion
51
638
  //#region src/commands/app/call.d.ts
52
- declare const _default$1: _$bailian_cli_core0.Command;
639
+ declare const _default$1: _$bailian_cli_core0.Command<{
640
+ appId: {
641
+ type: "string";
642
+ valueHint: string;
643
+ description: string;
644
+ required: true;
645
+ };
646
+ prompt: {
647
+ type: "string";
648
+ valueHint: string;
649
+ description: string;
650
+ required: true;
651
+ };
652
+ image: {
653
+ type: "array";
654
+ valueHint: string;
655
+ description: string;
656
+ };
657
+ fileId: {
658
+ type: "array";
659
+ valueHint: string;
660
+ description: string;
661
+ };
662
+ sessionId: {
663
+ type: "string";
664
+ valueHint: string;
665
+ description: string;
666
+ };
667
+ stream: {
668
+ type: "switch";
669
+ description: string;
670
+ };
671
+ pipelineIds: {
672
+ type: "string";
673
+ valueHint: string;
674
+ description: string;
675
+ };
676
+ memoryId: {
677
+ type: "string";
678
+ valueHint: string;
679
+ description: string;
680
+ };
681
+ bizParams: {
682
+ type: "string";
683
+ valueHint: string;
684
+ description: string;
685
+ };
686
+ hasThoughts: {
687
+ type: "switch";
688
+ description: string;
689
+ };
690
+ }>;
53
691
  //#endregion
54
692
  //#region src/commands/app/list.d.ts
55
- declare const _default$2: _$bailian_cli_core0.Command;
693
+ declare const _default$2: _$bailian_cli_core0.Command<{
694
+ name: {
695
+ type: "string";
696
+ valueHint: string;
697
+ description: string;
698
+ };
699
+ page: {
700
+ type: "number";
701
+ valueHint: string;
702
+ description: string;
703
+ };
704
+ pageSize: {
705
+ type: "number";
706
+ valueHint: string;
707
+ description: string;
708
+ };
709
+ }>;
56
710
  //#endregion
57
711
  //#region src/commands/memory/add.d.ts
58
- declare const _default$40: _$bailian_cli_core0.Command;
712
+ declare const _default$40: _$bailian_cli_core0.Command<{
713
+ userId: {
714
+ type: "string";
715
+ valueHint: string;
716
+ description: string;
717
+ required: true;
718
+ };
719
+ messages: {
720
+ type: "string";
721
+ valueHint: string;
722
+ description: string;
723
+ };
724
+ content: {
725
+ type: "string";
726
+ valueHint: string;
727
+ description: string;
728
+ };
729
+ profileSchema: {
730
+ type: "string";
731
+ valueHint: string;
732
+ description: string;
733
+ };
734
+ memoryLibraryId: {
735
+ type: "string";
736
+ valueHint: string;
737
+ description: string;
738
+ };
739
+ }>;
59
740
  //#endregion
60
741
  //#region src/commands/memory/search.d.ts
61
- declare const _default$45: _$bailian_cli_core0.Command;
742
+ declare const _default$45: _$bailian_cli_core0.Command<{
743
+ userId: {
744
+ type: "string";
745
+ valueHint: string;
746
+ description: string;
747
+ required: true;
748
+ };
749
+ query: {
750
+ type: "string";
751
+ valueHint: string;
752
+ description: string;
753
+ };
754
+ messages: {
755
+ type: "string";
756
+ valueHint: string;
757
+ description: string;
758
+ };
759
+ topK: {
760
+ type: "number";
761
+ valueHint: string;
762
+ description: string;
763
+ };
764
+ memoryLibraryId: {
765
+ type: "string";
766
+ valueHint: string;
767
+ description: string;
768
+ };
769
+ }>;
62
770
  //#endregion
63
771
  //#region src/commands/memory/list.d.ts
64
- declare const _default$42: _$bailian_cli_core0.Command;
772
+ declare const _default$42: _$bailian_cli_core0.Command<{
773
+ userId: {
774
+ type: "string";
775
+ valueHint: string;
776
+ description: string;
777
+ required: true;
778
+ };
779
+ pageSize: {
780
+ type: "number";
781
+ valueHint: string;
782
+ description: string;
783
+ };
784
+ page: {
785
+ type: "number";
786
+ valueHint: string;
787
+ description: string;
788
+ };
789
+ memoryLibraryId: {
790
+ type: "string";
791
+ valueHint: string;
792
+ description: string;
793
+ };
794
+ }>;
65
795
  //#endregion
66
796
  //#region src/commands/memory/update.d.ts
67
- declare const _default$46: _$bailian_cli_core0.Command;
797
+ declare const _default$46: _$bailian_cli_core0.Command<{
798
+ nodeId: {
799
+ type: "string";
800
+ valueHint: string;
801
+ description: string;
802
+ required: true;
803
+ };
804
+ userId: {
805
+ type: "string";
806
+ valueHint: string;
807
+ description: string;
808
+ required: true;
809
+ };
810
+ content: {
811
+ type: "string";
812
+ valueHint: string;
813
+ description: string;
814
+ required: true;
815
+ };
816
+ memoryLibraryId: {
817
+ type: "string";
818
+ valueHint: string;
819
+ description: string;
820
+ };
821
+ }>;
68
822
  //#endregion
69
823
  //#region src/commands/memory/delete.d.ts
70
- declare const _default$41: _$bailian_cli_core0.Command;
824
+ declare const _default$41: _$bailian_cli_core0.Command<{
825
+ nodeId: {
826
+ type: "string";
827
+ valueHint: string;
828
+ description: string;
829
+ required: true;
830
+ };
831
+ userId: {
832
+ type: "string";
833
+ valueHint: string;
834
+ description: string;
835
+ required: true;
836
+ };
837
+ memoryLibraryId: {
838
+ type: "string";
839
+ valueHint: string;
840
+ description: string;
841
+ };
842
+ }>;
71
843
  //#endregion
72
844
  //#region src/commands/memory/profile-create.d.ts
73
- declare const _default$43: _$bailian_cli_core0.Command;
845
+ declare const _default$43: _$bailian_cli_core0.Command<{
846
+ name: {
847
+ type: "string";
848
+ valueHint: string;
849
+ description: string;
850
+ required: true;
851
+ };
852
+ description: {
853
+ type: "string";
854
+ valueHint: string;
855
+ description: string;
856
+ };
857
+ attributes: {
858
+ type: "string";
859
+ valueHint: string;
860
+ description: string;
861
+ required: true;
862
+ };
863
+ }>;
74
864
  //#endregion
75
865
  //#region src/commands/memory/profile-get.d.ts
76
- declare const _default$44: _$bailian_cli_core0.Command;
866
+ declare const _default$44: _$bailian_cli_core0.Command<{
867
+ schemaId: {
868
+ type: "string";
869
+ valueHint: string;
870
+ description: string;
871
+ required: true;
872
+ };
873
+ userId: {
874
+ type: "string";
875
+ valueHint: string;
876
+ description: string;
877
+ required: true;
878
+ };
879
+ }>;
77
880
  //#endregion
78
881
  //#region src/commands/knowledge/retrieve.d.ts
79
- declare const _default$35: _$bailian_cli_core0.Command;
882
+ declare const _default$35: _$bailian_cli_core0.Command<{
883
+ indexId: {
884
+ type: "string";
885
+ valueHint: string;
886
+ description: string;
887
+ required: true;
888
+ };
889
+ query: {
890
+ type: "string";
891
+ valueHint: string;
892
+ description: string;
893
+ required: true;
894
+ };
895
+ denseSimilarityTopK: {
896
+ type: "number";
897
+ valueHint: string;
898
+ description: string;
899
+ };
900
+ sparseSimilarityTopK: {
901
+ type: "number";
902
+ valueHint: string;
903
+ description: string;
904
+ };
905
+ rerank: {
906
+ type: "switch";
907
+ description: string;
908
+ };
909
+ rerankTopN: {
910
+ type: "number";
911
+ valueHint: string;
912
+ description: string;
913
+ };
914
+ rerankModel: {
915
+ type: "string";
916
+ valueHint: string;
917
+ description: string;
918
+ };
919
+ rerankMode: {
920
+ type: "string";
921
+ valueHint: string;
922
+ description: string;
923
+ };
924
+ rerankInstruct: {
925
+ type: "string";
926
+ valueHint: string;
927
+ description: string;
928
+ };
929
+ topK: {
930
+ type: "number";
931
+ valueHint: string;
932
+ description: string;
933
+ };
934
+ }>;
80
935
  //#endregion
81
936
  //#region src/commands/knowledge/search.d.ts
82
- declare const _default$36: _$bailian_cli_core0.Command;
937
+ declare const _default$36: _$bailian_cli_core0.Command<{
938
+ query: {
939
+ type: "string";
940
+ valueHint: string;
941
+ description: string;
942
+ required: true;
943
+ };
944
+ agentId: {
945
+ type: "string";
946
+ valueHint: string;
947
+ description: string;
948
+ required: true;
949
+ };
950
+ workspaceId: {
951
+ type: "string";
952
+ valueHint: string;
953
+ description: string;
954
+ };
955
+ image: {
956
+ type: "array";
957
+ valueHint: string;
958
+ description: string;
959
+ };
960
+ queryHistory: {
961
+ type: "string";
962
+ valueHint: string;
963
+ description: string;
964
+ };
965
+ }>;
83
966
  //#endregion
84
967
  //#region src/commands/knowledge/chat.d.ts
85
- declare const _default$34: _$bailian_cli_core0.Command;
968
+ declare const _default$34: _$bailian_cli_core0.Command<{
969
+ message: {
970
+ type: "array";
971
+ valueHint: string;
972
+ description: string;
973
+ };
974
+ agentId: {
975
+ type: "string";
976
+ valueHint: string;
977
+ description: string;
978
+ required: true;
979
+ };
980
+ workspaceId: {
981
+ type: "string";
982
+ valueHint: string;
983
+ description: string;
984
+ };
985
+ image: {
986
+ type: "array";
987
+ valueHint: string;
988
+ description: string;
989
+ };
990
+ }>;
86
991
  //#endregion
87
992
  //#region src/commands/mcp/call.d.ts
88
- declare const _default$37: _$bailian_cli_core0.Command;
993
+ declare const _default$37: _$bailian_cli_core0.Command<{
994
+ target: {
995
+ type: "string";
996
+ valueHint: string;
997
+ description: string;
998
+ required: true;
999
+ };
1000
+ arg: {
1001
+ type: "array";
1002
+ valueHint: string;
1003
+ description: string;
1004
+ };
1005
+ json: {
1006
+ type: "string";
1007
+ valueHint: string;
1008
+ description: string;
1009
+ };
1010
+ query: {
1011
+ type: "string";
1012
+ valueHint: string;
1013
+ description: string;
1014
+ };
1015
+ url: {
1016
+ type: "string";
1017
+ valueHint: string;
1018
+ description: string;
1019
+ };
1020
+ }>;
89
1021
  //#endregion
90
1022
  //#region src/commands/mcp/list.d.ts
91
- declare const _default$38: _$bailian_cli_core0.Command;
1023
+ declare const _default$38: _$bailian_cli_core0.Command<{
1024
+ name: {
1025
+ type: "string";
1026
+ valueHint: string;
1027
+ description: string;
1028
+ };
1029
+ type: {
1030
+ type: "string";
1031
+ valueHint: string;
1032
+ description: string;
1033
+ };
1034
+ page: {
1035
+ type: "number";
1036
+ valueHint: string;
1037
+ description: string;
1038
+ };
1039
+ pageSize: {
1040
+ type: "number";
1041
+ valueHint: string;
1042
+ description: string;
1043
+ };
1044
+ }>;
92
1045
  //#endregion
93
1046
  //#region src/commands/mcp/tools.d.ts
94
- declare const _default$39: _$bailian_cli_core0.Command;
1047
+ declare const _default$39: _$bailian_cli_core0.Command<{
1048
+ server: {
1049
+ type: "string";
1050
+ valueHint: string;
1051
+ description: string;
1052
+ required: true;
1053
+ };
1054
+ url: {
1055
+ type: "string";
1056
+ valueHint: string;
1057
+ description: string;
1058
+ };
1059
+ }>;
95
1060
  //#endregion
96
1061
  //#region src/commands/search/web.d.ts
97
- declare const _default$53: _$bailian_cli_core0.Command;
1062
+ declare const _default$53: _$bailian_cli_core0.Command<{
1063
+ query: {
1064
+ type: "string";
1065
+ valueHint: string;
1066
+ description: string;
1067
+ };
1068
+ count: {
1069
+ type: "number";
1070
+ valueHint: string;
1071
+ description: string;
1072
+ };
1073
+ listTools: {
1074
+ type: "switch";
1075
+ description: string;
1076
+ };
1077
+ }>;
98
1078
  //#endregion
99
1079
  //#region src/commands/speech/synthesize.d.ts
100
- declare const _default$55: _$bailian_cli_core0.Command;
1080
+ declare const _default$55: _$bailian_cli_core0.Command<{
1081
+ concurrent: {
1082
+ type: "number";
1083
+ valueHint: string;
1084
+ description: string;
1085
+ };
1086
+ text: {
1087
+ type: "string";
1088
+ valueHint: string;
1089
+ description: string;
1090
+ };
1091
+ textFile: {
1092
+ type: "string";
1093
+ valueHint: string;
1094
+ description: string;
1095
+ };
1096
+ model: {
1097
+ type: "string";
1098
+ valueHint: string;
1099
+ description: string;
1100
+ };
1101
+ voice: {
1102
+ type: "string";
1103
+ valueHint: string;
1104
+ description: string;
1105
+ };
1106
+ listVoices: {
1107
+ type: "switch";
1108
+ description: string;
1109
+ };
1110
+ format: {
1111
+ type: "string";
1112
+ valueHint: string;
1113
+ description: string;
1114
+ choices: readonly ["mp3", "pcm", "wav", "opus"];
1115
+ };
1116
+ sampleRate: {
1117
+ type: "string";
1118
+ valueHint: string;
1119
+ description: string;
1120
+ };
1121
+ volume: {
1122
+ type: "string";
1123
+ valueHint: string;
1124
+ description: string;
1125
+ };
1126
+ rate: {
1127
+ type: "string";
1128
+ valueHint: string;
1129
+ description: string;
1130
+ };
1131
+ pitch: {
1132
+ type: "string";
1133
+ valueHint: string;
1134
+ description: string;
1135
+ };
1136
+ seed: {
1137
+ type: "string";
1138
+ valueHint: string;
1139
+ description: string;
1140
+ };
1141
+ language: {
1142
+ type: "string";
1143
+ valueHint: string;
1144
+ description: string;
1145
+ };
1146
+ instruction: {
1147
+ type: "string";
1148
+ valueHint: string;
1149
+ description: string;
1150
+ };
1151
+ enableSsml: {
1152
+ type: "switch";
1153
+ description: string;
1154
+ };
1155
+ out: {
1156
+ type: "string";
1157
+ valueHint: string;
1158
+ description: string;
1159
+ };
1160
+ stream: {
1161
+ type: "switch";
1162
+ description: string;
1163
+ };
1164
+ }>;
101
1165
  //#endregion
102
1166
  //#region src/commands/speech/recognize.d.ts
103
- declare const _default$54: _$bailian_cli_core0.Command;
1167
+ declare const _default$54: _$bailian_cli_core0.Command<{
1168
+ async: {
1169
+ type: "switch";
1170
+ description: string;
1171
+ };
1172
+ url: {
1173
+ type: "array";
1174
+ valueHint: string;
1175
+ description: string;
1176
+ required: true;
1177
+ };
1178
+ model: {
1179
+ type: "string";
1180
+ valueHint: string;
1181
+ description: string;
1182
+ };
1183
+ language: {
1184
+ type: "string";
1185
+ valueHint: string;
1186
+ description: string;
1187
+ };
1188
+ diarization: {
1189
+ type: "switch";
1190
+ description: string;
1191
+ };
1192
+ speakerCount: {
1193
+ type: "number";
1194
+ valueHint: string;
1195
+ description: string;
1196
+ };
1197
+ vocabularyId: {
1198
+ type: "string";
1199
+ valueHint: string;
1200
+ description: string;
1201
+ };
1202
+ channelId: {
1203
+ type: "number";
1204
+ valueHint: string;
1205
+ description: string;
1206
+ };
1207
+ out: {
1208
+ type: "string";
1209
+ valueHint: string;
1210
+ description: string;
1211
+ };
1212
+ pollInterval: {
1213
+ type: "number";
1214
+ valueHint: string;
1215
+ description: string;
1216
+ };
1217
+ }>;
104
1218
  //#endregion
105
1219
  //#region src/commands/file/upload.d.ts
106
- declare const _default$21: _$bailian_cli_core0.Command;
1220
+ declare const _default$21: _$bailian_cli_core0.Command<{
1221
+ file: {
1222
+ type: "string";
1223
+ valueHint: string;
1224
+ description: string;
1225
+ required: true;
1226
+ };
1227
+ model: {
1228
+ type: "string";
1229
+ valueHint: string;
1230
+ description: string;
1231
+ required: true;
1232
+ };
1233
+ }>;
107
1234
  //#endregion
108
1235
  //#region src/commands/console/call.d.ts
109
- declare const _default$8: _$bailian_cli_core0.Command;
1236
+ declare const _default$8: _$bailian_cli_core0.Command<{
1237
+ api: {
1238
+ type: "string";
1239
+ valueHint: string;
1240
+ description: string;
1241
+ required: true;
1242
+ };
1243
+ data: {
1244
+ type: "string";
1245
+ valueHint: string;
1246
+ description: string;
1247
+ required: true;
1248
+ };
1249
+ }>;
110
1250
  //#endregion
111
1251
  //#region src/commands/usage/free.d.ts
112
- declare const _default$63: _$bailian_cli_core0.Command;
1252
+ declare const _default$63: _$bailian_cli_core0.Command<{
1253
+ model: {
1254
+ type: "string";
1255
+ valueHint: string;
1256
+ description: string;
1257
+ };
1258
+ expiring: {
1259
+ type: "string";
1260
+ valueHint: string;
1261
+ description: string;
1262
+ };
1263
+ sort: {
1264
+ type: "string";
1265
+ valueHint: string;
1266
+ description: string;
1267
+ choices: readonly ["remaining", "expires"];
1268
+ };
1269
+ }>;
113
1270
  //#endregion
114
1271
  //#region src/commands/usage/freetier.d.ts
115
- declare const _default$64: _$bailian_cli_core0.Command;
1272
+ declare const _default$64: _$bailian_cli_core0.Command<{
1273
+ model: {
1274
+ type: "string";
1275
+ valueHint: string;
1276
+ description: string;
1277
+ };
1278
+ all: {
1279
+ type: "switch";
1280
+ description: string;
1281
+ };
1282
+ on: {
1283
+ type: "switch";
1284
+ description: string;
1285
+ };
1286
+ off: {
1287
+ type: "switch";
1288
+ description: string;
1289
+ };
1290
+ }>;
116
1291
  //#endregion
117
1292
  //#region src/commands/usage/stats.d.ts
118
- declare const _default$65: _$bailian_cli_core0.Command;
1293
+ declare const _default$65: _$bailian_cli_core0.Command<{
1294
+ model: {
1295
+ type: "string";
1296
+ valueHint: string;
1297
+ description: string;
1298
+ };
1299
+ days: {
1300
+ type: "string";
1301
+ valueHint: string;
1302
+ description: string;
1303
+ };
1304
+ type: {
1305
+ type: "string";
1306
+ valueHint: string;
1307
+ description: string;
1308
+ };
1309
+ }>;
119
1310
  //#endregion
120
1311
  //#region src/commands/pipeline/run.d.ts
121
- declare const _default$47: _$bailian_cli_core0.Command;
1312
+ declare const _default$47: _$bailian_cli_core0.Command<{
1313
+ file: {
1314
+ type: "string";
1315
+ valueHint: string;
1316
+ description: string;
1317
+ required: true;
1318
+ };
1319
+ input: {
1320
+ type: "string";
1321
+ valueHint: string;
1322
+ description: string;
1323
+ };
1324
+ inputFile: {
1325
+ type: "string";
1326
+ valueHint: string;
1327
+ description: string;
1328
+ };
1329
+ concurrency: {
1330
+ type: "number";
1331
+ valueHint: string;
1332
+ description: string;
1333
+ };
1334
+ events: {
1335
+ type: "string";
1336
+ valueHint: string;
1337
+ description: string;
1338
+ choices: readonly ["jsonl"];
1339
+ };
1340
+ stepTimeout: {
1341
+ type: "number";
1342
+ valueHint: string;
1343
+ description: string;
1344
+ };
1345
+ }>;
122
1346
  //#endregion
123
1347
  //#region src/commands/pipeline/validate.d.ts
124
- declare const _default$48: _$bailian_cli_core0.Command;
1348
+ declare const _default$48: _$bailian_cli_core0.Command<{
1349
+ file: {
1350
+ type: "string";
1351
+ valueHint: string;
1352
+ description: string;
1353
+ required: true;
1354
+ };
1355
+ }>;
125
1356
  //#endregion
126
1357
  //#region src/commands/advisor/recommend.d.ts
127
- declare const _default: _$bailian_cli_core0.Command;
1358
+ declare const _default: _$bailian_cli_core0.Command<{
1359
+ message: {
1360
+ type: "string";
1361
+ valueHint: string;
1362
+ description: string;
1363
+ required: true;
1364
+ };
1365
+ }>;
128
1366
  //#endregion
129
1367
  //#region src/commands/workspace/list.d.ts
130
- declare const _default$72: _$bailian_cli_core0.Command;
1368
+ declare const _default$72: _$bailian_cli_core0.Command<{
1369
+ list: {
1370
+ type: "string";
1371
+ valueHint: string;
1372
+ description: string;
1373
+ };
1374
+ }>;
131
1375
  //#endregion
132
1376
  //#region src/commands/quota/list.d.ts
133
- declare const _default$51: _$bailian_cli_core0.Command;
1377
+ declare const _default$51: _$bailian_cli_core0.Command<{
1378
+ model: {
1379
+ type: "string";
1380
+ valueHint: string;
1381
+ description: string;
1382
+ };
1383
+ all: {
1384
+ type: "switch";
1385
+ description: string;
1386
+ };
1387
+ }>;
134
1388
  //#endregion
135
1389
  //#region src/commands/quota/request.d.ts
136
- declare const _default$52: _$bailian_cli_core0.Command;
1390
+ declare const _default$52: _$bailian_cli_core0.Command<{
1391
+ model: {
1392
+ type: "string";
1393
+ valueHint: string;
1394
+ description: string;
1395
+ required: true;
1396
+ };
1397
+ tpm: {
1398
+ type: "string";
1399
+ valueHint: string;
1400
+ description: string;
1401
+ required: true;
1402
+ };
1403
+ }>;
137
1404
  //#endregion
138
1405
  //#region src/commands/quota/history.d.ts
139
- declare const _default$50: _$bailian_cli_core0.Command;
1406
+ declare const _default$50: _$bailian_cli_core0.Command<{
1407
+ page: {
1408
+ type: "string";
1409
+ valueHint: string;
1410
+ description: string;
1411
+ };
1412
+ pageSize: {
1413
+ type: "string";
1414
+ valueHint: string;
1415
+ description: string;
1416
+ };
1417
+ model: {
1418
+ type: "string";
1419
+ valueHint: string;
1420
+ description: string;
1421
+ };
1422
+ }>;
140
1423
  //#endregion
141
1424
  //#region src/commands/quota/check.d.ts
142
- declare const _default$49: _$bailian_cli_core0.Command;
1425
+ declare const _default$49: _$bailian_cli_core0.Command<{
1426
+ model: {
1427
+ type: "string";
1428
+ valueHint: string;
1429
+ description: string;
1430
+ };
1431
+ period: {
1432
+ type: "string";
1433
+ valueHint: string;
1434
+ description: string;
1435
+ };
1436
+ }>;
143
1437
  //#endregion
144
1438
  //#region src/commands/dataset/upload.d.ts
145
- declare const _default$12: _$bailian_cli_core0.Command;
1439
+ declare const _default$12: _$bailian_cli_core0.Command<{
1440
+ file: {
1441
+ type: "string";
1442
+ valueHint: string;
1443
+ description: string;
1444
+ required: true;
1445
+ };
1446
+ purpose: {
1447
+ type: "string";
1448
+ valueHint: string;
1449
+ description: string;
1450
+ };
1451
+ schema: {
1452
+ type: "string";
1453
+ valueHint: string;
1454
+ description: string;
1455
+ };
1456
+ noValidate: {
1457
+ type: "switch";
1458
+ description: string;
1459
+ };
1460
+ fullValidate: {
1461
+ type: "switch";
1462
+ description: string;
1463
+ };
1464
+ }>;
146
1465
  //#endregion
147
1466
  //#region src/commands/dataset/list.d.ts
148
- declare const _default$11: _$bailian_cli_core0.Command;
1467
+ declare const _default$11: _$bailian_cli_core0.Command<{
1468
+ page: {
1469
+ type: "number";
1470
+ valueHint: string;
1471
+ description: string;
1472
+ };
1473
+ pageSize: {
1474
+ type: "number";
1475
+ valueHint: string;
1476
+ description: string;
1477
+ };
1478
+ purpose: {
1479
+ type: "string";
1480
+ valueHint: string;
1481
+ description: string;
1482
+ };
1483
+ }>;
149
1484
  //#endregion
150
1485
  //#region src/commands/dataset/get.d.ts
151
- declare const _default$10: _$bailian_cli_core0.Command;
1486
+ declare const _default$10: _$bailian_cli_core0.Command<{
1487
+ fileId: {
1488
+ type: "string";
1489
+ valueHint: string;
1490
+ description: string;
1491
+ required: true;
1492
+ };
1493
+ }>;
152
1494
  //#endregion
153
1495
  //#region src/commands/dataset/delete.d.ts
154
- declare const _default$9: _$bailian_cli_core0.Command;
1496
+ declare const _default$9: _$bailian_cli_core0.Command<{
1497
+ fileId: {
1498
+ type: "string";
1499
+ valueHint: string;
1500
+ description: string;
1501
+ required: true;
1502
+ };
1503
+ }>;
155
1504
  //#endregion
156
1505
  //#region src/commands/dataset/validate.d.ts
157
- declare const _default$13: _$bailian_cli_core0.Command;
1506
+ declare const _default$13: _$bailian_cli_core0.Command<{
1507
+ file: {
1508
+ type: "string";
1509
+ valueHint: string;
1510
+ description: string;
1511
+ required: true;
1512
+ };
1513
+ fullValidate: {
1514
+ type: "switch";
1515
+ description: string;
1516
+ };
1517
+ schema: {
1518
+ type: "string";
1519
+ valueHint: string;
1520
+ description: string;
1521
+ };
1522
+ }>;
158
1523
  //#endregion
159
1524
  //#region src/commands/finetune/create.d.ts
160
- declare const _default$25: _$bailian_cli_core0.Command;
1525
+ declare const _default$25: _$bailian_cli_core0.Command<{
1526
+ model: {
1527
+ type: "string";
1528
+ valueHint: string;
1529
+ description: string;
1530
+ required: true;
1531
+ };
1532
+ datasets: {
1533
+ type: "string";
1534
+ valueHint: string;
1535
+ description: string;
1536
+ required: true;
1537
+ };
1538
+ validations: {
1539
+ type: "string";
1540
+ valueHint: string;
1541
+ description: string;
1542
+ };
1543
+ modelName: {
1544
+ type: "string";
1545
+ valueHint: string;
1546
+ description: string;
1547
+ };
1548
+ suffix: {
1549
+ type: "string";
1550
+ valueHint: string;
1551
+ description: string;
1552
+ };
1553
+ trainingType: {
1554
+ type: "string";
1555
+ valueHint: string;
1556
+ description: string;
1557
+ };
1558
+ nEpochs: {
1559
+ type: "number";
1560
+ valueHint: string;
1561
+ description: string;
1562
+ };
1563
+ batchSize: {
1564
+ type: "number";
1565
+ valueHint: string;
1566
+ description: string;
1567
+ };
1568
+ learningRate: {
1569
+ type: "string";
1570
+ valueHint: string;
1571
+ description: string;
1572
+ };
1573
+ maxLength: {
1574
+ type: "number";
1575
+ valueHint: string;
1576
+ description: string;
1577
+ };
1578
+ }>;
161
1579
  //#endregion
162
1580
  //#region src/commands/finetune/list.d.ts
163
- declare const _default$29: _$bailian_cli_core0.Command;
1581
+ declare const _default$29: _$bailian_cli_core0.Command<{
1582
+ page: {
1583
+ type: "number";
1584
+ valueHint: string;
1585
+ description: string;
1586
+ };
1587
+ pageSize: {
1588
+ type: "number";
1589
+ valueHint: string;
1590
+ description: string;
1591
+ };
1592
+ status: {
1593
+ type: "string";
1594
+ valueHint: string;
1595
+ description: string;
1596
+ };
1597
+ }>;
164
1598
  //#endregion
165
1599
  //#region src/commands/finetune/get.d.ts
166
- declare const _default$28: _$bailian_cli_core0.Command;
1600
+ declare const _default$28: _$bailian_cli_core0.Command<{
1601
+ jobId: {
1602
+ type: "string";
1603
+ valueHint: string;
1604
+ description: string;
1605
+ required: true;
1606
+ };
1607
+ }>;
167
1608
  //#endregion
168
1609
  //#region src/commands/finetune/cancel.d.ts
169
- declare const _default$22: _$bailian_cli_core0.Command;
1610
+ declare const _default$22: _$bailian_cli_core0.Command<{
1611
+ jobId: {
1612
+ type: "string";
1613
+ valueHint: string;
1614
+ description: string;
1615
+ required: true;
1616
+ };
1617
+ }>;
170
1618
  //#endregion
171
1619
  //#region src/commands/finetune/delete.d.ts
172
- declare const _default$26: _$bailian_cli_core0.Command;
1620
+ declare const _default$26: _$bailian_cli_core0.Command<{
1621
+ jobId: {
1622
+ type: "string";
1623
+ valueHint: string;
1624
+ description: string;
1625
+ required: true;
1626
+ };
1627
+ }>;
173
1628
  //#endregion
174
1629
  //#region src/commands/finetune/logs.d.ts
175
- declare const _default$30: _$bailian_cli_core0.Command;
1630
+ declare const _default$30: _$bailian_cli_core0.Command<{
1631
+ jobId: {
1632
+ type: "string";
1633
+ valueHint: string;
1634
+ description: string;
1635
+ required: true;
1636
+ };
1637
+ page: {
1638
+ type: "number";
1639
+ valueHint: string;
1640
+ description: string;
1641
+ };
1642
+ pageSize: {
1643
+ type: "number";
1644
+ valueHint: string;
1645
+ description: string;
1646
+ };
1647
+ search: {
1648
+ type: "string";
1649
+ valueHint: string;
1650
+ description: string;
1651
+ };
1652
+ tail: {
1653
+ type: "number";
1654
+ valueHint: string;
1655
+ description: string;
1656
+ };
1657
+ }>;
176
1658
  //#endregion
177
1659
  //#region src/commands/finetune/checkpoints.d.ts
178
- declare const _default$24: _$bailian_cli_core0.Command;
1660
+ declare const _default$24: _$bailian_cli_core0.Command<{
1661
+ jobId: {
1662
+ type: "string";
1663
+ valueHint: string;
1664
+ description: string;
1665
+ required: true;
1666
+ };
1667
+ }>;
179
1668
  //#endregion
180
1669
  //#region src/commands/finetune/export.d.ts
181
- declare const _default$27: _$bailian_cli_core0.Command;
1670
+ declare const _default$27: _$bailian_cli_core0.Command<{
1671
+ jobId: {
1672
+ type: "string";
1673
+ valueHint: string;
1674
+ description: string;
1675
+ required: true;
1676
+ };
1677
+ checkpoint: {
1678
+ type: "string";
1679
+ valueHint: string;
1680
+ description: string;
1681
+ required: true;
1682
+ };
1683
+ modelName: {
1684
+ type: "string";
1685
+ valueHint: string;
1686
+ description: string;
1687
+ required: true;
1688
+ };
1689
+ }>;
182
1690
  //#endregion
183
1691
  //#region src/commands/finetune/watch.d.ts
184
- declare const _default$31: _$bailian_cli_core0.Command;
1692
+ declare const _default$31: _$bailian_cli_core0.Command<{
1693
+ jobId: {
1694
+ type: "string";
1695
+ valueHint: string;
1696
+ description: string;
1697
+ required: true;
1698
+ };
1699
+ follow: {
1700
+ type: "switch";
1701
+ description: string;
1702
+ };
1703
+ interval: {
1704
+ type: "number";
1705
+ valueHint: string;
1706
+ description: string;
1707
+ };
1708
+ pollTimeout: {
1709
+ type: "number";
1710
+ valueHint: string;
1711
+ description: string;
1712
+ };
1713
+ }>;
185
1714
  //#endregion
186
1715
  //#region src/commands/finetune/capability.d.ts
187
- declare const _default$23: _$bailian_cli_core0.Command;
1716
+ declare const _default$23: _$bailian_cli_core0.Command<{
1717
+ model: {
1718
+ type: "string";
1719
+ valueHint: string;
1720
+ description: string;
1721
+ };
1722
+ trainingType: {
1723
+ type: "string";
1724
+ valueHint: string;
1725
+ description: string;
1726
+ };
1727
+ }>;
188
1728
  //#endregion
189
1729
  //#region src/commands/deploy/create.d.ts
190
1730
  /**
191
1731
  * `bl deploy create` — create a model deployment.
192
1732
  *
193
- * Plan-specific behaviour (required flags / body assembly / confirm rows /
194
- * auto-pick) lives in `plans.ts` (`PlanStrategy` + `STRATEGIES`). This file
195
- * only handles the shared envelope: argument parsing, dispatch, dry-run,
196
- * confirmation prompt, and result formatting. Adding a new plan = one entry
197
- * in the strategy table; nothing here changes.
1733
+ * Plan-specific behaviour (required flags / body assembly / auto-pick) lives
1734
+ * in `plans.ts` (`PlanStrategy` + `STRATEGIES`). This file only handles the
1735
+ * shared envelope: flag validation, dispatch, dry-run, and result
1736
+ * formatting. Adding a new plan = one entry in the strategy table;
1737
+ * nothing here changes.
198
1738
  *
199
1739
  * `--model` (model identifier) and `--name` (console display name) are required.
200
1740
  */
201
- declare const _default$14: _$bailian_cli_core0.Command;
1741
+ declare const _default$14: _$bailian_cli_core0.Command<{
1742
+ model: {
1743
+ type: "string";
1744
+ valueHint: string;
1745
+ description: string;
1746
+ required: true;
1747
+ };
1748
+ name: {
1749
+ type: "string";
1750
+ valueHint: string;
1751
+ description: string;
1752
+ required: true;
1753
+ };
1754
+ plan: {
1755
+ type: "string";
1756
+ valueHint: string;
1757
+ description: string;
1758
+ };
1759
+ templateId: {
1760
+ type: "string";
1761
+ valueHint: string;
1762
+ description: string;
1763
+ };
1764
+ capacity: {
1765
+ type: "number";
1766
+ valueHint: string;
1767
+ description: string;
1768
+ };
1769
+ billingMethod: {
1770
+ type: "string";
1771
+ valueHint: string;
1772
+ description: string;
1773
+ };
1774
+ inputTpm: {
1775
+ type: "number";
1776
+ valueHint: string;
1777
+ description: string;
1778
+ };
1779
+ outputTpm: {
1780
+ type: "number";
1781
+ valueHint: string;
1782
+ description: string;
1783
+ };
1784
+ thinkingOutputTpm: {
1785
+ type: "number";
1786
+ valueHint: string;
1787
+ description: string;
1788
+ };
1789
+ }>;
202
1790
  //#endregion
203
1791
  //#region src/commands/deploy/list.d.ts
204
- declare const _default$17: _$bailian_cli_core0.Command;
1792
+ declare const _default$17: _$bailian_cli_core0.Command<{
1793
+ page: {
1794
+ type: "number";
1795
+ valueHint: string;
1796
+ description: string;
1797
+ };
1798
+ pageSize: {
1799
+ type: "number";
1800
+ valueHint: string;
1801
+ description: string;
1802
+ };
1803
+ status: {
1804
+ type: "string";
1805
+ valueHint: string;
1806
+ description: string;
1807
+ };
1808
+ }>;
205
1809
  //#endregion
206
1810
  //#region src/commands/deploy/get.d.ts
207
- declare const _default$16: _$bailian_cli_core0.Command;
1811
+ declare const _default$16: _$bailian_cli_core0.Command<{
1812
+ deployedModel: {
1813
+ type: "string";
1814
+ valueHint: string;
1815
+ description: string;
1816
+ required: true;
1817
+ };
1818
+ }>;
208
1819
  //#endregion
209
1820
  //#region src/commands/deploy/models.d.ts
210
- declare const _default$18: _$bailian_cli_core0.Command;
1821
+ declare const _default$18: _$bailian_cli_core0.Command<{
1822
+ page: {
1823
+ type: "number";
1824
+ valueHint: string;
1825
+ description: string;
1826
+ };
1827
+ pageSize: {
1828
+ type: "number";
1829
+ valueHint: string;
1830
+ description: string;
1831
+ };
1832
+ catalogVersion: {
1833
+ type: "string";
1834
+ valueHint: string;
1835
+ description: string;
1836
+ };
1837
+ source: {
1838
+ type: "string";
1839
+ valueHint: string;
1840
+ description: string;
1841
+ };
1842
+ }>;
211
1843
  //#endregion
212
1844
  //#region src/commands/deploy/scale.d.ts
213
1845
  /**
@@ -216,7 +1848,29 @@ declare const _default$18: _$bailian_cli_core0.Command;
216
1848
  * Server-side capacity constraint: positive integer, < 1000, must be an
217
1849
  * integer multiple of `base_capacity` (visible via `bl deploy get`).
218
1850
  */
219
- declare const _default$19: _$bailian_cli_core0.Command;
1851
+ declare const _default$19: _$bailian_cli_core0.Command<{
1852
+ deployedModel: {
1853
+ type: "string";
1854
+ valueHint: string;
1855
+ description: string;
1856
+ required: true;
1857
+ };
1858
+ capacity: {
1859
+ type: "number";
1860
+ valueHint: string;
1861
+ description: string;
1862
+ };
1863
+ inputTpm: {
1864
+ type: "number";
1865
+ valueHint: string;
1866
+ description: string;
1867
+ };
1868
+ outputTpm: {
1869
+ type: "number";
1870
+ valueHint: string;
1871
+ description: string;
1872
+ };
1873
+ }>;
220
1874
  //#endregion
221
1875
  //#region src/commands/deploy/update.d.ts
222
1876
  /**
@@ -225,7 +1879,24 @@ declare const _default$19: _$bailian_cli_core0.Command;
225
1879
  * PUT /api/v1/deployments/{deployed_model}
226
1880
  * Body: at least one of `rpm_limit` (requests/min) or `tpm_limit` (tokens/min).
227
1881
  */
228
- declare const _default$20: _$bailian_cli_core0.Command;
1882
+ declare const _default$20: _$bailian_cli_core0.Command<{
1883
+ deployedModel: {
1884
+ type: "string";
1885
+ valueHint: string;
1886
+ description: string;
1887
+ required: true;
1888
+ };
1889
+ rpmLimit: {
1890
+ type: "number";
1891
+ valueHint: string;
1892
+ description: string;
1893
+ };
1894
+ tpmLimit: {
1895
+ type: "number";
1896
+ valueHint: string;
1897
+ description: string;
1898
+ };
1899
+ }>;
229
1900
  //#endregion
230
1901
  //#region src/commands/deploy/delete.d.ts
231
1902
  /**
@@ -235,18 +1906,167 @@ declare const _default$20: _$bailian_cli_core0.Command;
235
1906
  * clear local hint for RUNNING / PENDING deployments before issuing the
236
1907
  * DELETE call.
237
1908
  */
238
- declare const _default$15: _$bailian_cli_core0.Command;
1909
+ declare const _default$15: _$bailian_cli_core0.Command<{
1910
+ deployedModel: {
1911
+ type: "string";
1912
+ valueHint: string;
1913
+ description: string;
1914
+ required: true;
1915
+ };
1916
+ skipPrecheck: {
1917
+ type: "switch";
1918
+ description: string;
1919
+ };
1920
+ }>;
239
1921
  //#endregion
240
1922
  //#region src/commands/token-plan/list-seats.d.ts
241
- declare const _default$61: _$bailian_cli_core0.Command;
1923
+ declare const _default$61: _$bailian_cli_core0.Command<{
1924
+ callerUacAccountId: {
1925
+ type: "string";
1926
+ valueHint: string;
1927
+ description: string;
1928
+ };
1929
+ namespaceId: {
1930
+ type: "string";
1931
+ valueHint: string;
1932
+ description: string;
1933
+ };
1934
+ pageNo: {
1935
+ type: "number";
1936
+ valueHint: string;
1937
+ description: string;
1938
+ };
1939
+ pageSize: {
1940
+ type: "number";
1941
+ valueHint: string;
1942
+ description: string;
1943
+ };
1944
+ status: {
1945
+ type: "array";
1946
+ valueHint: string;
1947
+ description: string;
1948
+ };
1949
+ statusListStr: {
1950
+ type: "string";
1951
+ valueHint: string;
1952
+ description: string;
1953
+ };
1954
+ seatId: {
1955
+ type: "string";
1956
+ valueHint: string;
1957
+ description: string;
1958
+ };
1959
+ seatType: {
1960
+ type: "string";
1961
+ valueHint: string;
1962
+ description: string;
1963
+ };
1964
+ queryAssigned: {
1965
+ type: "string";
1966
+ valueHint: string;
1967
+ description: string;
1968
+ };
1969
+ }>;
242
1970
  //#endregion
243
1971
  //#region src/commands/token-plan/create-key.d.ts
244
- declare const _default$60: _$bailian_cli_core0.Command;
1972
+ declare const _default$60: _$bailian_cli_core0.Command<{
1973
+ callerUacAccountId: {
1974
+ type: "string";
1975
+ valueHint: string;
1976
+ description: string;
1977
+ };
1978
+ namespaceId: {
1979
+ type: "string";
1980
+ valueHint: string;
1981
+ description: string;
1982
+ };
1983
+ workspaceId: {
1984
+ type: "string";
1985
+ valueHint: string;
1986
+ description: string;
1987
+ };
1988
+ accountId: {
1989
+ type: "string";
1990
+ valueHint: string;
1991
+ description: string;
1992
+ required: true;
1993
+ };
1994
+ description: {
1995
+ type: "string";
1996
+ valueHint: string;
1997
+ description: string;
1998
+ };
1999
+ }>;
245
2000
  //#endregion
246
2001
  //#region src/commands/token-plan/assign-seats.d.ts
247
- declare const _default$59: _$bailian_cli_core0.Command;
2002
+ declare const _default$59: _$bailian_cli_core0.Command<{
2003
+ callerUacAccountId: {
2004
+ type: "string";
2005
+ valueHint: string;
2006
+ description: string;
2007
+ };
2008
+ namespaceId: {
2009
+ type: "string";
2010
+ valueHint: string;
2011
+ description: string;
2012
+ };
2013
+ workspaceId: {
2014
+ type: "string";
2015
+ valueHint: string;
2016
+ description: string;
2017
+ };
2018
+ seatType: {
2019
+ type: "string";
2020
+ valueHint: string;
2021
+ description: string;
2022
+ required: true;
2023
+ };
2024
+ accountId: {
2025
+ type: "array";
2026
+ valueHint: string;
2027
+ description: string;
2028
+ };
2029
+ locale: {
2030
+ type: "string";
2031
+ valueHint: string;
2032
+ description: string;
2033
+ };
2034
+ }>;
248
2035
  //#endregion
249
2036
  //#region src/commands/token-plan/add-member.d.ts
250
- declare const _default$58: _$bailian_cli_core0.Command;
2037
+ declare const _default$58: _$bailian_cli_core0.Command<{
2038
+ callerUacAccountId: {
2039
+ type: "string";
2040
+ valueHint: string;
2041
+ description: string;
2042
+ };
2043
+ namespaceId: {
2044
+ type: "string";
2045
+ valueHint: string;
2046
+ description: string;
2047
+ };
2048
+ accountName: {
2049
+ type: "string";
2050
+ valueHint: string;
2051
+ description: string;
2052
+ required: true;
2053
+ };
2054
+ orgId: {
2055
+ type: "string";
2056
+ valueHint: string;
2057
+ description: string;
2058
+ required: true;
2059
+ };
2060
+ orgRoleCode: {
2061
+ type: "string";
2062
+ valueHint: string;
2063
+ description: string;
2064
+ };
2065
+ specType: {
2066
+ type: "string";
2067
+ valueHint: string;
2068
+ description: string;
2069
+ };
2070
+ }>;
251
2071
  //#endregion
252
2072
  export { _default as advisorRecommend, _default$1 as appCall, _default$2 as appList, _default$3 as authLogin, _default$4 as authLogout, _default$5 as authStatus, _default$6 as configSet, _default$7 as configShow, _default$8 as consoleCall, _default$9 as datasetDelete, _default$10 as datasetGet, _default$11 as datasetList, _default$12 as datasetUpload, _default$13 as datasetValidate, _default$14 as deployCreate, _default$15 as deployDelete, _default$16 as deployGet, _default$17 as deployList, _default$18 as deployModels, _default$19 as deployScale, _default$20 as deployUpdate, _default$21 as fileUpload, _default$22 as finetuneCancel, _default$23 as finetuneCapability, _default$24 as finetuneCheckpoints, _default$25 as finetuneCreate, _default$26 as finetuneDelete, _default$27 as finetuneExport, _default$28 as finetuneGet, _default$29 as finetuneList, _default$30 as finetuneLogs, _default$31 as finetuneWatch, _default$32 as imageEdit, _default$33 as imageGenerate, _default$34 as knowledgeChat, _default$35 as knowledgeRetrieve, _default$36 as knowledgeSearch, _default$37 as mcpCall, _default$38 as mcpList, _default$39 as mcpTools, _default$40 as memoryAdd, _default$41 as memoryDelete, _default$42 as memoryList, _default$43 as memoryProfileCreate, _default$44 as memoryProfileGet, _default$45 as memorySearch, _default$46 as memoryUpdate, _default$47 as pipelineRun, _default$48 as pipelineValidate, _default$49 as quotaCheck, _default$50 as quotaHistory, _default$51 as quotaList, _default$52 as quotaRequest, _default$53 as searchWeb, _default$54 as speechRecognize, _default$55 as speechSynthesize, _default$56 as textChat, _default$57 as textOmni, _default$58 as tokenPlanAddMember, _default$59 as tokenPlanAssignSeats, _default$60 as tokenPlanCreateKey, _default$61 as tokenPlanListSeats, _default$62 as update, _default$63 as usageFree, _default$64 as usageFreetier, _default$65 as usageStats, _default$66 as videoDownload, _default$67 as videoEdit, _default$68 as videoGenerate, _default$69 as videoRef, _default$70 as videoTaskGet, _default$71 as visionDescribe, _default$72 as workspaceList };