@alicloud/aimiaobi20230801 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/client.d.ts CHANGED
@@ -8541,6 +8541,150 @@ export declare class RunAbbreviationContentResponse extends $tea.Model {
8541
8541
  [key: string]: any;
8542
8542
  });
8543
8543
  }
8544
+ export declare class RunBookIntroductionRequest extends $tea.Model {
8545
+ /**
8546
+ * @remarks
8547
+ * This parameter is required.
8548
+ *
8549
+ * @example
8550
+ * 3YQRatoe8phnpIsIE6z7DTPknhG8Fj
8551
+ */
8552
+ docId?: string;
8553
+ /**
8554
+ * @remarks
8555
+ * This parameter is required.
8556
+ *
8557
+ * @example
8558
+ * 0f56f98a-f2d8-47ec-98e9-1cbdcffa9539
8559
+ */
8560
+ sessionId?: string;
8561
+ /**
8562
+ * @remarks
8563
+ * This parameter is required.
8564
+ *
8565
+ * @example
8566
+ * llm-vtmox6g2bhq2qv5c
8567
+ */
8568
+ workspaceId?: string;
8569
+ static names(): {
8570
+ [key: string]: string;
8571
+ };
8572
+ static types(): {
8573
+ [key: string]: any;
8574
+ };
8575
+ constructor(map?: {
8576
+ [key: string]: any;
8577
+ });
8578
+ }
8579
+ export declare class RunBookIntroductionResponseBody extends $tea.Model {
8580
+ header?: RunBookIntroductionResponseBodyHeader;
8581
+ payload?: RunBookIntroductionResponseBodyPayload;
8582
+ /**
8583
+ * @remarks
8584
+ * Id of the request
8585
+ *
8586
+ * @example
8587
+ * 3f7045e099474ba28ceca1b4eb6d6e21
8588
+ */
8589
+ requestId?: string;
8590
+ static names(): {
8591
+ [key: string]: string;
8592
+ };
8593
+ static types(): {
8594
+ [key: string]: any;
8595
+ };
8596
+ constructor(map?: {
8597
+ [key: string]: any;
8598
+ });
8599
+ }
8600
+ export declare class RunBookIntroductionResponse extends $tea.Model {
8601
+ headers?: {
8602
+ [key: string]: string;
8603
+ };
8604
+ statusCode?: number;
8605
+ body?: RunBookIntroductionResponseBody;
8606
+ static names(): {
8607
+ [key: string]: string;
8608
+ };
8609
+ static types(): {
8610
+ [key: string]: any;
8611
+ };
8612
+ constructor(map?: {
8613
+ [key: string]: any;
8614
+ });
8615
+ }
8616
+ export declare class RunBookSmartCardRequest extends $tea.Model {
8617
+ /**
8618
+ * @remarks
8619
+ * This parameter is required.
8620
+ *
8621
+ * @example
8622
+ * 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
8623
+ */
8624
+ docId?: string;
8625
+ /**
8626
+ * @remarks
8627
+ * This parameter is required.
8628
+ *
8629
+ * @example
8630
+ * 3f7045e099474ba28ceca1b4eb6d6e21
8631
+ */
8632
+ sessionId?: string;
8633
+ /**
8634
+ * @remarks
8635
+ * This parameter is required.
8636
+ *
8637
+ * @example
8638
+ * llm-xxx
8639
+ */
8640
+ workspaceId?: string;
8641
+ static names(): {
8642
+ [key: string]: string;
8643
+ };
8644
+ static types(): {
8645
+ [key: string]: any;
8646
+ };
8647
+ constructor(map?: {
8648
+ [key: string]: any;
8649
+ });
8650
+ }
8651
+ export declare class RunBookSmartCardResponseBody extends $tea.Model {
8652
+ header?: RunBookSmartCardResponseBodyHeader;
8653
+ payload?: RunBookSmartCardResponseBodyPayload;
8654
+ /**
8655
+ * @remarks
8656
+ * Id of the request
8657
+ *
8658
+ * @example
8659
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
8660
+ */
8661
+ requestId?: string;
8662
+ static names(): {
8663
+ [key: string]: string;
8664
+ };
8665
+ static types(): {
8666
+ [key: string]: any;
8667
+ };
8668
+ constructor(map?: {
8669
+ [key: string]: any;
8670
+ });
8671
+ }
8672
+ export declare class RunBookSmartCardResponse extends $tea.Model {
8673
+ headers?: {
8674
+ [key: string]: string;
8675
+ };
8676
+ statusCode?: number;
8677
+ body?: RunBookSmartCardResponseBody;
8678
+ static names(): {
8679
+ [key: string]: string;
8680
+ };
8681
+ static types(): {
8682
+ [key: string]: any;
8683
+ };
8684
+ constructor(map?: {
8685
+ [key: string]: any;
8686
+ });
8687
+ }
8544
8688
  export declare class RunContinueContentRequest extends $tea.Model {
8545
8689
  /**
8546
8690
  * @remarks
@@ -9050,6 +9194,78 @@ export declare class RunDocQaResponse extends $tea.Model {
9050
9194
  [key: string]: any;
9051
9195
  });
9052
9196
  }
9197
+ export declare class RunDocSmartCardRequest extends $tea.Model {
9198
+ /**
9199
+ * @remarks
9200
+ * This parameter is required.
9201
+ *
9202
+ * @example
9203
+ * 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
9204
+ */
9205
+ docId?: string;
9206
+ /**
9207
+ * @remarks
9208
+ * This parameter is required.
9209
+ *
9210
+ * @example
9211
+ * 3f7045e099474ba28ceca1b4eb6d6e21
9212
+ */
9213
+ sessionId?: string;
9214
+ /**
9215
+ * @remarks
9216
+ * This parameter is required.
9217
+ *
9218
+ * @example
9219
+ * llm-2setzb9x4ewsd
9220
+ */
9221
+ workspaceId?: string;
9222
+ static names(): {
9223
+ [key: string]: string;
9224
+ };
9225
+ static types(): {
9226
+ [key: string]: any;
9227
+ };
9228
+ constructor(map?: {
9229
+ [key: string]: any;
9230
+ });
9231
+ }
9232
+ export declare class RunDocSmartCardResponseBody extends $tea.Model {
9233
+ header?: RunDocSmartCardResponseBodyHeader;
9234
+ payload?: RunDocSmartCardResponseBodyPayload;
9235
+ /**
9236
+ * @remarks
9237
+ * Id of the request
9238
+ *
9239
+ * @example
9240
+ * 1813ceee-7fe5-41b4-87e5-982a4d18cca5
9241
+ */
9242
+ requestId?: string;
9243
+ static names(): {
9244
+ [key: string]: string;
9245
+ };
9246
+ static types(): {
9247
+ [key: string]: any;
9248
+ };
9249
+ constructor(map?: {
9250
+ [key: string]: any;
9251
+ });
9252
+ }
9253
+ export declare class RunDocSmartCardResponse extends $tea.Model {
9254
+ headers?: {
9255
+ [key: string]: string;
9256
+ };
9257
+ statusCode?: number;
9258
+ body?: RunDocSmartCardResponseBody;
9259
+ static names(): {
9260
+ [key: string]: string;
9261
+ };
9262
+ static types(): {
9263
+ [key: string]: any;
9264
+ };
9265
+ constructor(map?: {
9266
+ [key: string]: any;
9267
+ });
9268
+ }
9053
9269
  export declare class RunDocSummaryRequest extends $tea.Model {
9054
9270
  /**
9055
9271
  * @example
@@ -12376,7 +12592,113 @@ export declare class UpdateMaterialDocumentResponse extends $tea.Model {
12376
12592
  [key: string]: string;
12377
12593
  };
12378
12594
  statusCode?: number;
12379
- body?: UpdateMaterialDocumentResponseBody;
12595
+ body?: UpdateMaterialDocumentResponseBody;
12596
+ static names(): {
12597
+ [key: string]: string;
12598
+ };
12599
+ static types(): {
12600
+ [key: string]: any;
12601
+ };
12602
+ constructor(map?: {
12603
+ [key: string]: any;
12604
+ });
12605
+ }
12606
+ export declare class UploadBookRequest extends $tea.Model {
12607
+ categoryId?: string;
12608
+ /**
12609
+ * @remarks
12610
+ * This parameter is required.
12611
+ */
12612
+ docs?: UploadBookRequestDocs[];
12613
+ /**
12614
+ * @remarks
12615
+ * This parameter is required.
12616
+ *
12617
+ * @example
12618
+ * llm-ipe7d81yq4sl5jmk
12619
+ */
12620
+ workspaceId?: string;
12621
+ static names(): {
12622
+ [key: string]: string;
12623
+ };
12624
+ static types(): {
12625
+ [key: string]: any;
12626
+ };
12627
+ constructor(map?: {
12628
+ [key: string]: any;
12629
+ });
12630
+ }
12631
+ export declare class UploadBookShrinkRequest extends $tea.Model {
12632
+ categoryId?: string;
12633
+ /**
12634
+ * @remarks
12635
+ * This parameter is required.
12636
+ */
12637
+ docsShrink?: string;
12638
+ /**
12639
+ * @remarks
12640
+ * This parameter is required.
12641
+ *
12642
+ * @example
12643
+ * llm-ipe7d81yq4sl5jmk
12644
+ */
12645
+ workspaceId?: string;
12646
+ static names(): {
12647
+ [key: string]: string;
12648
+ };
12649
+ static types(): {
12650
+ [key: string]: any;
12651
+ };
12652
+ constructor(map?: {
12653
+ [key: string]: any;
12654
+ });
12655
+ }
12656
+ export declare class UploadBookResponseBody extends $tea.Model {
12657
+ /**
12658
+ * @example
12659
+ * successful
12660
+ */
12661
+ code?: string;
12662
+ data?: UploadBookResponseBodyData;
12663
+ /**
12664
+ * @example
12665
+ * 200
12666
+ */
12667
+ httpStatusCode?: number;
12668
+ /**
12669
+ * @example
12670
+ * success
12671
+ */
12672
+ message?: string;
12673
+ /**
12674
+ * @remarks
12675
+ * Id of the request
12676
+ *
12677
+ * @example
12678
+ * 3f7045e099474ba28ceca1b4eb6d6e21
12679
+ */
12680
+ requestId?: string;
12681
+ /**
12682
+ * @example
12683
+ * true
12684
+ */
12685
+ success?: boolean;
12686
+ static names(): {
12687
+ [key: string]: string;
12688
+ };
12689
+ static types(): {
12690
+ [key: string]: any;
12691
+ };
12692
+ constructor(map?: {
12693
+ [key: string]: any;
12694
+ });
12695
+ }
12696
+ export declare class UploadBookResponse extends $tea.Model {
12697
+ headers?: {
12698
+ [key: string]: string;
12699
+ };
12700
+ statusCode?: number;
12701
+ body?: UploadBookResponseBody;
12380
12702
  static names(): {
12381
12703
  [key: string]: string;
12382
12704
  };
@@ -17833,24 +18155,283 @@ export declare class ListWebReviewPointsResponseBodyDataViewPoints extends $tea.
17833
18155
  [key: string]: any;
17834
18156
  });
17835
18157
  }
17836
- export declare class ListWebReviewPointsResponseBodyData extends $tea.Model {
18158
+ export declare class ListWebReviewPointsResponseBodyData extends $tea.Model {
18159
+ /**
18160
+ * @example
18161
+ * 当前观点
18162
+ */
18163
+ attitude?: string;
18164
+ /**
18165
+ * @example
18166
+ * 观点类型
18167
+ */
18168
+ attitudeType?: string;
18169
+ comments?: ListWebReviewPointsResponseBodyDataComments[];
18170
+ /**
18171
+ * @example
18172
+ * 当前观点占比
18173
+ */
18174
+ ratio?: string;
18175
+ viewPoints?: ListWebReviewPointsResponseBodyDataViewPoints[];
18176
+ static names(): {
18177
+ [key: string]: string;
18178
+ };
18179
+ static types(): {
18180
+ [key: string]: any;
18181
+ };
18182
+ constructor(map?: {
18183
+ [key: string]: any;
18184
+ });
18185
+ }
18186
+ export declare class QueryAsyncTaskResponseBodyData extends $tea.Model {
18187
+ /**
18188
+ * @example
18189
+ * 2021-07-25 14:34:33
18190
+ */
18191
+ createTime?: string;
18192
+ /**
18193
+ * @example
18194
+ * 12121
18195
+ */
18196
+ createUser?: string;
18197
+ /**
18198
+ * @example
18199
+ * MaterialDocumentUpload
18200
+ */
18201
+ taskCode?: string;
18202
+ /**
18203
+ * @example
18204
+ * error
18205
+ */
18206
+ taskErrorMessage?: string;
18207
+ /**
18208
+ * @example
18209
+ * 3f7045e099474ba28ceca1b4eb6d6e21
18210
+ */
18211
+ taskId?: string;
18212
+ /**
18213
+ * @example
18214
+ * {}
18215
+ */
18216
+ taskIntermediateResult?: string;
18217
+ taskName?: string;
18218
+ /**
18219
+ * @example
18220
+ * {"fileKey":"oss://default/xxxx/xxxx/xxx","fileName":"xxxxx.doc"}
18221
+ */
18222
+ taskParam?: string;
18223
+ /**
18224
+ * @example
18225
+ * {}
18226
+ */
18227
+ taskProgressMessage?: string;
18228
+ /**
18229
+ * @example
18230
+ * {}
18231
+ */
18232
+ taskResult?: string;
18233
+ /**
18234
+ * @example
18235
+ * 3
18236
+ */
18237
+ taskRetryCount?: string;
18238
+ /**
18239
+ * @example
18240
+ * 1
18241
+ */
18242
+ taskStatus?: number;
18243
+ /**
18244
+ * @example
18245
+ * 2023-04-27 18:07:43
18246
+ */
18247
+ updateTime?: string;
18248
+ /**
18249
+ * @example
18250
+ * 12121
18251
+ */
18252
+ updateUser?: string;
18253
+ static names(): {
18254
+ [key: string]: string;
18255
+ };
18256
+ static types(): {
18257
+ [key: string]: any;
18258
+ };
18259
+ constructor(map?: {
18260
+ [key: string]: any;
18261
+ });
18262
+ }
18263
+ export declare class RunAbbreviationContentResponseBodyHeader extends $tea.Model {
18264
+ /**
18265
+ * @example
18266
+ * 403
18267
+ */
18268
+ errorCode?: string;
18269
+ /**
18270
+ * @example
18271
+ * Pop sign mismatch, please check.
18272
+ */
18273
+ errorMessage?: string;
18274
+ /**
18275
+ * @example
18276
+ * result-generated
18277
+ */
18278
+ event?: string;
18279
+ /**
18280
+ * @example
18281
+ * 模型生成事件
18282
+ */
18283
+ eventInfo?: string;
18284
+ /**
18285
+ * @example
18286
+ * 3cd10828-0e42-471c-8f1a-931cde20b035
18287
+ */
18288
+ sessionId?: string;
18289
+ /**
18290
+ * @example
18291
+ * d3be9981-ca2d-4e17-bf31-1c0a628e9f99
18292
+ */
18293
+ taskId?: string;
18294
+ /**
18295
+ * @example
18296
+ * 2150451a17191950923411783e2927
18297
+ */
18298
+ traceId?: string;
18299
+ static names(): {
18300
+ [key: string]: string;
18301
+ };
18302
+ static types(): {
18303
+ [key: string]: any;
18304
+ };
18305
+ constructor(map?: {
18306
+ [key: string]: any;
18307
+ });
18308
+ }
18309
+ export declare class RunAbbreviationContentResponseBodyPayloadOutput extends $tea.Model {
18310
+ /**
18311
+ * @example
18312
+ * 这是测试输出
18313
+ */
18314
+ text?: string;
18315
+ static names(): {
18316
+ [key: string]: string;
18317
+ };
18318
+ static types(): {
18319
+ [key: string]: any;
18320
+ };
18321
+ constructor(map?: {
18322
+ [key: string]: any;
18323
+ });
18324
+ }
18325
+ export declare class RunAbbreviationContentResponseBodyPayloadUsage extends $tea.Model {
18326
+ /**
18327
+ * @example
18328
+ * 100
18329
+ */
18330
+ inputTokens?: number;
18331
+ /**
18332
+ * @example
18333
+ * 100
18334
+ */
18335
+ outputTokens?: number;
18336
+ /**
18337
+ * @example
18338
+ * 200
18339
+ */
18340
+ totalTokens?: number;
18341
+ static names(): {
18342
+ [key: string]: string;
18343
+ };
18344
+ static types(): {
18345
+ [key: string]: any;
18346
+ };
18347
+ constructor(map?: {
18348
+ [key: string]: any;
18349
+ });
18350
+ }
18351
+ export declare class RunAbbreviationContentResponseBodyPayload extends $tea.Model {
18352
+ output?: RunAbbreviationContentResponseBodyPayloadOutput;
18353
+ usage?: RunAbbreviationContentResponseBodyPayloadUsage;
18354
+ static names(): {
18355
+ [key: string]: string;
18356
+ };
18357
+ static types(): {
18358
+ [key: string]: any;
18359
+ };
18360
+ constructor(map?: {
18361
+ [key: string]: any;
18362
+ });
18363
+ }
18364
+ export declare class RunBookIntroductionResponseBodyHeader extends $tea.Model {
18365
+ /**
18366
+ * @example
18367
+ * success
18368
+ */
18369
+ errorCode?: string;
18370
+ /**
18371
+ * @example
18372
+ * success
18373
+ */
18374
+ errorMessage?: string;
18375
+ /**
18376
+ * @example
18377
+ * finished
18378
+ */
18379
+ event?: string;
18380
+ eventInfo?: string;
18381
+ /**
18382
+ * @example
18383
+ * 411c4dfa-2168-4379-a902-675d67f453f8
18384
+ */
18385
+ sessionId?: string;
18386
+ /**
18387
+ * @example
18388
+ * d3be9981-ca2d-4e17-bf31-1c0a628e9f99
18389
+ */
18390
+ taskId?: string;
18391
+ /**
18392
+ * @example
18393
+ * 46e5c2b5-0877-4f09-bd91-ab0cf314e48b
18394
+ */
18395
+ traceId?: string;
18396
+ static names(): {
18397
+ [key: string]: string;
18398
+ };
18399
+ static types(): {
18400
+ [key: string]: any;
18401
+ };
18402
+ constructor(map?: {
18403
+ [key: string]: any;
18404
+ });
18405
+ }
18406
+ export declare class RunBookIntroductionResponseBodyPayloadOutput extends $tea.Model {
18407
+ keyPoint?: string;
18408
+ summary?: string;
18409
+ static names(): {
18410
+ [key: string]: string;
18411
+ };
18412
+ static types(): {
18413
+ [key: string]: any;
18414
+ };
18415
+ constructor(map?: {
18416
+ [key: string]: any;
18417
+ });
18418
+ }
18419
+ export declare class RunBookIntroductionResponseBodyPayloadUsage extends $tea.Model {
17837
18420
  /**
17838
18421
  * @example
17839
- * 当前观点
18422
+ * 100
17840
18423
  */
17841
- attitude?: string;
18424
+ inputTokens?: number;
17842
18425
  /**
17843
18426
  * @example
17844
- * 观点类型
18427
+ * 100
17845
18428
  */
17846
- attitudeType?: string;
17847
- comments?: ListWebReviewPointsResponseBodyDataComments[];
18429
+ outputTokens?: number;
17848
18430
  /**
17849
18431
  * @example
17850
- * 当前观点占比
18432
+ * 200
17851
18433
  */
17852
- ratio?: string;
17853
- viewPoints?: ListWebReviewPointsResponseBodyDataViewPoints[];
18434
+ totalTokens?: number;
17854
18435
  static names(): {
17855
18436
  [key: string]: string;
17856
18437
  };
@@ -17861,73 +18442,9 @@ export declare class ListWebReviewPointsResponseBodyData extends $tea.Model {
17861
18442
  [key: string]: any;
17862
18443
  });
17863
18444
  }
17864
- export declare class QueryAsyncTaskResponseBodyData extends $tea.Model {
17865
- /**
17866
- * @example
17867
- * 2021-07-25 14:34:33
17868
- */
17869
- createTime?: string;
17870
- /**
17871
- * @example
17872
- * 12121
17873
- */
17874
- createUser?: string;
17875
- /**
17876
- * @example
17877
- * MaterialDocumentUpload
17878
- */
17879
- taskCode?: string;
17880
- /**
17881
- * @example
17882
- * error
17883
- */
17884
- taskErrorMessage?: string;
17885
- /**
17886
- * @example
17887
- * 3f7045e099474ba28ceca1b4eb6d6e21
17888
- */
17889
- taskId?: string;
17890
- /**
17891
- * @example
17892
- * {}
17893
- */
17894
- taskIntermediateResult?: string;
17895
- taskName?: string;
17896
- /**
17897
- * @example
17898
- * {"fileKey":"oss://default/xxxx/xxxx/xxx","fileName":"xxxxx.doc"}
17899
- */
17900
- taskParam?: string;
17901
- /**
17902
- * @example
17903
- * {}
17904
- */
17905
- taskProgressMessage?: string;
17906
- /**
17907
- * @example
17908
- * {}
17909
- */
17910
- taskResult?: string;
17911
- /**
17912
- * @example
17913
- * 3
17914
- */
17915
- taskRetryCount?: string;
17916
- /**
17917
- * @example
17918
- * 1
17919
- */
17920
- taskStatus?: number;
17921
- /**
17922
- * @example
17923
- * 2023-04-27 18:07:43
17924
- */
17925
- updateTime?: string;
17926
- /**
17927
- * @example
17928
- * 12121
17929
- */
17930
- updateUser?: string;
18445
+ export declare class RunBookIntroductionResponseBodyPayload extends $tea.Model {
18446
+ output?: RunBookIntroductionResponseBodyPayloadOutput;
18447
+ usage?: RunBookIntroductionResponseBodyPayloadUsage;
17931
18448
  static names(): {
17932
18449
  [key: string]: string;
17933
18450
  };
@@ -17938,40 +18455,36 @@ export declare class QueryAsyncTaskResponseBodyData extends $tea.Model {
17938
18455
  [key: string]: any;
17939
18456
  });
17940
18457
  }
17941
- export declare class RunAbbreviationContentResponseBodyHeader extends $tea.Model {
18458
+ export declare class RunBookSmartCardResponseBodyHeader extends $tea.Model {
17942
18459
  /**
17943
18460
  * @example
17944
- * 403
18461
+ * success
17945
18462
  */
17946
18463
  errorCode?: string;
17947
18464
  /**
17948
18465
  * @example
17949
- * Pop sign mismatch, please check.
18466
+ * success
17950
18467
  */
17951
18468
  errorMessage?: string;
17952
18469
  /**
17953
18470
  * @example
17954
- * result-generated
18471
+ * finished
17955
18472
  */
17956
18473
  event?: string;
17957
- /**
17958
- * @example
17959
- * 模型生成事件
17960
- */
17961
18474
  eventInfo?: string;
17962
18475
  /**
17963
18476
  * @example
17964
- * 3cd10828-0e42-471c-8f1a-931cde20b035
18477
+ * 3f7045e099474ba28ceca1b4eb6d6e21
17965
18478
  */
17966
18479
  sessionId?: string;
17967
18480
  /**
17968
18481
  * @example
17969
- * d3be9981-ca2d-4e17-bf31-1c0a628e9f99
18482
+ * 3f7045e099474ba28ceca1b4eb6d6e21
17970
18483
  */
17971
18484
  taskId?: string;
17972
18485
  /**
17973
18486
  * @example
17974
- * 2150451a17191950923411783e2927
18487
+ * 1a0e898717105546647125853d4f54
17975
18488
  */
17976
18489
  traceId?: string;
17977
18490
  static names(): {
@@ -17984,12 +18497,9 @@ export declare class RunAbbreviationContentResponseBodyHeader extends $tea.Model
17984
18497
  [key: string]: any;
17985
18498
  });
17986
18499
  }
17987
- export declare class RunAbbreviationContentResponseBodyPayloadOutput extends $tea.Model {
17988
- /**
17989
- * @example
17990
- * 这是测试输出
17991
- */
17992
- text?: string;
18500
+ export declare class RunBookSmartCardResponseBodyPayloadOutput extends $tea.Model {
18501
+ content?: string;
18502
+ tags?: string[];
17993
18503
  static names(): {
17994
18504
  [key: string]: string;
17995
18505
  };
@@ -18000,10 +18510,10 @@ export declare class RunAbbreviationContentResponseBodyPayloadOutput extends $te
18000
18510
  [key: string]: any;
18001
18511
  });
18002
18512
  }
18003
- export declare class RunAbbreviationContentResponseBodyPayloadUsage extends $tea.Model {
18513
+ export declare class RunBookSmartCardResponseBodyPayloadUsage extends $tea.Model {
18004
18514
  /**
18005
18515
  * @example
18006
- * 100
18516
+ * 1
18007
18517
  */
18008
18518
  inputTokens?: number;
18009
18519
  /**
@@ -18013,7 +18523,7 @@ export declare class RunAbbreviationContentResponseBodyPayloadUsage extends $tea
18013
18523
  outputTokens?: number;
18014
18524
  /**
18015
18525
  * @example
18016
- * 200
18526
+ * 101
18017
18527
  */
18018
18528
  totalTokens?: number;
18019
18529
  static names(): {
@@ -18026,9 +18536,9 @@ export declare class RunAbbreviationContentResponseBodyPayloadUsage extends $tea
18026
18536
  [key: string]: any;
18027
18537
  });
18028
18538
  }
18029
- export declare class RunAbbreviationContentResponseBodyPayload extends $tea.Model {
18030
- output?: RunAbbreviationContentResponseBodyPayloadOutput;
18031
- usage?: RunAbbreviationContentResponseBodyPayloadUsage;
18539
+ export declare class RunBookSmartCardResponseBodyPayload extends $tea.Model {
18540
+ output?: RunBookSmartCardResponseBodyPayloadOutput;
18541
+ usage?: RunBookSmartCardResponseBodyPayloadUsage;
18032
18542
  static names(): {
18033
18543
  [key: string]: string;
18034
18544
  };
@@ -18906,6 +19416,100 @@ export declare class RunDocQaResponseBodyPayload extends $tea.Model {
18906
19416
  [key: string]: any;
18907
19417
  });
18908
19418
  }
19419
+ export declare class RunDocSmartCardResponseBodyHeader extends $tea.Model {
19420
+ /**
19421
+ * @example
19422
+ * success
19423
+ */
19424
+ errorCode?: string;
19425
+ /**
19426
+ * @example
19427
+ * success
19428
+ */
19429
+ errorMessage?: string;
19430
+ /**
19431
+ * @example
19432
+ * finished
19433
+ */
19434
+ event?: string;
19435
+ eventInfo?: string;
19436
+ /**
19437
+ * @example
19438
+ * 07181f55-2311-48af-8048-132a77dee020
19439
+ */
19440
+ sessionId?: string;
19441
+ /**
19442
+ * @example
19443
+ * 8d55b429d7c6d321fcff54823e8d317b
19444
+ */
19445
+ taskId?: string;
19446
+ /**
19447
+ * @example
19448
+ * 0abb781c17337107444473701ed7c3
19449
+ */
19450
+ traceId?: string;
19451
+ static names(): {
19452
+ [key: string]: string;
19453
+ };
19454
+ static types(): {
19455
+ [key: string]: any;
19456
+ };
19457
+ constructor(map?: {
19458
+ [key: string]: any;
19459
+ });
19460
+ }
19461
+ export declare class RunDocSmartCardResponseBodyPayloadOutput extends $tea.Model {
19462
+ content?: string;
19463
+ tags?: string[];
19464
+ static names(): {
19465
+ [key: string]: string;
19466
+ };
19467
+ static types(): {
19468
+ [key: string]: any;
19469
+ };
19470
+ constructor(map?: {
19471
+ [key: string]: any;
19472
+ });
19473
+ }
19474
+ export declare class RunDocSmartCardResponseBodyPayloadUsage extends $tea.Model {
19475
+ /**
19476
+ * @example
19477
+ * 1
19478
+ */
19479
+ inputTokens?: number;
19480
+ /**
19481
+ * @example
19482
+ * 100
19483
+ */
19484
+ outputTokens?: number;
19485
+ /**
19486
+ * @example
19487
+ * 101
19488
+ */
19489
+ totalTokens?: number;
19490
+ static names(): {
19491
+ [key: string]: string;
19492
+ };
19493
+ static types(): {
19494
+ [key: string]: any;
19495
+ };
19496
+ constructor(map?: {
19497
+ [key: string]: any;
19498
+ });
19499
+ }
19500
+ export declare class RunDocSmartCardResponseBodyPayload extends $tea.Model {
19501
+ output?: RunDocSmartCardResponseBodyPayloadOutput;
19502
+ usage?: RunDocSmartCardResponseBodyPayloadUsage;
19503
+ static names(): {
19504
+ [key: string]: string;
19505
+ };
19506
+ static types(): {
19507
+ [key: string]: any;
19508
+ };
19509
+ constructor(map?: {
19510
+ [key: string]: any;
19511
+ });
19512
+ }
18909
19513
  export declare class RunDocSummaryResponseBodyHeader extends $tea.Model {
18910
19514
  /**
18911
19515
  * @example
@@ -24076,6 +24680,36 @@ export declare class UpdateDatasetDocumentResponseBodyData extends $tea.Model {
24076
24680
  [key: string]: any;
24077
24681
  });
24078
24682
  }
24683
+ export declare class UploadBookRequestDocs extends $tea.Model {
24684
+ docName?: string;
24685
+ /**
24686
+ * @example
24687
+ * http://xxx/ccc.pdf
24688
+ */
24689
+ fileUrl?: string;
24690
+ static names(): {
24691
+ [key: string]: string;
24692
+ };
24693
+ static types(): {
24694
+ [key: string]: any;
24695
+ };
24696
+ constructor(map?: {
24697
+ [key: string]: any;
24698
+ });
24699
+ }
24700
+ export declare class UploadBookResponseBodyData extends $tea.Model {
24701
+ docIds?: string[];
24702
+ existedIds?: string[];
24703
+ static names(): {
24704
+ [key: string]: string;
24705
+ };
24706
+ static types(): {
24707
+ [key: string]: any;
24708
+ };
24709
+ constructor(map?: {
24710
+ [key: string]: any;
24711
+ });
24712
+ }
24079
24713
  export declare class UploadDocRequestDocs extends $tea.Model {
24080
24714
  /**
24081
24715
  * @remarks
@@ -25374,6 +26008,36 @@ export default class Client extends OpenApi {
25374
26008
  * @returns RunAbbreviationContentResponse
25375
26009
  */
25376
26010
  runAbbreviationContent(request: RunAbbreviationContentRequest): Promise<RunAbbreviationContentResponse>;
26011
+ /**
26012
+ * 书籍导读接口
26013
+ *
26014
+ * @param request - RunBookIntroductionRequest
26015
+ * @param runtime - runtime options for this request RuntimeOptions
26016
+ * @returns RunBookIntroductionResponse
26017
+ */
26018
+ runBookIntroductionWithOptions(request: RunBookIntroductionRequest, runtime: $Util.RuntimeOptions): Promise<RunBookIntroductionResponse>;
26019
+ /**
26020
+ * 书籍导读接口
26021
+ *
26022
+ * @param request - RunBookIntroductionRequest
26023
+ * @returns RunBookIntroductionResponse
26024
+ */
26025
+ runBookIntroduction(request: RunBookIntroductionRequest): Promise<RunBookIntroductionResponse>;
26026
+ /**
26027
+ * 书籍智能卡片接口
26028
+ *
26029
+ * @param request - RunBookSmartCardRequest
26030
+ * @param runtime - runtime options for this request RuntimeOptions
26031
+ * @returns RunBookSmartCardResponse
26032
+ */
26033
+ runBookSmartCardWithOptions(request: RunBookSmartCardRequest, runtime: $Util.RuntimeOptions): Promise<RunBookSmartCardResponse>;
26034
+ /**
26035
+ * 书籍智能卡片接口
26036
+ *
26037
+ * @param request - RunBookSmartCardRequest
26038
+ * @returns RunBookSmartCardResponse
26039
+ */
26040
+ runBookSmartCard(request: RunBookSmartCardRequest): Promise<RunBookSmartCardResponse>;
25377
26041
  /**
25378
26042
  * 内容续写
25379
26043
  *
@@ -25464,6 +26128,21 @@ export default class Client extends OpenApi {
25464
26128
  * @returns RunDocQaResponse
25465
26129
  */
25466
26130
  runDocQa(request: RunDocQaRequest): Promise<RunDocQaResponse>;
26131
+ /**
26132
+ * 文档智能卡片接口
26133
+ *
26134
+ * @param request - RunDocSmartCardRequest
26135
+ * @param runtime - runtime options for this request RuntimeOptions
26136
+ * @returns RunDocSmartCardResponse
26137
+ */
26138
+ runDocSmartCardWithOptions(request: RunDocSmartCardRequest, runtime: $Util.RuntimeOptions): Promise<RunDocSmartCardResponse>;
26139
+ /**
26140
+ * 文档智能卡片接口
26141
+ *
26142
+ * @param request - RunDocSmartCardRequest
26143
+ * @returns RunDocSmartCardResponse
26144
+ */
26145
+ runDocSmartCard(request: RunDocSmartCardRequest): Promise<RunDocSmartCardResponse>;
25467
26146
  /**
25468
26147
  * 妙读文档总结摘要接口
25469
26148
  *
@@ -25914,6 +26593,21 @@ export default class Client extends OpenApi {
25914
26593
  * @returns UpdateMaterialDocumentResponse
25915
26594
  */
25916
26595
  updateMaterialDocument(request: UpdateMaterialDocumentRequest): Promise<UpdateMaterialDocumentResponse>;
26596
+ /**
26597
+ * 妙读上传书籍
26598
+ *
26599
+ * @param tmpReq - UploadBookRequest
26600
+ * @param runtime - runtime options for this request RuntimeOptions
26601
+ * @returns UploadBookResponse
26602
+ */
26603
+ uploadBookWithOptions(tmpReq: UploadBookRequest, runtime: $Util.RuntimeOptions): Promise<UploadBookResponse>;
26604
+ /**
26605
+ * 妙读上传书籍
26606
+ *
26607
+ * @param request - UploadBookRequest
26608
+ * @returns UploadBookResponse
26609
+ */
26610
+ uploadBook(request: UploadBookRequest): Promise<UploadBookResponse>;
25917
26611
  /**
25918
26612
  * 妙读上传文档接口
25919
26613
  *