@alicloud/aimiaobi20230801 1.20.0 → 1.20.3
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 +296 -6
- package/dist/client.js +467 -14
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +695 -20
package/dist/client.d.ts
CHANGED
|
@@ -1691,9 +1691,6 @@ export declare class GetHotTopicBroadcastRequestStepForCustomSummaryStyleConfig
|
|
|
1691
1691
|
*/
|
|
1692
1692
|
summaryImageCount?: number;
|
|
1693
1693
|
/**
|
|
1694
|
-
* @remarks
|
|
1695
|
-
* This parameter is required.
|
|
1696
|
-
*
|
|
1697
1694
|
* @example
|
|
1698
1695
|
* 摘要模型
|
|
1699
1696
|
*/
|
|
@@ -1742,6 +1739,9 @@ export declare class GetHotTopicBroadcastRequestStepForNewsBroadcastContentConfi
|
|
|
1742
1739
|
* ["科技","经济","时政","娱乐"]
|
|
1743
1740
|
*/
|
|
1744
1741
|
categories?: string[];
|
|
1742
|
+
/**
|
|
1743
|
+
* @deprecated
|
|
1744
|
+
*/
|
|
1745
1745
|
customHotValueWeights?: GetHotTopicBroadcastRequestStepForNewsBroadcastContentConfigCustomHotValueWeights[];
|
|
1746
1746
|
/**
|
|
1747
1747
|
* @example
|
|
@@ -1963,6 +1963,7 @@ export declare class GetHotTopicBroadcastResponseBodyDataData extends $dara.Mode
|
|
|
1963
1963
|
* 29
|
|
1964
1964
|
*/
|
|
1965
1965
|
inputToken?: number;
|
|
1966
|
+
locations?: string[];
|
|
1966
1967
|
news?: GetHotTopicBroadcastResponseBodyDataDataNews[];
|
|
1967
1968
|
/**
|
|
1968
1969
|
* @example
|
|
@@ -7151,6 +7152,98 @@ export declare class RunDocTranslationResponseBodyPayload extends $dara.Model {
|
|
|
7151
7152
|
[key: string]: any;
|
|
7152
7153
|
});
|
|
7153
7154
|
}
|
|
7155
|
+
export declare class RunDocWashingResponseBodyHeader extends $dara.Model {
|
|
7156
|
+
/**
|
|
7157
|
+
* @example
|
|
7158
|
+
* task-finished
|
|
7159
|
+
*/
|
|
7160
|
+
event?: string;
|
|
7161
|
+
eventInfo?: string;
|
|
7162
|
+
/**
|
|
7163
|
+
* @example
|
|
7164
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
7165
|
+
*/
|
|
7166
|
+
requestId?: string;
|
|
7167
|
+
/**
|
|
7168
|
+
* @example
|
|
7169
|
+
* 20247a52-23e2-46fb-943d-309cdee2bc6d
|
|
7170
|
+
*/
|
|
7171
|
+
sessionId?: string;
|
|
7172
|
+
/**
|
|
7173
|
+
* @example
|
|
7174
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
7175
|
+
*/
|
|
7176
|
+
taskId?: string;
|
|
7177
|
+
/**
|
|
7178
|
+
* @example
|
|
7179
|
+
* 2150451a17191950923411783e2927
|
|
7180
|
+
*/
|
|
7181
|
+
traceId?: string;
|
|
7182
|
+
static names(): {
|
|
7183
|
+
[key: string]: string;
|
|
7184
|
+
};
|
|
7185
|
+
static types(): {
|
|
7186
|
+
[key: string]: any;
|
|
7187
|
+
};
|
|
7188
|
+
validate(): void;
|
|
7189
|
+
constructor(map?: {
|
|
7190
|
+
[key: string]: any;
|
|
7191
|
+
});
|
|
7192
|
+
}
|
|
7193
|
+
export declare class RunDocWashingResponseBodyPayloadOutput extends $dara.Model {
|
|
7194
|
+
text?: string;
|
|
7195
|
+
static names(): {
|
|
7196
|
+
[key: string]: string;
|
|
7197
|
+
};
|
|
7198
|
+
static types(): {
|
|
7199
|
+
[key: string]: any;
|
|
7200
|
+
};
|
|
7201
|
+
validate(): void;
|
|
7202
|
+
constructor(map?: {
|
|
7203
|
+
[key: string]: any;
|
|
7204
|
+
});
|
|
7205
|
+
}
|
|
7206
|
+
export declare class RunDocWashingResponseBodyPayloadUsage extends $dara.Model {
|
|
7207
|
+
/**
|
|
7208
|
+
* @example
|
|
7209
|
+
* 100
|
|
7210
|
+
*/
|
|
7211
|
+
inputTokens?: number;
|
|
7212
|
+
/**
|
|
7213
|
+
* @example
|
|
7214
|
+
* 100
|
|
7215
|
+
*/
|
|
7216
|
+
outputTokens?: number;
|
|
7217
|
+
/**
|
|
7218
|
+
* @example
|
|
7219
|
+
* 200
|
|
7220
|
+
*/
|
|
7221
|
+
totalTokens?: number;
|
|
7222
|
+
static names(): {
|
|
7223
|
+
[key: string]: string;
|
|
7224
|
+
};
|
|
7225
|
+
static types(): {
|
|
7226
|
+
[key: string]: any;
|
|
7227
|
+
};
|
|
7228
|
+
validate(): void;
|
|
7229
|
+
constructor(map?: {
|
|
7230
|
+
[key: string]: any;
|
|
7231
|
+
});
|
|
7232
|
+
}
|
|
7233
|
+
export declare class RunDocWashingResponseBodyPayload extends $dara.Model {
|
|
7234
|
+
output?: RunDocWashingResponseBodyPayloadOutput;
|
|
7235
|
+
usage?: RunDocWashingResponseBodyPayloadUsage;
|
|
7236
|
+
static names(): {
|
|
7237
|
+
[key: string]: string;
|
|
7238
|
+
};
|
|
7239
|
+
static types(): {
|
|
7240
|
+
[key: string]: any;
|
|
7241
|
+
};
|
|
7242
|
+
validate(): void;
|
|
7243
|
+
constructor(map?: {
|
|
7244
|
+
[key: string]: any;
|
|
7245
|
+
});
|
|
7246
|
+
}
|
|
7154
7247
|
export declare class RunExpandContentResponseBodyHeader extends $dara.Model {
|
|
7155
7248
|
/**
|
|
7156
7249
|
* @example
|
|
@@ -7805,6 +7898,7 @@ export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalM
|
|
|
7805
7898
|
}
|
|
7806
7899
|
export declare class RunSearchGenerationRequestAgentContextBizContext extends $dara.Model {
|
|
7807
7900
|
multimodalMediaSelection?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelection;
|
|
7901
|
+
skipCurrentSupplement?: boolean;
|
|
7808
7902
|
static names(): {
|
|
7809
7903
|
[key: string]: string;
|
|
7810
7904
|
};
|
|
@@ -9252,6 +9346,84 @@ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBiz
|
|
|
9252
9346
|
[key: string]: any;
|
|
9253
9347
|
});
|
|
9254
9348
|
}
|
|
9349
|
+
export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextSearchResultSearchResult extends $dara.Model {
|
|
9350
|
+
/**
|
|
9351
|
+
* @example
|
|
9352
|
+
* xx
|
|
9353
|
+
*/
|
|
9354
|
+
content?: string;
|
|
9355
|
+
/**
|
|
9356
|
+
* @example
|
|
9357
|
+
* xx
|
|
9358
|
+
*/
|
|
9359
|
+
docId?: string;
|
|
9360
|
+
/**
|
|
9361
|
+
* @example
|
|
9362
|
+
* xx
|
|
9363
|
+
*/
|
|
9364
|
+
docUuid?: string;
|
|
9365
|
+
/**
|
|
9366
|
+
* @example
|
|
9367
|
+
* 2024-11-25 14:25:59
|
|
9368
|
+
*/
|
|
9369
|
+
pubTime?: string;
|
|
9370
|
+
/**
|
|
9371
|
+
* @example
|
|
9372
|
+
* QuarkCommonNews
|
|
9373
|
+
*/
|
|
9374
|
+
searchSource?: string;
|
|
9375
|
+
/**
|
|
9376
|
+
* @example
|
|
9377
|
+
* xxx
|
|
9378
|
+
*/
|
|
9379
|
+
searchSourceName?: string;
|
|
9380
|
+
/**
|
|
9381
|
+
* @example
|
|
9382
|
+
* SystemSearch
|
|
9383
|
+
*/
|
|
9384
|
+
searchSourceType?: string;
|
|
9385
|
+
/**
|
|
9386
|
+
* @example
|
|
9387
|
+
* xx
|
|
9388
|
+
*/
|
|
9389
|
+
summary?: string;
|
|
9390
|
+
/**
|
|
9391
|
+
* @example
|
|
9392
|
+
* xx
|
|
9393
|
+
*/
|
|
9394
|
+
title?: string;
|
|
9395
|
+
/**
|
|
9396
|
+
* @example
|
|
9397
|
+
* xx
|
|
9398
|
+
*/
|
|
9399
|
+
url?: string;
|
|
9400
|
+
static names(): {
|
|
9401
|
+
[key: string]: string;
|
|
9402
|
+
};
|
|
9403
|
+
static types(): {
|
|
9404
|
+
[key: string]: any;
|
|
9405
|
+
};
|
|
9406
|
+
validate(): void;
|
|
9407
|
+
constructor(map?: {
|
|
9408
|
+
[key: string]: any;
|
|
9409
|
+
});
|
|
9410
|
+
}
|
|
9411
|
+
export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextSearchResult extends $dara.Model {
|
|
9412
|
+
current?: number;
|
|
9413
|
+
searchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextSearchResultSearchResult[];
|
|
9414
|
+
size?: number;
|
|
9415
|
+
total?: number;
|
|
9416
|
+
static names(): {
|
|
9417
|
+
[key: string]: string;
|
|
9418
|
+
};
|
|
9419
|
+
static types(): {
|
|
9420
|
+
[key: string]: any;
|
|
9421
|
+
};
|
|
9422
|
+
validate(): void;
|
|
9423
|
+
constructor(map?: {
|
|
9424
|
+
[key: string]: any;
|
|
9425
|
+
});
|
|
9426
|
+
}
|
|
9255
9427
|
export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResultGenerateTraceabilityCoordinatesGenerateCoordinate extends $dara.Model {
|
|
9256
9428
|
/**
|
|
9257
9429
|
* @example
|
|
@@ -9788,6 +9960,7 @@ export declare class RunSearchGenerationResponseBodyPayloadOutputAgentContextBiz
|
|
|
9788
9960
|
imageSearchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentImageSearchResult;
|
|
9789
9961
|
newsElementResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentNewsElementResult;
|
|
9790
9962
|
textGenerateResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextGenerateResult;
|
|
9963
|
+
textSearchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTextSearchResult;
|
|
9791
9964
|
timelineResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentTimelineResult;
|
|
9792
9965
|
videoSearchResult?: RunSearchGenerationResponseBodyPayloadOutputAgentContextBizContextGeneratedContentVideoSearchResult;
|
|
9793
9966
|
static names(): {
|
|
@@ -9910,6 +10083,7 @@ export declare class RunSearchSimilarArticlesRequestChatConfigSearchParamSearchS
|
|
|
9910
10083
|
* SystemSearch
|
|
9911
10084
|
*/
|
|
9912
10085
|
code?: string;
|
|
10086
|
+
datasetName?: string;
|
|
9913
10087
|
name?: string;
|
|
9914
10088
|
static names(): {
|
|
9915
10089
|
[key: string]: string;
|
|
@@ -9986,6 +10160,7 @@ export declare class RunSearchSimilarArticlesResponseBodyHeader extends $dara.Mo
|
|
|
9986
10160
|
});
|
|
9987
10161
|
}
|
|
9988
10162
|
export declare class RunSearchSimilarArticlesResponseBodyPayloadOutputArticles extends $dara.Model {
|
|
10163
|
+
docId?: string;
|
|
9989
10164
|
/**
|
|
9990
10165
|
* @example
|
|
9991
10166
|
* a26c2c1
|
|
@@ -11713,9 +11888,6 @@ export declare class SubmitCustomHotTopicBroadcastJobRequestHotTopicBroadcastCon
|
|
|
11713
11888
|
*/
|
|
11714
11889
|
summaryImageCount?: number;
|
|
11715
11890
|
/**
|
|
11716
|
-
* @remarks
|
|
11717
|
-
* This parameter is required.
|
|
11718
|
-
*
|
|
11719
11891
|
* @example
|
|
11720
11892
|
* qwen-max
|
|
11721
11893
|
*/
|
|
@@ -16663,6 +16835,9 @@ export declare class GetHotTopicBroadcastRequest extends $dara.Model {
|
|
|
16663
16835
|
* 2024-10-11_13
|
|
16664
16836
|
*/
|
|
16665
16837
|
hotTopicVersion?: string;
|
|
16838
|
+
locationQuery?: string;
|
|
16839
|
+
locations?: string[];
|
|
16840
|
+
query?: string;
|
|
16666
16841
|
/**
|
|
16667
16842
|
* @example
|
|
16668
16843
|
* 5
|
|
@@ -16715,6 +16890,9 @@ export declare class GetHotTopicBroadcastShrinkRequest extends $dara.Model {
|
|
|
16715
16890
|
* 2024-10-11_13
|
|
16716
16891
|
*/
|
|
16717
16892
|
hotTopicVersion?: string;
|
|
16893
|
+
locationQuery?: string;
|
|
16894
|
+
locationsShrink?: string;
|
|
16895
|
+
query?: string;
|
|
16718
16896
|
/**
|
|
16719
16897
|
* @example
|
|
16720
16898
|
* 5
|
|
@@ -21904,6 +22082,7 @@ export declare class RunBookIntroductionRequest extends $dara.Model {
|
|
|
21904
22082
|
* 3YQRatoe8phnpIsIE6z7DTPknhG8Fj
|
|
21905
22083
|
*/
|
|
21906
22084
|
docId?: string;
|
|
22085
|
+
keyPointPrompt?: string;
|
|
21907
22086
|
/**
|
|
21908
22087
|
* @remarks
|
|
21909
22088
|
* This parameter is required.
|
|
@@ -21912,6 +22091,7 @@ export declare class RunBookIntroductionRequest extends $dara.Model {
|
|
|
21912
22091
|
* 0f56f98a-f2d8-47ec-98e9-1cbdcffa9539
|
|
21913
22092
|
*/
|
|
21914
22093
|
sessionId?: string;
|
|
22094
|
+
summaryPrompt?: string;
|
|
21915
22095
|
/**
|
|
21916
22096
|
* @remarks
|
|
21917
22097
|
* This parameter is required.
|
|
@@ -22085,6 +22265,7 @@ export declare class RunCommentGenerationRequest extends $dara.Model {
|
|
|
22085
22265
|
sentiment?: {
|
|
22086
22266
|
[key: string]: any;
|
|
22087
22267
|
};
|
|
22268
|
+
sessionId?: string;
|
|
22088
22269
|
/**
|
|
22089
22270
|
* @remarks
|
|
22090
22271
|
* This parameter is required.
|
|
@@ -22156,6 +22337,7 @@ export declare class RunCommentGenerationShrinkRequest extends $dara.Model {
|
|
|
22156
22337
|
* {"positive":"50","negative":"50"}
|
|
22157
22338
|
*/
|
|
22158
22339
|
sentimentShrink?: string;
|
|
22340
|
+
sessionId?: string;
|
|
22159
22341
|
/**
|
|
22160
22342
|
* @remarks
|
|
22161
22343
|
* This parameter is required.
|
|
@@ -22488,6 +22670,7 @@ export declare class RunCustomHotTopicViewPointAnalysisResponse extends $dara.Mo
|
|
|
22488
22670
|
});
|
|
22489
22671
|
}
|
|
22490
22672
|
export declare class RunDocBrainmapRequest extends $dara.Model {
|
|
22673
|
+
cleanCache?: boolean;
|
|
22491
22674
|
/**
|
|
22492
22675
|
* @remarks
|
|
22493
22676
|
* This parameter is required.
|
|
@@ -22496,6 +22679,8 @@ export declare class RunDocBrainmapRequest extends $dara.Model {
|
|
|
22496
22679
|
* 12345
|
|
22497
22680
|
*/
|
|
22498
22681
|
docId?: string;
|
|
22682
|
+
nodeNumber?: number;
|
|
22683
|
+
prompt?: string;
|
|
22499
22684
|
/**
|
|
22500
22685
|
* @remarks
|
|
22501
22686
|
* This parameter is required.
|
|
@@ -22504,6 +22689,7 @@ export declare class RunDocBrainmapRequest extends $dara.Model {
|
|
|
22504
22689
|
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
22505
22690
|
*/
|
|
22506
22691
|
sessionId?: string;
|
|
22692
|
+
wordNumber?: number;
|
|
22507
22693
|
/**
|
|
22508
22694
|
* @remarks
|
|
22509
22695
|
* This parameter is required.
|
|
@@ -22560,6 +22746,7 @@ export declare class RunDocBrainmapResponse extends $dara.Model {
|
|
|
22560
22746
|
});
|
|
22561
22747
|
}
|
|
22562
22748
|
export declare class RunDocIntroductionRequest extends $dara.Model {
|
|
22749
|
+
cleanCache?: boolean;
|
|
22563
22750
|
/**
|
|
22564
22751
|
* @remarks
|
|
22565
22752
|
* This parameter is required.
|
|
@@ -22568,6 +22755,8 @@ export declare class RunDocIntroductionRequest extends $dara.Model {
|
|
|
22568
22755
|
* 12345
|
|
22569
22756
|
*/
|
|
22570
22757
|
docId?: string;
|
|
22758
|
+
introductionPrompt?: string;
|
|
22759
|
+
keyPointPrompt?: string;
|
|
22571
22760
|
/**
|
|
22572
22761
|
* @remarks
|
|
22573
22762
|
* This parameter is required.
|
|
@@ -22576,6 +22765,7 @@ export declare class RunDocIntroductionRequest extends $dara.Model {
|
|
|
22576
22765
|
* a3b5eb35-6b28-4cf9-ac09-1dec25ab4df6
|
|
22577
22766
|
*/
|
|
22578
22767
|
sessionId?: string;
|
|
22768
|
+
summaryPrompt?: string;
|
|
22579
22769
|
/**
|
|
22580
22770
|
* @remarks
|
|
22581
22771
|
* This parameter is required.
|
|
@@ -22833,6 +23023,7 @@ export declare class RunDocSmartCardResponse extends $dara.Model {
|
|
|
22833
23023
|
});
|
|
22834
23024
|
}
|
|
22835
23025
|
export declare class RunDocSummaryRequest extends $dara.Model {
|
|
23026
|
+
cleanCache?: boolean;
|
|
22836
23027
|
/**
|
|
22837
23028
|
* @example
|
|
22838
23029
|
* 12345
|
|
@@ -22904,6 +23095,7 @@ export declare class RunDocSummaryResponse extends $dara.Model {
|
|
|
22904
23095
|
});
|
|
22905
23096
|
}
|
|
22906
23097
|
export declare class RunDocTranslationRequest extends $dara.Model {
|
|
23098
|
+
cleanCache?: boolean;
|
|
22907
23099
|
/**
|
|
22908
23100
|
* @example
|
|
22909
23101
|
* 12345
|
|
@@ -22979,6 +23171,85 @@ export declare class RunDocTranslationResponse extends $dara.Model {
|
|
|
22979
23171
|
[key: string]: any;
|
|
22980
23172
|
});
|
|
22981
23173
|
}
|
|
23174
|
+
export declare class RunDocWashingRequest extends $dara.Model {
|
|
23175
|
+
prompt?: string;
|
|
23176
|
+
/**
|
|
23177
|
+
* @remarks
|
|
23178
|
+
* This parameter is required.
|
|
23179
|
+
*/
|
|
23180
|
+
referenceContent?: string;
|
|
23181
|
+
sessionId?: string;
|
|
23182
|
+
topic?: string;
|
|
23183
|
+
/**
|
|
23184
|
+
* @example
|
|
23185
|
+
* 500
|
|
23186
|
+
*/
|
|
23187
|
+
wordNumber?: number;
|
|
23188
|
+
/**
|
|
23189
|
+
* @remarks
|
|
23190
|
+
* This parameter is required.
|
|
23191
|
+
*
|
|
23192
|
+
* @example
|
|
23193
|
+
* llm-2setzb9x4ewsd
|
|
23194
|
+
*/
|
|
23195
|
+
workspaceId?: string;
|
|
23196
|
+
writingTypeName?: string;
|
|
23197
|
+
writingTypeRefDoc?: string;
|
|
23198
|
+
static names(): {
|
|
23199
|
+
[key: string]: string;
|
|
23200
|
+
};
|
|
23201
|
+
static types(): {
|
|
23202
|
+
[key: string]: any;
|
|
23203
|
+
};
|
|
23204
|
+
validate(): void;
|
|
23205
|
+
constructor(map?: {
|
|
23206
|
+
[key: string]: any;
|
|
23207
|
+
});
|
|
23208
|
+
}
|
|
23209
|
+
export declare class RunDocWashingResponseBody extends $dara.Model {
|
|
23210
|
+
/**
|
|
23211
|
+
* @example
|
|
23212
|
+
* false
|
|
23213
|
+
*/
|
|
23214
|
+
end?: boolean;
|
|
23215
|
+
header?: RunDocWashingResponseBodyHeader;
|
|
23216
|
+
payload?: RunDocWashingResponseBodyPayload;
|
|
23217
|
+
/**
|
|
23218
|
+
* @remarks
|
|
23219
|
+
* Id of the request
|
|
23220
|
+
*
|
|
23221
|
+
* @example
|
|
23222
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
23223
|
+
*/
|
|
23224
|
+
requestId?: string;
|
|
23225
|
+
static names(): {
|
|
23226
|
+
[key: string]: string;
|
|
23227
|
+
};
|
|
23228
|
+
static types(): {
|
|
23229
|
+
[key: string]: any;
|
|
23230
|
+
};
|
|
23231
|
+
validate(): void;
|
|
23232
|
+
constructor(map?: {
|
|
23233
|
+
[key: string]: any;
|
|
23234
|
+
});
|
|
23235
|
+
}
|
|
23236
|
+
export declare class RunDocWashingResponse extends $dara.Model {
|
|
23237
|
+
headers?: {
|
|
23238
|
+
[key: string]: string;
|
|
23239
|
+
};
|
|
23240
|
+
statusCode?: number;
|
|
23241
|
+
body?: RunDocWashingResponseBody;
|
|
23242
|
+
static names(): {
|
|
23243
|
+
[key: string]: string;
|
|
23244
|
+
};
|
|
23245
|
+
static types(): {
|
|
23246
|
+
[key: string]: any;
|
|
23247
|
+
};
|
|
23248
|
+
validate(): void;
|
|
23249
|
+
constructor(map?: {
|
|
23250
|
+
[key: string]: any;
|
|
23251
|
+
});
|
|
23252
|
+
}
|
|
22982
23253
|
export declare class RunExpandContentRequest extends $dara.Model {
|
|
22983
23254
|
/**
|
|
22984
23255
|
* @remarks
|
|
@@ -23956,6 +24227,7 @@ export declare class RunTextPolishingResponse extends $dara.Model {
|
|
|
23956
24227
|
});
|
|
23957
24228
|
}
|
|
23958
24229
|
export declare class RunTitleGenerationRequest extends $dara.Model {
|
|
24230
|
+
deduplicatedTitles?: string[];
|
|
23959
24231
|
/**
|
|
23960
24232
|
* @remarks
|
|
23961
24233
|
* This parameter is required.
|
|
@@ -23966,6 +24238,7 @@ export declare class RunTitleGenerationRequest extends $dara.Model {
|
|
|
23966
24238
|
* xxxx
|
|
23967
24239
|
*/
|
|
23968
24240
|
taskId?: string;
|
|
24241
|
+
titleCount?: string;
|
|
23969
24242
|
/**
|
|
23970
24243
|
* @remarks
|
|
23971
24244
|
* This parameter is required.
|
|
@@ -23986,6 +24259,7 @@ export declare class RunTitleGenerationRequest extends $dara.Model {
|
|
|
23986
24259
|
});
|
|
23987
24260
|
}
|
|
23988
24261
|
export declare class RunTitleGenerationShrinkRequest extends $dara.Model {
|
|
24262
|
+
deduplicatedTitlesShrink?: string;
|
|
23989
24263
|
/**
|
|
23990
24264
|
* @remarks
|
|
23991
24265
|
* This parameter is required.
|
|
@@ -23996,6 +24270,7 @@ export declare class RunTitleGenerationShrinkRequest extends $dara.Model {
|
|
|
23996
24270
|
* xxxx
|
|
23997
24271
|
*/
|
|
23998
24272
|
taskId?: string;
|
|
24273
|
+
titleCount?: string;
|
|
23999
24274
|
/**
|
|
24000
24275
|
* @remarks
|
|
24001
24276
|
* This parameter is required.
|
|
@@ -28392,6 +28667,21 @@ export default class Client extends OpenApi {
|
|
|
28392
28667
|
* @returns RunDocTranslationResponse
|
|
28393
28668
|
*/
|
|
28394
28669
|
runDocTranslation(request: RunDocTranslationRequest): Promise<RunDocTranslationResponse>;
|
|
28670
|
+
/**
|
|
28671
|
+
* 文档改写
|
|
28672
|
+
*
|
|
28673
|
+
* @param request - RunDocWashingRequest
|
|
28674
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
28675
|
+
* @returns RunDocWashingResponse
|
|
28676
|
+
*/
|
|
28677
|
+
runDocWashingWithOptions(request: RunDocWashingRequest, runtime: $dara.RuntimeOptions): Promise<RunDocWashingResponse>;
|
|
28678
|
+
/**
|
|
28679
|
+
* 文档改写
|
|
28680
|
+
*
|
|
28681
|
+
* @param request - RunDocWashingRequest
|
|
28682
|
+
* @returns RunDocWashingResponse
|
|
28683
|
+
*/
|
|
28684
|
+
runDocWashing(request: RunDocWashingRequest): Promise<RunDocWashingResponse>;
|
|
28395
28685
|
/**
|
|
28396
28686
|
* 内容扩写
|
|
28397
28687
|
*
|