@alicloud/dianjin20240628 1.2.0 → 1.4.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
@@ -4,6 +4,103 @@ import * as $Util from '@alicloud/tea-util';
4
4
  import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
5
5
  import { Readable } from 'stream';
6
6
  import * as $tea from '@alicloud/tea-typescript';
7
+ export declare class CreateDocsSummaryTaskRequest extends $tea.Model {
8
+ /**
9
+ * @remarks
10
+ * This parameter is required.
11
+ */
12
+ docInfos?: CreateDocsSummaryTaskRequestDocInfos[];
13
+ /**
14
+ * @example
15
+ * true
16
+ */
17
+ enableTable?: boolean;
18
+ instruction?: string;
19
+ /**
20
+ * @remarks
21
+ * This parameter is required.
22
+ *
23
+ * @example
24
+ * qwen-plus
25
+ */
26
+ modelId?: string;
27
+ static names(): {
28
+ [key: string]: string;
29
+ };
30
+ static types(): {
31
+ [key: string]: any;
32
+ };
33
+ constructor(map?: {
34
+ [key: string]: any;
35
+ });
36
+ }
37
+ export declare class CreateDocsSummaryTaskResponseBody extends $tea.Model {
38
+ /**
39
+ * @example
40
+ * null
41
+ */
42
+ cost?: number;
43
+ /**
44
+ * @example
45
+ * 765675376
46
+ */
47
+ data?: string;
48
+ /**
49
+ * @example
50
+ * null
51
+ */
52
+ dataType?: string;
53
+ /**
54
+ * @example
55
+ * 0
56
+ */
57
+ errCode?: string;
58
+ /**
59
+ * @example
60
+ * ok
61
+ */
62
+ message?: string;
63
+ /**
64
+ * @example
65
+ * 32FFC91D-0A9F-585A-B84F-8A54C5187035
66
+ */
67
+ requestId?: string;
68
+ /**
69
+ * @example
70
+ * true
71
+ */
72
+ success?: boolean;
73
+ /**
74
+ * @example
75
+ * 2024-01-01 00:00:00
76
+ */
77
+ time?: string;
78
+ static names(): {
79
+ [key: string]: string;
80
+ };
81
+ static types(): {
82
+ [key: string]: any;
83
+ };
84
+ constructor(map?: {
85
+ [key: string]: any;
86
+ });
87
+ }
88
+ export declare class CreateDocsSummaryTaskResponse extends $tea.Model {
89
+ headers?: {
90
+ [key: string]: string;
91
+ };
92
+ statusCode?: number;
93
+ body?: CreateDocsSummaryTaskResponseBody;
94
+ static names(): {
95
+ [key: string]: string;
96
+ };
97
+ static types(): {
98
+ [key: string]: any;
99
+ };
100
+ constructor(map?: {
101
+ [key: string]: any;
102
+ });
103
+ }
7
104
  export declare class CreateFinReportSummaryTaskRequest extends $tea.Model {
8
105
  /**
9
106
  * @remarks
@@ -215,6 +312,114 @@ export declare class CreateLibraryResponse extends $tea.Model {
215
312
  [key: string]: any;
216
313
  });
217
314
  }
315
+ export declare class CreatePdfTranslateTaskRequest extends $tea.Model {
316
+ /**
317
+ * @remarks
318
+ * This parameter is required.
319
+ *
320
+ * @example
321
+ * 873648346573245
322
+ */
323
+ docId?: string;
324
+ knowledge?: string;
325
+ /**
326
+ * @remarks
327
+ * This parameter is required.
328
+ *
329
+ * @example
330
+ * cjshcxxxx
331
+ */
332
+ libraryId?: string;
333
+ /**
334
+ * @remarks
335
+ * This parameter is required.
336
+ *
337
+ * @example
338
+ * qwen-plus
339
+ */
340
+ modelId?: string;
341
+ /**
342
+ * @example
343
+ * 中文
344
+ */
345
+ translateTo?: string;
346
+ static names(): {
347
+ [key: string]: string;
348
+ };
349
+ static types(): {
350
+ [key: string]: any;
351
+ };
352
+ constructor(map?: {
353
+ [key: string]: any;
354
+ });
355
+ }
356
+ export declare class CreatePdfTranslateTaskResponseBody extends $tea.Model {
357
+ /**
358
+ * @example
359
+ * null
360
+ */
361
+ cost?: number;
362
+ /**
363
+ * @example
364
+ * 3284627354
365
+ */
366
+ data?: string;
367
+ /**
368
+ * @example
369
+ * null
370
+ */
371
+ dataType?: string;
372
+ /**
373
+ * @example
374
+ * 0
375
+ */
376
+ errCode?: string;
377
+ /**
378
+ * @example
379
+ * ok
380
+ */
381
+ message?: string;
382
+ /**
383
+ * @example
384
+ * 5E3FBAF1-17AF-53B7-AF0A-CDCEEB6DE658
385
+ */
386
+ requestId?: string;
387
+ /**
388
+ * @example
389
+ * true
390
+ */
391
+ success?: boolean;
392
+ /**
393
+ * @example
394
+ * 2024-04-24 11:54:34
395
+ */
396
+ time?: string;
397
+ static names(): {
398
+ [key: string]: string;
399
+ };
400
+ static types(): {
401
+ [key: string]: any;
402
+ };
403
+ constructor(map?: {
404
+ [key: string]: any;
405
+ });
406
+ }
407
+ export declare class CreatePdfTranslateTaskResponse extends $tea.Model {
408
+ headers?: {
409
+ [key: string]: string;
410
+ };
411
+ statusCode?: number;
412
+ body?: CreatePdfTranslateTaskResponseBody;
413
+ static names(): {
414
+ [key: string]: string;
415
+ };
416
+ static types(): {
417
+ [key: string]: any;
418
+ };
419
+ constructor(map?: {
420
+ [key: string]: any;
421
+ });
422
+ }
218
423
  export declare class CreatePredefinedDocumentRequest extends $tea.Model {
219
424
  chunks?: CreatePredefinedDocumentRequestChunks[];
220
425
  /**
@@ -311,6 +516,113 @@ export declare class CreatePredefinedDocumentResponse extends $tea.Model {
311
516
  [key: string]: any;
312
517
  });
313
518
  }
519
+ export declare class CreateQualityCheckTaskRequest extends $tea.Model {
520
+ /**
521
+ * @remarks
522
+ * This parameter is required.
523
+ */
524
+ conversationList?: CreateQualityCheckTaskRequestConversationList;
525
+ /**
526
+ * @remarks
527
+ * This parameter is required.
528
+ *
529
+ * @example
530
+ * 2024-09-27 11:23:20
531
+ */
532
+ gmtService?: string;
533
+ metaData?: {
534
+ [key: string]: string;
535
+ };
536
+ qualityGroup?: string[];
537
+ /**
538
+ * @remarks
539
+ * This parameter is required.
540
+ *
541
+ * @example
542
+ * 0FC6636E-380A-5369-AE01-D1C15BB9B254
543
+ */
544
+ requestId?: string;
545
+ /**
546
+ * @remarks
547
+ * This parameter is required.
548
+ *
549
+ * @example
550
+ * 0
551
+ */
552
+ type?: string;
553
+ static names(): {
554
+ [key: string]: string;
555
+ };
556
+ static types(): {
557
+ [key: string]: any;
558
+ };
559
+ constructor(map?: {
560
+ [key: string]: any;
561
+ });
562
+ }
563
+ export declare class CreateQualityCheckTaskResponseBody extends $tea.Model {
564
+ /**
565
+ * @example
566
+ * null
567
+ */
568
+ cost?: number;
569
+ data?: CreateQualityCheckTaskResponseBodyData;
570
+ /**
571
+ * @example
572
+ * null
573
+ */
574
+ dataType?: string;
575
+ /**
576
+ * @example
577
+ * 0
578
+ */
579
+ errCode?: string;
580
+ /**
581
+ * @example
582
+ * ok
583
+ */
584
+ message?: string;
585
+ /**
586
+ * @example
587
+ * EF4B5C9B-3BC8-5171-A47B-4C5CF3DC3258
588
+ */
589
+ requestId?: string;
590
+ /**
591
+ * @example
592
+ * true
593
+ */
594
+ success?: boolean;
595
+ /**
596
+ * @example
597
+ * 2024-04-24 11:54:34
598
+ */
599
+ time?: string;
600
+ static names(): {
601
+ [key: string]: string;
602
+ };
603
+ static types(): {
604
+ [key: string]: any;
605
+ };
606
+ constructor(map?: {
607
+ [key: string]: any;
608
+ });
609
+ }
610
+ export declare class CreateQualityCheckTaskResponse extends $tea.Model {
611
+ headers?: {
612
+ [key: string]: string;
613
+ };
614
+ statusCode?: number;
615
+ body?: CreateQualityCheckTaskResponseBody;
616
+ static names(): {
617
+ [key: string]: string;
618
+ };
619
+ static types(): {
620
+ [key: string]: any;
621
+ };
622
+ constructor(map?: {
623
+ [key: string]: any;
624
+ });
625
+ }
314
626
  export declare class DeleteDocumentRequest extends $tea.Model {
315
627
  /**
316
628
  * @remarks
@@ -869,7 +1181,203 @@ export declare class GetDocumentUrlResponseBody extends $tea.Model {
869
1181
  message?: string;
870
1182
  /**
871
1183
  * @example
872
- * 66249B43-8C2B-5EE7-AE78-B382306621C6
1184
+ * 66249B43-8C2B-5EE7-AE78-B382306621C6
1185
+ */
1186
+ requestId?: string;
1187
+ /**
1188
+ * @example
1189
+ * true
1190
+ */
1191
+ success?: boolean;
1192
+ /**
1193
+ * @example
1194
+ * 2024-01-01 00:00:00
1195
+ */
1196
+ time?: string;
1197
+ static names(): {
1198
+ [key: string]: string;
1199
+ };
1200
+ static types(): {
1201
+ [key: string]: any;
1202
+ };
1203
+ constructor(map?: {
1204
+ [key: string]: any;
1205
+ });
1206
+ }
1207
+ export declare class GetDocumentUrlResponse extends $tea.Model {
1208
+ headers?: {
1209
+ [key: string]: string;
1210
+ };
1211
+ statusCode?: number;
1212
+ body?: GetDocumentUrlResponseBody;
1213
+ static names(): {
1214
+ [key: string]: string;
1215
+ };
1216
+ static types(): {
1217
+ [key: string]: any;
1218
+ };
1219
+ constructor(map?: {
1220
+ [key: string]: any;
1221
+ });
1222
+ }
1223
+ export declare class GetFilterDocumentListRequest extends $tea.Model {
1224
+ and?: GetFilterDocumentListRequestAnd[];
1225
+ docIdList?: string[];
1226
+ /**
1227
+ * @remarks
1228
+ * This parameter is required.
1229
+ *
1230
+ * @example
1231
+ * cjshcxxxx
1232
+ */
1233
+ libraryId?: string;
1234
+ or?: GetFilterDocumentListRequestOr[];
1235
+ /**
1236
+ * @example
1237
+ * 1
1238
+ */
1239
+ page?: number;
1240
+ /**
1241
+ * @example
1242
+ * 10
1243
+ */
1244
+ pageSize?: number;
1245
+ status?: string[];
1246
+ static names(): {
1247
+ [key: string]: string;
1248
+ };
1249
+ static types(): {
1250
+ [key: string]: any;
1251
+ };
1252
+ constructor(map?: {
1253
+ [key: string]: any;
1254
+ });
1255
+ }
1256
+ export declare class GetFilterDocumentListResponseBody extends $tea.Model {
1257
+ /**
1258
+ * @example
1259
+ * null
1260
+ */
1261
+ cost?: number;
1262
+ data?: GetFilterDocumentListResponseBodyData;
1263
+ /**
1264
+ * @example
1265
+ * null
1266
+ */
1267
+ dataType?: string;
1268
+ /**
1269
+ * @example
1270
+ * 0
1271
+ */
1272
+ errCode?: string;
1273
+ /**
1274
+ * @example
1275
+ * ok
1276
+ */
1277
+ message?: string;
1278
+ /**
1279
+ * @example
1280
+ * 7ADF010C-FD89-569D-A079-2D4D5247E943
1281
+ */
1282
+ requestId?: string;
1283
+ /**
1284
+ * @example
1285
+ * true
1286
+ */
1287
+ success?: boolean;
1288
+ /**
1289
+ * @example
1290
+ * 2024-01-01 00:00:00
1291
+ */
1292
+ time?: string;
1293
+ static names(): {
1294
+ [key: string]: string;
1295
+ };
1296
+ static types(): {
1297
+ [key: string]: any;
1298
+ };
1299
+ constructor(map?: {
1300
+ [key: string]: any;
1301
+ });
1302
+ }
1303
+ export declare class GetFilterDocumentListResponse extends $tea.Model {
1304
+ headers?: {
1305
+ [key: string]: string;
1306
+ };
1307
+ statusCode?: number;
1308
+ body?: GetFilterDocumentListResponseBody;
1309
+ static names(): {
1310
+ [key: string]: string;
1311
+ };
1312
+ static types(): {
1313
+ [key: string]: any;
1314
+ };
1315
+ constructor(map?: {
1316
+ [key: string]: any;
1317
+ });
1318
+ }
1319
+ export declare class GetHistoryListByBizTypeRequest extends $tea.Model {
1320
+ /**
1321
+ * @remarks
1322
+ * This parameter is required.
1323
+ *
1324
+ * @example
1325
+ * GysYBsxx
1326
+ */
1327
+ bizId?: string;
1328
+ /**
1329
+ * @remarks
1330
+ * This parameter is required.
1331
+ *
1332
+ * @example
1333
+ * LibraryChat
1334
+ */
1335
+ bizType?: string;
1336
+ /**
1337
+ * @example
1338
+ * 1
1339
+ */
1340
+ page?: number;
1341
+ /**
1342
+ * @example
1343
+ * 10
1344
+ */
1345
+ pageSize?: number;
1346
+ static names(): {
1347
+ [key: string]: string;
1348
+ };
1349
+ static types(): {
1350
+ [key: string]: any;
1351
+ };
1352
+ constructor(map?: {
1353
+ [key: string]: any;
1354
+ });
1355
+ }
1356
+ export declare class GetHistoryListByBizTypeResponseBody extends $tea.Model {
1357
+ /**
1358
+ * @example
1359
+ * null
1360
+ */
1361
+ cost?: number;
1362
+ data?: GetHistoryListByBizTypeResponseBodyData;
1363
+ /**
1364
+ * @example
1365
+ * null
1366
+ */
1367
+ dataType?: string;
1368
+ /**
1369
+ * @example
1370
+ * 0
1371
+ */
1372
+ errCode?: string;
1373
+ /**
1374
+ * @example
1375
+ * ok
1376
+ */
1377
+ message?: string;
1378
+ /**
1379
+ * @example
1380
+ * 9DF9B3F3-9FFE-52CB-A8DC-F7BD5F842F0E
873
1381
  */
874
1382
  requestId?: string;
875
1383
  /**
@@ -892,12 +1400,12 @@ export declare class GetDocumentUrlResponseBody extends $tea.Model {
892
1400
  [key: string]: any;
893
1401
  });
894
1402
  }
895
- export declare class GetDocumentUrlResponse extends $tea.Model {
1403
+ export declare class GetHistoryListByBizTypeResponse extends $tea.Model {
896
1404
  headers?: {
897
1405
  [key: string]: string;
898
1406
  };
899
1407
  statusCode?: number;
900
- body?: GetDocumentUrlResponseBody;
1408
+ body?: GetHistoryListByBizTypeResponseBody;
901
1409
  static names(): {
902
1410
  [key: string]: string;
903
1411
  };
@@ -908,9 +1416,7 @@ export declare class GetDocumentUrlResponse extends $tea.Model {
908
1416
  [key: string]: any;
909
1417
  });
910
1418
  }
911
- export declare class GetFilterDocumentListRequest extends $tea.Model {
912
- and?: GetFilterDocumentListRequestAnd[];
913
- docIdList?: string[];
1419
+ export declare class GetLibraryRequest extends $tea.Model {
914
1420
  /**
915
1421
  * @remarks
916
1422
  * This parameter is required.
@@ -919,18 +1425,6 @@ export declare class GetFilterDocumentListRequest extends $tea.Model {
919
1425
  * cjshcxxxx
920
1426
  */
921
1427
  libraryId?: string;
922
- or?: GetFilterDocumentListRequestOr[];
923
- /**
924
- * @example
925
- * 1
926
- */
927
- page?: number;
928
- /**
929
- * @example
930
- * 10
931
- */
932
- pageSize?: number;
933
- status?: string[];
934
1428
  static names(): {
935
1429
  [key: string]: string;
936
1430
  };
@@ -941,13 +1435,13 @@ export declare class GetFilterDocumentListRequest extends $tea.Model {
941
1435
  [key: string]: any;
942
1436
  });
943
1437
  }
944
- export declare class GetFilterDocumentListResponseBody extends $tea.Model {
1438
+ export declare class GetLibraryResponseBody extends $tea.Model {
945
1439
  /**
946
1440
  * @example
947
1441
  * null
948
1442
  */
949
1443
  cost?: number;
950
- data?: GetFilterDocumentListResponseBodyData;
1444
+ data?: GetLibraryResponseBodyData;
951
1445
  /**
952
1446
  * @example
953
1447
  * null
@@ -965,7 +1459,7 @@ export declare class GetFilterDocumentListResponseBody extends $tea.Model {
965
1459
  message?: string;
966
1460
  /**
967
1461
  * @example
968
- * 7ADF010C-FD89-569D-A079-2D4D5247E943
1462
+ * 44BD277A-87F9-5310-8D63-3E6645F1DA85
969
1463
  */
970
1464
  requestId?: string;
971
1465
  /**
@@ -988,12 +1482,12 @@ export declare class GetFilterDocumentListResponseBody extends $tea.Model {
988
1482
  [key: string]: any;
989
1483
  });
990
1484
  }
991
- export declare class GetFilterDocumentListResponse extends $tea.Model {
1485
+ export declare class GetLibraryResponse extends $tea.Model {
992
1486
  headers?: {
993
1487
  [key: string]: string;
994
1488
  };
995
1489
  statusCode?: number;
996
- body?: GetFilterDocumentListResponseBody;
1490
+ body?: GetLibraryResponseBody;
997
1491
  static names(): {
998
1492
  [key: string]: string;
999
1493
  };
@@ -1004,23 +1498,7 @@ export declare class GetFilterDocumentListResponse extends $tea.Model {
1004
1498
  [key: string]: any;
1005
1499
  });
1006
1500
  }
1007
- export declare class GetHistoryListByBizTypeRequest extends $tea.Model {
1008
- /**
1009
- * @remarks
1010
- * This parameter is required.
1011
- *
1012
- * @example
1013
- * GysYBsxx
1014
- */
1015
- bizId?: string;
1016
- /**
1017
- * @remarks
1018
- * This parameter is required.
1019
- *
1020
- * @example
1021
- * LibraryChat
1022
- */
1023
- bizType?: string;
1501
+ export declare class GetLibraryListRequest extends $tea.Model {
1024
1502
  /**
1025
1503
  * @example
1026
1504
  * 1
@@ -1031,6 +1509,7 @@ export declare class GetHistoryListByBizTypeRequest extends $tea.Model {
1031
1509
  * 10
1032
1510
  */
1033
1511
  pageSize?: number;
1512
+ query?: string;
1034
1513
  static names(): {
1035
1514
  [key: string]: string;
1036
1515
  };
@@ -1041,13 +1520,13 @@ export declare class GetHistoryListByBizTypeRequest extends $tea.Model {
1041
1520
  [key: string]: any;
1042
1521
  });
1043
1522
  }
1044
- export declare class GetHistoryListByBizTypeResponseBody extends $tea.Model {
1523
+ export declare class GetLibraryListResponseBody extends $tea.Model {
1045
1524
  /**
1046
1525
  * @example
1047
1526
  * null
1048
1527
  */
1049
1528
  cost?: number;
1050
- data?: GetHistoryListByBizTypeResponseBodyData;
1529
+ data?: GetLibraryListResponseBodyData;
1051
1530
  /**
1052
1531
  * @example
1053
1532
  * null
@@ -1065,7 +1544,7 @@ export declare class GetHistoryListByBizTypeResponseBody extends $tea.Model {
1065
1544
  message?: string;
1066
1545
  /**
1067
1546
  * @example
1068
- * 9DF9B3F3-9FFE-52CB-A8DC-F7BD5F842F0E
1547
+ * 0a06dfe817156528535968405edce3
1069
1548
  */
1070
1549
  requestId?: string;
1071
1550
  /**
@@ -1088,12 +1567,12 @@ export declare class GetHistoryListByBizTypeResponseBody extends $tea.Model {
1088
1567
  [key: string]: any;
1089
1568
  });
1090
1569
  }
1091
- export declare class GetHistoryListByBizTypeResponse extends $tea.Model {
1570
+ export declare class GetLibraryListResponse extends $tea.Model {
1092
1571
  headers?: {
1093
1572
  [key: string]: string;
1094
1573
  };
1095
1574
  statusCode?: number;
1096
- body?: GetHistoryListByBizTypeResponseBody;
1575
+ body?: GetLibraryListResponseBody;
1097
1576
  static names(): {
1098
1577
  [key: string]: string;
1099
1578
  };
@@ -1104,13 +1583,21 @@ export declare class GetHistoryListByBizTypeResponse extends $tea.Model {
1104
1583
  [key: string]: any;
1105
1584
  });
1106
1585
  }
1107
- export declare class GetLibraryRequest extends $tea.Model {
1586
+ export declare class GetParseResultRequest extends $tea.Model {
1108
1587
  /**
1109
1588
  * @remarks
1110
1589
  * This parameter is required.
1111
1590
  *
1112
1591
  * @example
1113
- * cjshcxxxx
1592
+ * 873648346573245
1593
+ */
1594
+ docId?: string;
1595
+ /**
1596
+ * @remarks
1597
+ * This parameter is required.
1598
+ *
1599
+ * @example
1600
+ * sjdgdsfg
1114
1601
  */
1115
1602
  libraryId?: string;
1116
1603
  static names(): {
@@ -1123,13 +1610,13 @@ export declare class GetLibraryRequest extends $tea.Model {
1123
1610
  [key: string]: any;
1124
1611
  });
1125
1612
  }
1126
- export declare class GetLibraryResponseBody extends $tea.Model {
1613
+ export declare class GetParseResultResponseBody extends $tea.Model {
1127
1614
  /**
1128
1615
  * @example
1129
1616
  * null
1130
1617
  */
1131
1618
  cost?: number;
1132
- data?: GetLibraryResponseBodyData;
1619
+ data?: GetParseResultResponseBodyData;
1133
1620
  /**
1134
1621
  * @example
1135
1622
  * null
@@ -1147,7 +1634,7 @@ export declare class GetLibraryResponseBody extends $tea.Model {
1147
1634
  message?: string;
1148
1635
  /**
1149
1636
  * @example
1150
- * 44BD277A-87F9-5310-8D63-3E6645F1DA85
1637
+ * 0abb793617204049360065953ec6dd
1151
1638
  */
1152
1639
  requestId?: string;
1153
1640
  /**
@@ -1157,7 +1644,7 @@ export declare class GetLibraryResponseBody extends $tea.Model {
1157
1644
  success?: boolean;
1158
1645
  /**
1159
1646
  * @example
1160
- * 2024-01-01 00:00:00
1647
+ * 2024-04-24 11:54:34
1161
1648
  */
1162
1649
  time?: string;
1163
1650
  static names(): {
@@ -1170,12 +1657,12 @@ export declare class GetLibraryResponseBody extends $tea.Model {
1170
1657
  [key: string]: any;
1171
1658
  });
1172
1659
  }
1173
- export declare class GetLibraryResponse extends $tea.Model {
1660
+ export declare class GetParseResultResponse extends $tea.Model {
1174
1661
  headers?: {
1175
1662
  [key: string]: string;
1176
1663
  };
1177
1664
  statusCode?: number;
1178
- body?: GetLibraryResponseBody;
1665
+ body?: GetParseResultResponseBody;
1179
1666
  static names(): {
1180
1667
  [key: string]: string;
1181
1668
  };
@@ -1186,18 +1673,15 @@ export declare class GetLibraryResponse extends $tea.Model {
1186
1673
  [key: string]: any;
1187
1674
  });
1188
1675
  }
1189
- export declare class GetLibraryListRequest extends $tea.Model {
1190
- /**
1191
- * @example
1192
- * 1
1193
- */
1194
- page?: number;
1676
+ export declare class GetQualityCheckTaskResultRequest extends $tea.Model {
1195
1677
  /**
1678
+ * @remarks
1679
+ * This parameter is required.
1680
+ *
1196
1681
  * @example
1197
- * 10
1682
+ * 17071319
1198
1683
  */
1199
- pageSize?: number;
1200
- query?: string;
1684
+ taskId?: string;
1201
1685
  static names(): {
1202
1686
  [key: string]: string;
1203
1687
  };
@@ -1208,13 +1692,13 @@ export declare class GetLibraryListRequest extends $tea.Model {
1208
1692
  [key: string]: any;
1209
1693
  });
1210
1694
  }
1211
- export declare class GetLibraryListResponseBody extends $tea.Model {
1695
+ export declare class GetQualityCheckTaskResultResponseBody extends $tea.Model {
1212
1696
  /**
1213
1697
  * @example
1214
1698
  * null
1215
1699
  */
1216
1700
  cost?: number;
1217
- data?: GetLibraryListResponseBodyData;
1701
+ data?: GetQualityCheckTaskResultResponseBodyData;
1218
1702
  /**
1219
1703
  * @example
1220
1704
  * null
@@ -1232,7 +1716,7 @@ export declare class GetLibraryListResponseBody extends $tea.Model {
1232
1716
  message?: string;
1233
1717
  /**
1234
1718
  * @example
1235
- * 0a06dfe817156528535968405edce3
1719
+ * 67C7021A-D268-553D-8C15-A087B9604028
1236
1720
  */
1237
1721
  requestId?: string;
1238
1722
  /**
@@ -1255,12 +1739,12 @@ export declare class GetLibraryListResponseBody extends $tea.Model {
1255
1739
  [key: string]: any;
1256
1740
  });
1257
1741
  }
1258
- export declare class GetLibraryListResponse extends $tea.Model {
1742
+ export declare class GetQualityCheckTaskResultResponse extends $tea.Model {
1259
1743
  headers?: {
1260
1744
  [key: string]: string;
1261
1745
  };
1262
1746
  statusCode?: number;
1263
- body?: GetLibraryListResponseBody;
1747
+ body?: GetQualityCheckTaskResultResponseBody;
1264
1748
  static names(): {
1265
1749
  [key: string]: string;
1266
1750
  };
@@ -1271,23 +1755,15 @@ export declare class GetLibraryListResponse extends $tea.Model {
1271
1755
  [key: string]: any;
1272
1756
  });
1273
1757
  }
1274
- export declare class GetParseResultRequest extends $tea.Model {
1275
- /**
1276
- * @remarks
1277
- * This parameter is required.
1278
- *
1279
- * @example
1280
- * 873648346573245
1281
- */
1282
- docId?: string;
1758
+ export declare class GetSummaryTaskResultRequest extends $tea.Model {
1283
1759
  /**
1284
1760
  * @remarks
1285
1761
  * This parameter is required.
1286
1762
  *
1287
1763
  * @example
1288
- * sjdgdsfg
1764
+ * 17071319
1289
1765
  */
1290
- libraryId?: string;
1766
+ taskId?: string;
1291
1767
  static names(): {
1292
1768
  [key: string]: string;
1293
1769
  };
@@ -1298,13 +1774,13 @@ export declare class GetParseResultRequest extends $tea.Model {
1298
1774
  [key: string]: any;
1299
1775
  });
1300
1776
  }
1301
- export declare class GetParseResultResponseBody extends $tea.Model {
1777
+ export declare class GetSummaryTaskResultResponseBody extends $tea.Model {
1302
1778
  /**
1303
1779
  * @example
1304
1780
  * null
1305
1781
  */
1306
1782
  cost?: number;
1307
- data?: GetParseResultResponseBodyData;
1783
+ data?: GetSummaryTaskResultResponseBodyData;
1308
1784
  /**
1309
1785
  * @example
1310
1786
  * null
@@ -1322,7 +1798,7 @@ export declare class GetParseResultResponseBody extends $tea.Model {
1322
1798
  message?: string;
1323
1799
  /**
1324
1800
  * @example
1325
- * 0abb793617204049360065953ec6dd
1801
+ * 0bc13a9517168617617186457e401f
1326
1802
  */
1327
1803
  requestId?: string;
1328
1804
  /**
@@ -1345,12 +1821,12 @@ export declare class GetParseResultResponseBody extends $tea.Model {
1345
1821
  [key: string]: any;
1346
1822
  });
1347
1823
  }
1348
- export declare class GetParseResultResponse extends $tea.Model {
1824
+ export declare class GetSummaryTaskResultResponse extends $tea.Model {
1349
1825
  headers?: {
1350
1826
  [key: string]: string;
1351
1827
  };
1352
1828
  statusCode?: number;
1353
- body?: GetParseResultResponseBody;
1829
+ body?: GetSummaryTaskResultResponseBody;
1354
1830
  static names(): {
1355
1831
  [key: string]: string;
1356
1832
  };
@@ -1361,7 +1837,7 @@ export declare class GetParseResultResponse extends $tea.Model {
1361
1837
  [key: string]: any;
1362
1838
  });
1363
1839
  }
1364
- export declare class GetSummaryTaskResultRequest extends $tea.Model {
1840
+ export declare class GetTaskResultRequest extends $tea.Model {
1365
1841
  /**
1366
1842
  * @remarks
1367
1843
  * This parameter is required.
@@ -1380,13 +1856,21 @@ export declare class GetSummaryTaskResultRequest extends $tea.Model {
1380
1856
  [key: string]: any;
1381
1857
  });
1382
1858
  }
1383
- export declare class GetSummaryTaskResultResponseBody extends $tea.Model {
1859
+ export declare class GetTaskResultResponseBody extends $tea.Model {
1384
1860
  /**
1385
1861
  * @example
1386
1862
  * null
1387
1863
  */
1388
1864
  cost?: number;
1389
- data?: GetSummaryTaskResultResponseBodyData;
1865
+ /**
1866
+ * @example
1867
+ * {
1868
+ * "file_url": "https://finllmworks.oss-cn-zhangjiakou.aliyuncs.com/render_pdf/5336180997111160501.pdf"
1869
+ * }
1870
+ */
1871
+ data?: {
1872
+ [key: string]: any;
1873
+ };
1390
1874
  /**
1391
1875
  * @example
1392
1876
  * null
@@ -1404,7 +1888,7 @@ export declare class GetSummaryTaskResultResponseBody extends $tea.Model {
1404
1888
  message?: string;
1405
1889
  /**
1406
1890
  * @example
1407
- * 0bc13a9517168617617186457e401f
1891
+ * 9D5D6BB5-BEAE-53C8-A70A-7275CC1F856C
1408
1892
  */
1409
1893
  requestId?: string;
1410
1894
  /**
@@ -1427,12 +1911,12 @@ export declare class GetSummaryTaskResultResponseBody extends $tea.Model {
1427
1911
  [key: string]: any;
1428
1912
  });
1429
1913
  }
1430
- export declare class GetSummaryTaskResultResponse extends $tea.Model {
1914
+ export declare class GetTaskResultResponse extends $tea.Model {
1431
1915
  headers?: {
1432
1916
  [key: string]: string;
1433
1917
  };
1434
1918
  statusCode?: number;
1435
- body?: GetSummaryTaskResultResponseBody;
1919
+ body?: GetTaskResultResponseBody;
1436
1920
  static names(): {
1437
1921
  [key: string]: string;
1438
1922
  };
@@ -2535,6 +3019,43 @@ export declare class UploadDocumentResponse extends $tea.Model {
2535
3019
  [key: string]: any;
2536
3020
  });
2537
3021
  }
3022
+ export declare class CreateDocsSummaryTaskRequestDocInfos extends $tea.Model {
3023
+ /**
3024
+ * @remarks
3025
+ * This parameter is required.
3026
+ *
3027
+ * @example
3028
+ * 198386463432
3029
+ */
3030
+ docId?: string;
3031
+ /**
3032
+ * @example
3033
+ * 2
3034
+ */
3035
+ endPage?: number;
3036
+ /**
3037
+ * @remarks
3038
+ * This parameter is required.
3039
+ *
3040
+ * @example
3041
+ * rdxrmo6amk
3042
+ */
3043
+ libraryId?: string;
3044
+ /**
3045
+ * @example
3046
+ * 1
3047
+ */
3048
+ startPage?: number;
3049
+ static names(): {
3050
+ [key: string]: string;
3051
+ };
3052
+ static types(): {
3053
+ [key: string]: any;
3054
+ };
3055
+ constructor(map?: {
3056
+ [key: string]: any;
3057
+ });
3058
+ }
2538
3059
  export declare class CreateLibraryRequestIndexSettingChunkStrategy extends $tea.Model {
2539
3060
  /**
2540
3061
  * @example
@@ -2774,29 +3295,148 @@ export declare class CreateLibraryRequestIndexSetting extends $tea.Model {
2774
3295
  [key: string]: any;
2775
3296
  });
2776
3297
  }
2777
- export declare class CreatePredefinedDocumentRequestChunks extends $tea.Model {
3298
+ export declare class CreatePredefinedDocumentRequestChunks extends $tea.Model {
3299
+ /**
3300
+ * @example
3301
+ * {"a": "1"}
3302
+ */
3303
+ chunkMeta?: {
3304
+ [key: string]: any;
3305
+ };
3306
+ /**
3307
+ * @example
3308
+ * 1
3309
+ */
3310
+ chunkOrder?: number;
3311
+ /**
3312
+ * @example
3313
+ * 这是一段测试文本
3314
+ */
3315
+ chunkText?: string;
3316
+ /**
3317
+ * @example
3318
+ * text
3319
+ */
3320
+ chunkType?: string;
3321
+ static names(): {
3322
+ [key: string]: string;
3323
+ };
3324
+ static types(): {
3325
+ [key: string]: any;
3326
+ };
3327
+ constructor(map?: {
3328
+ [key: string]: any;
3329
+ });
3330
+ }
3331
+ export declare class CreateQualityCheckTaskRequestConversationListDialogueList extends $tea.Model {
3332
+ /**
3333
+ * @example
3334
+ * 0
3335
+ */
3336
+ begin?: number;
3337
+ /**
3338
+ * @example
3339
+ * 2024-05-23 14:57:50
3340
+ */
3341
+ beginTime?: string;
3342
+ /**
3343
+ * @remarks
3344
+ * This parameter is required.
3345
+ */
3346
+ content?: string;
3347
+ /**
3348
+ * @example
3349
+ * 2348234
3350
+ */
3351
+ customerId?: string;
3352
+ /**
3353
+ * @example
3354
+ * 23874627346
3355
+ */
3356
+ customerServiceId?: string;
3357
+ /**
3358
+ * @example
3359
+ * 0
3360
+ */
3361
+ customerServiceType?: string;
3362
+ /**
3363
+ * @example
3364
+ * 0
3365
+ */
3366
+ end?: number;
3367
+ /**
3368
+ * @remarks
3369
+ * This parameter is required.
3370
+ *
3371
+ * @example
3372
+ * 1
3373
+ */
3374
+ role?: string;
3375
+ /**
3376
+ * @remarks
3377
+ * This parameter is required.
3378
+ *
3379
+ * @example
3380
+ * TEXT
3381
+ */
3382
+ type?: string;
3383
+ static names(): {
3384
+ [key: string]: string;
3385
+ };
3386
+ static types(): {
3387
+ [key: string]: any;
3388
+ };
3389
+ constructor(map?: {
3390
+ [key: string]: any;
3391
+ });
3392
+ }
3393
+ export declare class CreateQualityCheckTaskRequestConversationList extends $tea.Model {
2778
3394
  /**
2779
3395
  * @example
2780
- * {"a": "1"}
3396
+ * 1
2781
3397
  */
2782
- chunkMeta?: {
2783
- [key: string]: any;
2784
- };
3398
+ callType?: string;
2785
3399
  /**
2786
3400
  * @example
2787
3401
  * 1
2788
3402
  */
2789
- chunkOrder?: number;
3403
+ customerId?: string;
3404
+ customerName?: string;
2790
3405
  /**
2791
3406
  * @example
2792
- * 这是一段测试文本
3407
+ * xxx
2793
3408
  */
2794
- chunkText?: string;
3409
+ customerServiceId?: string;
3410
+ customerServiceName?: string;
3411
+ /**
3412
+ * @remarks
3413
+ * This parameter is required.
3414
+ */
3415
+ dialogueList?: CreateQualityCheckTaskRequestConversationListDialogueList[];
2795
3416
  /**
2796
3417
  * @example
2797
- * text
3418
+ * 2024-09-27 11:23:20
2798
3419
  */
2799
- chunkType?: string;
3420
+ gmtService?: string;
3421
+ static names(): {
3422
+ [key: string]: string;
3423
+ };
3424
+ static types(): {
3425
+ [key: string]: any;
3426
+ };
3427
+ constructor(map?: {
3428
+ [key: string]: any;
3429
+ });
3430
+ }
3431
+ export declare class CreateQualityCheckTaskResponseBodyData extends $tea.Model {
3432
+ /**
3433
+ * @remarks
3434
+ * taskId
3435
+ *
3436
+ * @example
3437
+ * 172373500521
3438
+ */
3439
+ taskId?: string;
2800
3440
  static names(): {
2801
3441
  [key: string]: string;
2802
3442
  };
@@ -3900,6 +4540,238 @@ export declare class GetParseResultResponseBodyData extends $tea.Model {
3900
4540
  [key: string]: any;
3901
4541
  });
3902
4542
  }
4543
+ export declare class GetQualityCheckTaskResultResponseBodyDataConversationListDialogueList extends $tea.Model {
4544
+ /**
4545
+ * @example
4546
+ * 0
4547
+ */
4548
+ begin?: number;
4549
+ /**
4550
+ * @example
4551
+ * 2024-09-27 11:23:20
4552
+ */
4553
+ beginTime?: string;
4554
+ content?: string;
4555
+ /**
4556
+ * @example
4557
+ * null
4558
+ */
4559
+ customerId?: string;
4560
+ customerServiceId?: string;
4561
+ /**
4562
+ * @example
4563
+ * 0
4564
+ */
4565
+ customerServiceType?: string;
4566
+ /**
4567
+ * @example
4568
+ * 0
4569
+ */
4570
+ end?: number;
4571
+ /**
4572
+ * @example
4573
+ * 1
4574
+ */
4575
+ id?: number;
4576
+ /**
4577
+ * @example
4578
+ * 0
4579
+ */
4580
+ role?: string;
4581
+ /**
4582
+ * @example
4583
+ * TEXT
4584
+ */
4585
+ type?: string;
4586
+ static names(): {
4587
+ [key: string]: string;
4588
+ };
4589
+ static types(): {
4590
+ [key: string]: any;
4591
+ };
4592
+ constructor(map?: {
4593
+ [key: string]: any;
4594
+ });
4595
+ }
4596
+ export declare class GetQualityCheckTaskResultResponseBodyDataConversationList extends $tea.Model {
4597
+ /**
4598
+ * @example
4599
+ * 1
4600
+ */
4601
+ callType?: string;
4602
+ /**
4603
+ * @example
4604
+ * 234234
4605
+ */
4606
+ customerId?: string;
4607
+ customerName?: string;
4608
+ /**
4609
+ * @example
4610
+ * 23984763826
4611
+ */
4612
+ customerServiceId?: string;
4613
+ customerServiceName?: string;
4614
+ dialogueList?: GetQualityCheckTaskResultResponseBodyDataConversationListDialogueList[];
4615
+ /**
4616
+ * @example
4617
+ * 2024-09-27 11:23:20
4618
+ */
4619
+ gmtService?: string;
4620
+ static names(): {
4621
+ [key: string]: string;
4622
+ };
4623
+ static types(): {
4624
+ [key: string]: any;
4625
+ };
4626
+ constructor(map?: {
4627
+ [key: string]: any;
4628
+ });
4629
+ }
4630
+ export declare class GetQualityCheckTaskResultResponseBodyDataQualityCheckListOriginDialogue extends $tea.Model {
4631
+ /**
4632
+ * @example
4633
+ * 0
4634
+ */
4635
+ begin?: number;
4636
+ /**
4637
+ * @example
4638
+ * 2024-05-23 14:57:50
4639
+ */
4640
+ beginTime?: string;
4641
+ content?: string;
4642
+ /**
4643
+ * @example
4644
+ * xxx
4645
+ */
4646
+ customerId?: string;
4647
+ /**
4648
+ * @example
4649
+ * 23876432
4650
+ */
4651
+ customerServiceId?: string;
4652
+ /**
4653
+ * @example
4654
+ * 0
4655
+ */
4656
+ customerServiceType?: string;
4657
+ /**
4658
+ * @example
4659
+ * 0
4660
+ */
4661
+ end?: number;
4662
+ /**
4663
+ * @example
4664
+ * 1
4665
+ */
4666
+ id?: number;
4667
+ /**
4668
+ * @example
4669
+ * 0
4670
+ */
4671
+ role?: string;
4672
+ /**
4673
+ * @example
4674
+ * TEXT
4675
+ */
4676
+ type?: string;
4677
+ static names(): {
4678
+ [key: string]: string;
4679
+ };
4680
+ static types(): {
4681
+ [key: string]: any;
4682
+ };
4683
+ constructor(map?: {
4684
+ [key: string]: any;
4685
+ });
4686
+ }
4687
+ export declare class GetQualityCheckTaskResultResponseBodyDataQualityCheckList extends $tea.Model {
4688
+ checkExplanation?: string;
4689
+ /**
4690
+ * @example
4691
+ * PASSED
4692
+ */
4693
+ checkPassed?: string;
4694
+ checkProcess?: string;
4695
+ /**
4696
+ * @example
4697
+ * HIT
4698
+ */
4699
+ checked?: string;
4700
+ /**
4701
+ * @example
4702
+ * 2024-05-23 14:57:50
4703
+ */
4704
+ gmtEnd?: string;
4705
+ /**
4706
+ * @example
4707
+ * 2024-05-23 14:57:50
4708
+ */
4709
+ gmtStart?: string;
4710
+ /**
4711
+ * @example
4712
+ * 0
4713
+ */
4714
+ mode?: string;
4715
+ originDialogue?: GetQualityCheckTaskResultResponseBodyDataQualityCheckListOriginDialogue[];
4716
+ /**
4717
+ * @example
4718
+ * warning_customers
4719
+ */
4720
+ qualityGroupId?: string;
4721
+ ruleDescription?: string;
4722
+ /**
4723
+ * @example
4724
+ * wcm_start
4725
+ */
4726
+ ruleId?: string;
4727
+ static names(): {
4728
+ [key: string]: string;
4729
+ };
4730
+ static types(): {
4731
+ [key: string]: any;
4732
+ };
4733
+ constructor(map?: {
4734
+ [key: string]: any;
4735
+ });
4736
+ }
4737
+ export declare class GetQualityCheckTaskResultResponseBodyData extends $tea.Model {
4738
+ conversationList?: GetQualityCheckTaskResultResponseBodyDataConversationList;
4739
+ /**
4740
+ * @example
4741
+ * 2024-09-27 11:23:20
4742
+ */
4743
+ gmtCreate?: string;
4744
+ /**
4745
+ * @example
4746
+ * 2024-09-27 11:23:20
4747
+ */
4748
+ gmtEnd?: string;
4749
+ /**
4750
+ * @example
4751
+ * 2024-09-27 11:23:20
4752
+ */
4753
+ gmtStart?: string;
4754
+ qualityCheckList?: GetQualityCheckTaskResultResponseBodyDataQualityCheckList[];
4755
+ /**
4756
+ * @example
4757
+ * INIT
4758
+ */
4759
+ status?: string;
4760
+ /**
4761
+ * @example
4762
+ * 1703557101831
4763
+ */
4764
+ taskId?: string;
4765
+ static names(): {
4766
+ [key: string]: string;
4767
+ };
4768
+ static types(): {
4769
+ [key: string]: any;
4770
+ };
4771
+ constructor(map?: {
4772
+ [key: string]: any;
4773
+ });
4774
+ }
3903
4775
  export declare class GetSummaryTaskResultResponseBodyDataChoicesMessage extends $tea.Model {
3904
4776
  content?: string;
3905
4777
  /**
@@ -5162,6 +6034,24 @@ export default class Client extends OpenApi {
5162
6034
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
5163
6035
  [key: string]: string;
5164
6036
  }, endpoint: string): string;
6037
+ /**
6038
+ * 创建财报总结任务
6039
+ *
6040
+ * @param request - CreateDocsSummaryTaskRequest
6041
+ * @param headers - map
6042
+ * @param runtime - runtime options for this request RuntimeOptions
6043
+ * @returns CreateDocsSummaryTaskResponse
6044
+ */
6045
+ createDocsSummaryTaskWithOptions(workspaceId: string, request: CreateDocsSummaryTaskRequest, headers: {
6046
+ [key: string]: string;
6047
+ }, runtime: $Util.RuntimeOptions): Promise<CreateDocsSummaryTaskResponse>;
6048
+ /**
6049
+ * 创建财报总结任务
6050
+ *
6051
+ * @param request - CreateDocsSummaryTaskRequest
6052
+ * @returns CreateDocsSummaryTaskResponse
6053
+ */
6054
+ createDocsSummaryTask(workspaceId: string, request: CreateDocsSummaryTaskRequest): Promise<CreateDocsSummaryTaskResponse>;
5165
6055
  /**
5166
6056
  * 创建财报总结任务
5167
6057
  *
@@ -5198,6 +6088,24 @@ export default class Client extends OpenApi {
5198
6088
  * @returns CreateLibraryResponse
5199
6089
  */
5200
6090
  createLibrary(workspaceId: string, request: CreateLibraryRequest): Promise<CreateLibraryResponse>;
6091
+ /**
6092
+ * 创建PDF翻译任务
6093
+ *
6094
+ * @param request - CreatePdfTranslateTaskRequest
6095
+ * @param headers - map
6096
+ * @param runtime - runtime options for this request RuntimeOptions
6097
+ * @returns CreatePdfTranslateTaskResponse
6098
+ */
6099
+ createPdfTranslateTaskWithOptions(workspaceId: string, request: CreatePdfTranslateTaskRequest, headers: {
6100
+ [key: string]: string;
6101
+ }, runtime: $Util.RuntimeOptions): Promise<CreatePdfTranslateTaskResponse>;
6102
+ /**
6103
+ * 创建PDF翻译任务
6104
+ *
6105
+ * @param request - CreatePdfTranslateTaskRequest
6106
+ * @returns CreatePdfTranslateTaskResponse
6107
+ */
6108
+ createPdfTranslateTask(workspaceId: string, request: CreatePdfTranslateTaskRequest): Promise<CreatePdfTranslateTaskResponse>;
5201
6109
  /**
5202
6110
  * 创建预定义文档
5203
6111
  *
@@ -5216,6 +6124,24 @@ export default class Client extends OpenApi {
5216
6124
  * @returns CreatePredefinedDocumentResponse
5217
6125
  */
5218
6126
  createPredefinedDocument(workspaceId: string, request: CreatePredefinedDocumentRequest): Promise<CreatePredefinedDocumentResponse>;
6127
+ /**
6128
+ * 创建财报总结的任务
6129
+ *
6130
+ * @param request - CreateQualityCheckTaskRequest
6131
+ * @param headers - map
6132
+ * @param runtime - runtime options for this request RuntimeOptions
6133
+ * @returns CreateQualityCheckTaskResponse
6134
+ */
6135
+ createQualityCheckTaskWithOptions(workspaceId: string, request: CreateQualityCheckTaskRequest, headers: {
6136
+ [key: string]: string;
6137
+ }, runtime: $Util.RuntimeOptions): Promise<CreateQualityCheckTaskResponse>;
6138
+ /**
6139
+ * 创建财报总结的任务
6140
+ *
6141
+ * @param request - CreateQualityCheckTaskRequest
6142
+ * @returns CreateQualityCheckTaskResponse
6143
+ */
6144
+ createQualityCheckTask(workspaceId: string, request: CreateQualityCheckTaskRequest): Promise<CreateQualityCheckTaskResponse>;
5219
6145
  /**
5220
6146
  * 删除文档
5221
6147
  *
@@ -5429,6 +6355,24 @@ export default class Client extends OpenApi {
5429
6355
  * @returns GetParseResultResponse
5430
6356
  */
5431
6357
  getParseResult(workspaceId: string, request: GetParseResultRequest): Promise<GetParseResultResponse>;
6358
+ /**
6359
+ * 获取异步任务的结果
6360
+ *
6361
+ * @param request - GetQualityCheckTaskResultRequest
6362
+ * @param headers - map
6363
+ * @param runtime - runtime options for this request RuntimeOptions
6364
+ * @returns GetQualityCheckTaskResultResponse
6365
+ */
6366
+ getQualityCheckTaskResultWithOptions(workspaceId: string, request: GetQualityCheckTaskResultRequest, headers: {
6367
+ [key: string]: string;
6368
+ }, runtime: $Util.RuntimeOptions): Promise<GetQualityCheckTaskResultResponse>;
6369
+ /**
6370
+ * 获取异步任务的结果
6371
+ *
6372
+ * @param request - GetQualityCheckTaskResultRequest
6373
+ * @returns GetQualityCheckTaskResultResponse
6374
+ */
6375
+ getQualityCheckTaskResult(workspaceId: string, request: GetQualityCheckTaskResultRequest): Promise<GetQualityCheckTaskResultResponse>;
5432
6376
  /**
5433
6377
  * 获取财报总结任务结果
5434
6378
  *
@@ -5447,6 +6391,24 @@ export default class Client extends OpenApi {
5447
6391
  * @returns GetSummaryTaskResultResponse
5448
6392
  */
5449
6393
  getSummaryTaskResult(workspaceId: string, request: GetSummaryTaskResultRequest): Promise<GetSummaryTaskResultResponse>;
6394
+ /**
6395
+ * 获取异步任务结果
6396
+ *
6397
+ * @param request - GetTaskResultRequest
6398
+ * @param headers - map
6399
+ * @param runtime - runtime options for this request RuntimeOptions
6400
+ * @returns GetTaskResultResponse
6401
+ */
6402
+ getTaskResultWithOptions(workspaceId: string, request: GetTaskResultRequest, headers: {
6403
+ [key: string]: string;
6404
+ }, runtime: $Util.RuntimeOptions): Promise<GetTaskResultResponse>;
6405
+ /**
6406
+ * 获取异步任务结果
6407
+ *
6408
+ * @param request - GetTaskResultRequest
6409
+ * @returns GetTaskResultResponse
6410
+ */
6411
+ getTaskResult(workspaceId: string, request: GetTaskResultRequest): Promise<GetTaskResultResponse>;
5450
6412
  /**
5451
6413
  * 获取财报总结任务结果
5452
6414
  *
@@ -5520,7 +6482,7 @@ export default class Client extends OpenApi {
5520
6482
  */
5521
6483
  reIndex(workspaceId: string, request: ReIndexRequest): Promise<ReIndexResponse>;
5522
6484
  /**
5523
- * 文档召回
6485
+ * 文档召回。
5524
6486
  *
5525
6487
  * @param request - RecallDocumentRequest
5526
6488
  * @param headers - map
@@ -5531,7 +6493,7 @@ export default class Client extends OpenApi {
5531
6493
  [key: string]: string;
5532
6494
  }, runtime: $Util.RuntimeOptions): Promise<RecallDocumentResponse>;
5533
6495
  /**
5534
- * 文档召回
6496
+ * 文档召回。
5535
6497
  *
5536
6498
  * @param request - RecallDocumentRequest
5537
6499
  * @returns RecallDocumentResponse