@alicloud/aimiaobi20230801 1.18.0 → 1.20.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 +1264 -220
- package/dist/client.js +1418 -147
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2233 -283
package/dist/client.d.ts
CHANGED
|
@@ -5180,6 +5180,43 @@ export declare class ListSearchTasksResponseBodyData extends $dara.Model {
|
|
|
5180
5180
|
[key: string]: any;
|
|
5181
5181
|
});
|
|
5182
5182
|
}
|
|
5183
|
+
export declare class ListStyleLearningResultResponseBodyData extends $dara.Model {
|
|
5184
|
+
/**
|
|
5185
|
+
* @example
|
|
5186
|
+
* AIGC 生成的内容
|
|
5187
|
+
*/
|
|
5188
|
+
aigcResult?: string;
|
|
5189
|
+
/**
|
|
5190
|
+
* @example
|
|
5191
|
+
* 70
|
|
5192
|
+
*/
|
|
5193
|
+
id?: number;
|
|
5194
|
+
/**
|
|
5195
|
+
* @example
|
|
5196
|
+
* 用户修订后内容
|
|
5197
|
+
*/
|
|
5198
|
+
rewriteResult?: string;
|
|
5199
|
+
/**
|
|
5200
|
+
* @example
|
|
5201
|
+
* 文体风格名称
|
|
5202
|
+
*/
|
|
5203
|
+
styleName?: string;
|
|
5204
|
+
/**
|
|
5205
|
+
* @example
|
|
5206
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
5207
|
+
*/
|
|
5208
|
+
taskId?: string;
|
|
5209
|
+
static names(): {
|
|
5210
|
+
[key: string]: string;
|
|
5211
|
+
};
|
|
5212
|
+
static types(): {
|
|
5213
|
+
[key: string]: any;
|
|
5214
|
+
};
|
|
5215
|
+
validate(): void;
|
|
5216
|
+
constructor(map?: {
|
|
5217
|
+
[key: string]: any;
|
|
5218
|
+
});
|
|
5219
|
+
}
|
|
5183
5220
|
export declare class ListTimedViewAttitudeResponseBodyDataViewPointsOutlines extends $dara.Model {
|
|
5184
5221
|
/**
|
|
5185
5222
|
* @example
|
|
@@ -5831,6 +5868,98 @@ export declare class RunBookSmartCardResponseBodyPayload extends $dara.Model {
|
|
|
5831
5868
|
[key: string]: any;
|
|
5832
5869
|
});
|
|
5833
5870
|
}
|
|
5871
|
+
export declare class RunCommentGenerationResponseBodyHeader extends $dara.Model {
|
|
5872
|
+
/**
|
|
5873
|
+
* @example
|
|
5874
|
+
* result-generated
|
|
5875
|
+
*/
|
|
5876
|
+
event?: string;
|
|
5877
|
+
eventInfo?: string;
|
|
5878
|
+
/**
|
|
5879
|
+
* @example
|
|
5880
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
5881
|
+
*/
|
|
5882
|
+
requestId?: string;
|
|
5883
|
+
/**
|
|
5884
|
+
* @example
|
|
5885
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
5886
|
+
*/
|
|
5887
|
+
sessionId?: string;
|
|
5888
|
+
/**
|
|
5889
|
+
* @example
|
|
5890
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
5891
|
+
*/
|
|
5892
|
+
taskId?: string;
|
|
5893
|
+
/**
|
|
5894
|
+
* @example
|
|
5895
|
+
* 0bd58ea2-dc38-45da-ac02-17f05cb9040b
|
|
5896
|
+
*/
|
|
5897
|
+
traceId?: string;
|
|
5898
|
+
static names(): {
|
|
5899
|
+
[key: string]: string;
|
|
5900
|
+
};
|
|
5901
|
+
static types(): {
|
|
5902
|
+
[key: string]: any;
|
|
5903
|
+
};
|
|
5904
|
+
validate(): void;
|
|
5905
|
+
constructor(map?: {
|
|
5906
|
+
[key: string]: any;
|
|
5907
|
+
});
|
|
5908
|
+
}
|
|
5909
|
+
export declare class RunCommentGenerationResponseBodyPayloadOutput extends $dara.Model {
|
|
5910
|
+
text?: string;
|
|
5911
|
+
static names(): {
|
|
5912
|
+
[key: string]: string;
|
|
5913
|
+
};
|
|
5914
|
+
static types(): {
|
|
5915
|
+
[key: string]: any;
|
|
5916
|
+
};
|
|
5917
|
+
validate(): void;
|
|
5918
|
+
constructor(map?: {
|
|
5919
|
+
[key: string]: any;
|
|
5920
|
+
});
|
|
5921
|
+
}
|
|
5922
|
+
export declare class RunCommentGenerationResponseBodyPayloadUsage extends $dara.Model {
|
|
5923
|
+
/**
|
|
5924
|
+
* @example
|
|
5925
|
+
* 1
|
|
5926
|
+
*/
|
|
5927
|
+
inputTokens?: number;
|
|
5928
|
+
/**
|
|
5929
|
+
* @example
|
|
5930
|
+
* 2
|
|
5931
|
+
*/
|
|
5932
|
+
outputTokens?: number;
|
|
5933
|
+
/**
|
|
5934
|
+
* @example
|
|
5935
|
+
* 3
|
|
5936
|
+
*/
|
|
5937
|
+
totalTokens?: number;
|
|
5938
|
+
static names(): {
|
|
5939
|
+
[key: string]: string;
|
|
5940
|
+
};
|
|
5941
|
+
static types(): {
|
|
5942
|
+
[key: string]: any;
|
|
5943
|
+
};
|
|
5944
|
+
validate(): void;
|
|
5945
|
+
constructor(map?: {
|
|
5946
|
+
[key: string]: any;
|
|
5947
|
+
});
|
|
5948
|
+
}
|
|
5949
|
+
export declare class RunCommentGenerationResponseBodyPayload extends $dara.Model {
|
|
5950
|
+
output?: RunCommentGenerationResponseBodyPayloadOutput;
|
|
5951
|
+
usage?: RunCommentGenerationResponseBodyPayloadUsage;
|
|
5952
|
+
static names(): {
|
|
5953
|
+
[key: string]: string;
|
|
5954
|
+
};
|
|
5955
|
+
static types(): {
|
|
5956
|
+
[key: string]: any;
|
|
5957
|
+
};
|
|
5958
|
+
validate(): void;
|
|
5959
|
+
constructor(map?: {
|
|
5960
|
+
[key: string]: any;
|
|
5961
|
+
});
|
|
5962
|
+
}
|
|
5834
5963
|
export declare class RunContinueContentResponseBodyHeader extends $dara.Model {
|
|
5835
5964
|
/**
|
|
5836
5965
|
* @example
|
|
@@ -7127,52 +7256,36 @@ export declare class RunExpandContentResponseBodyPayload extends $dara.Model {
|
|
|
7127
7256
|
[key: string]: any;
|
|
7128
7257
|
});
|
|
7129
7258
|
}
|
|
7130
|
-
export declare class
|
|
7131
|
-
/**
|
|
7132
|
-
* @remarks
|
|
7133
|
-
* This parameter is required.
|
|
7134
|
-
*/
|
|
7135
|
-
contents?: string[];
|
|
7136
|
-
static names(): {
|
|
7137
|
-
[key: string]: string;
|
|
7138
|
-
};
|
|
7139
|
-
static types(): {
|
|
7140
|
-
[key: string]: any;
|
|
7141
|
-
};
|
|
7142
|
-
validate(): void;
|
|
7143
|
-
constructor(map?: {
|
|
7144
|
-
[key: string]: any;
|
|
7145
|
-
});
|
|
7146
|
-
}
|
|
7147
|
-
export declare class RunKeywordsExtractionGenerationResponseBodyHeader extends $dara.Model {
|
|
7259
|
+
export declare class RunGenerateQuestionsResponseBodyHeader extends $dara.Model {
|
|
7148
7260
|
/**
|
|
7149
7261
|
* @example
|
|
7150
|
-
*
|
|
7262
|
+
* 200
|
|
7151
7263
|
*/
|
|
7152
7264
|
errorCode?: string;
|
|
7153
7265
|
/**
|
|
7154
7266
|
* @example
|
|
7155
|
-
*
|
|
7267
|
+
* success
|
|
7156
7268
|
*/
|
|
7157
7269
|
errorMessage?: string;
|
|
7158
7270
|
/**
|
|
7159
7271
|
* @example
|
|
7160
|
-
*
|
|
7272
|
+
* finished
|
|
7161
7273
|
*/
|
|
7162
7274
|
event?: string;
|
|
7275
|
+
eventInfo?: string;
|
|
7163
7276
|
/**
|
|
7164
7277
|
* @example
|
|
7165
|
-
*
|
|
7278
|
+
* 3cd10828-0e42-471c-8f1a-931cde20b035
|
|
7166
7279
|
*/
|
|
7167
7280
|
sessionId?: string;
|
|
7168
7281
|
/**
|
|
7169
7282
|
* @example
|
|
7170
|
-
*
|
|
7283
|
+
* d3be9981-ca2d-4e17-bf31-1c0a628e9f99
|
|
7171
7284
|
*/
|
|
7172
7285
|
taskId?: string;
|
|
7173
7286
|
/**
|
|
7174
7287
|
* @example
|
|
7175
|
-
*
|
|
7288
|
+
* 0bc3b4b417362160345997589e5f6e
|
|
7176
7289
|
*/
|
|
7177
7290
|
traceId?: string;
|
|
7178
7291
|
static names(): {
|
|
@@ -7186,12 +7299,8 @@ export declare class RunKeywordsExtractionGenerationResponseBodyHeader extends $
|
|
|
7186
7299
|
[key: string]: any;
|
|
7187
7300
|
});
|
|
7188
7301
|
}
|
|
7189
|
-
export declare class
|
|
7190
|
-
|
|
7191
|
-
* @example
|
|
7192
|
-
* xxx
|
|
7193
|
-
*/
|
|
7194
|
-
text?: string;
|
|
7302
|
+
export declare class RunGenerateQuestionsResponseBodyPayloadOutput extends $dara.Model {
|
|
7303
|
+
content?: string;
|
|
7195
7304
|
static names(): {
|
|
7196
7305
|
[key: string]: string;
|
|
7197
7306
|
};
|
|
@@ -7203,20 +7312,20 @@ export declare class RunKeywordsExtractionGenerationResponseBodyPayloadOutput ex
|
|
|
7203
7312
|
[key: string]: any;
|
|
7204
7313
|
});
|
|
7205
7314
|
}
|
|
7206
|
-
export declare class
|
|
7315
|
+
export declare class RunGenerateQuestionsResponseBodyPayloadUsage extends $dara.Model {
|
|
7207
7316
|
/**
|
|
7208
7317
|
* @example
|
|
7209
|
-
*
|
|
7318
|
+
* 100
|
|
7210
7319
|
*/
|
|
7211
7320
|
inputTokens?: number;
|
|
7212
7321
|
/**
|
|
7213
7322
|
* @example
|
|
7214
|
-
*
|
|
7323
|
+
* 100
|
|
7215
7324
|
*/
|
|
7216
7325
|
outputTokens?: number;
|
|
7217
7326
|
/**
|
|
7218
7327
|
* @example
|
|
7219
|
-
*
|
|
7328
|
+
* 200
|
|
7220
7329
|
*/
|
|
7221
7330
|
totalTokens?: number;
|
|
7222
7331
|
static names(): {
|
|
@@ -7230,9 +7339,9 @@ export declare class RunKeywordsExtractionGenerationResponseBodyPayloadUsage ext
|
|
|
7230
7339
|
[key: string]: any;
|
|
7231
7340
|
});
|
|
7232
7341
|
}
|
|
7233
|
-
export declare class
|
|
7234
|
-
output?:
|
|
7235
|
-
usage?:
|
|
7342
|
+
export declare class RunGenerateQuestionsResponseBodyPayload extends $dara.Model {
|
|
7343
|
+
output?: RunGenerateQuestionsResponseBodyPayloadOutput;
|
|
7344
|
+
usage?: RunGenerateQuestionsResponseBodyPayloadUsage;
|
|
7236
7345
|
static names(): {
|
|
7237
7346
|
[key: string]: string;
|
|
7238
7347
|
};
|
|
@@ -7244,68 +7353,38 @@ export declare class RunKeywordsExtractionGenerationResponseBodyPayload extends
|
|
|
7244
7353
|
[key: string]: any;
|
|
7245
7354
|
});
|
|
7246
7355
|
}
|
|
7247
|
-
export declare class
|
|
7248
|
-
chunks?: string[];
|
|
7249
|
-
/**
|
|
7250
|
-
* @example
|
|
7251
|
-
* 文章内容
|
|
7252
|
-
*/
|
|
7253
|
-
content?: string;
|
|
7254
|
-
/**
|
|
7255
|
-
* @example
|
|
7256
|
-
* 文档-自定义的唯一ID
|
|
7257
|
-
*/
|
|
7258
|
-
docId?: string;
|
|
7259
|
-
/**
|
|
7260
|
-
* @example
|
|
7261
|
-
* xxx
|
|
7262
|
-
*/
|
|
7263
|
-
docUuid?: string;
|
|
7264
|
-
/**
|
|
7265
|
-
* @example
|
|
7266
|
-
* 2024-11-25 14:25:59
|
|
7267
|
-
*/
|
|
7268
|
-
pubTime?: string;
|
|
7269
|
-
/**
|
|
7270
|
-
* @example
|
|
7271
|
-
* 1
|
|
7272
|
-
*/
|
|
7273
|
-
score?: number;
|
|
7274
|
-
/**
|
|
7275
|
-
* @example
|
|
7276
|
-
* QuarkCommonNews
|
|
7277
|
-
*/
|
|
7278
|
-
searchSource?: string;
|
|
7356
|
+
export declare class RunHotwordResponseBodyHeader extends $dara.Model {
|
|
7279
7357
|
/**
|
|
7280
7358
|
* @example
|
|
7281
|
-
*
|
|
7359
|
+
* 200
|
|
7282
7360
|
*/
|
|
7283
|
-
|
|
7361
|
+
errorCode?: string;
|
|
7284
7362
|
/**
|
|
7285
7363
|
* @example
|
|
7286
|
-
*
|
|
7364
|
+
* success
|
|
7287
7365
|
*/
|
|
7288
|
-
|
|
7366
|
+
errorMessage?: string;
|
|
7289
7367
|
/**
|
|
7290
7368
|
* @example
|
|
7291
|
-
*
|
|
7369
|
+
* finished
|
|
7292
7370
|
*/
|
|
7293
|
-
|
|
7371
|
+
event?: string;
|
|
7372
|
+
eventInfo?: string;
|
|
7294
7373
|
/**
|
|
7295
7374
|
* @example
|
|
7296
|
-
*
|
|
7375
|
+
* 92e16ccb-92b6-4894-abbf-fc6e2929a0df
|
|
7297
7376
|
*/
|
|
7298
|
-
|
|
7377
|
+
sessionId?: string;
|
|
7299
7378
|
/**
|
|
7300
7379
|
* @example
|
|
7301
|
-
*
|
|
7380
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
7302
7381
|
*/
|
|
7303
|
-
|
|
7382
|
+
taskId?: string;
|
|
7304
7383
|
/**
|
|
7305
7384
|
* @example
|
|
7306
|
-
*
|
|
7385
|
+
* 0abb7e3217356108993888059ee72b
|
|
7307
7386
|
*/
|
|
7308
|
-
|
|
7387
|
+
traceId?: string;
|
|
7309
7388
|
static names(): {
|
|
7310
7389
|
[key: string]: string;
|
|
7311
7390
|
};
|
|
@@ -7317,8 +7396,8 @@ export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalM
|
|
|
7317
7396
|
[key: string]: any;
|
|
7318
7397
|
});
|
|
7319
7398
|
}
|
|
7320
|
-
export declare class
|
|
7321
|
-
|
|
7399
|
+
export declare class RunHotwordResponseBodyPayloadOutput extends $dara.Model {
|
|
7400
|
+
content?: string;
|
|
7322
7401
|
static names(): {
|
|
7323
7402
|
[key: string]: string;
|
|
7324
7403
|
};
|
|
@@ -7330,33 +7409,22 @@ export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalM
|
|
|
7330
7409
|
[key: string]: any;
|
|
7331
7410
|
});
|
|
7332
7411
|
}
|
|
7333
|
-
export declare class
|
|
7334
|
-
/**
|
|
7335
|
-
* @example
|
|
7336
|
-
* 原始会话唯一标识:搜索结果取这个会话中的全量,目前仅媒资搜索场景需要
|
|
7337
|
-
*/
|
|
7338
|
-
originalSessionId?: string;
|
|
7339
|
-
/**
|
|
7340
|
-
* @example
|
|
7341
|
-
* TextGenerate
|
|
7342
|
-
*/
|
|
7343
|
-
searchModel?: string;
|
|
7412
|
+
export declare class RunHotwordResponseBodyPayloadUsage extends $dara.Model {
|
|
7344
7413
|
/**
|
|
7345
7414
|
* @example
|
|
7346
|
-
*
|
|
7415
|
+
* 100
|
|
7347
7416
|
*/
|
|
7348
|
-
|
|
7417
|
+
inputTokens?: number;
|
|
7349
7418
|
/**
|
|
7350
7419
|
* @example
|
|
7351
|
-
*
|
|
7420
|
+
* 1
|
|
7352
7421
|
*/
|
|
7353
|
-
|
|
7422
|
+
outputTokens?: number;
|
|
7354
7423
|
/**
|
|
7355
7424
|
* @example
|
|
7356
|
-
*
|
|
7425
|
+
* 101
|
|
7357
7426
|
*/
|
|
7358
|
-
|
|
7359
|
-
textSearchResult?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResult;
|
|
7427
|
+
totalTokens?: number;
|
|
7360
7428
|
static names(): {
|
|
7361
7429
|
[key: string]: string;
|
|
7362
7430
|
};
|
|
@@ -7368,8 +7436,9 @@ export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalM
|
|
|
7368
7436
|
[key: string]: any;
|
|
7369
7437
|
});
|
|
7370
7438
|
}
|
|
7371
|
-
export declare class
|
|
7372
|
-
|
|
7439
|
+
export declare class RunHotwordResponseBodyPayload extends $dara.Model {
|
|
7440
|
+
output?: RunHotwordResponseBodyPayloadOutput;
|
|
7441
|
+
usage?: RunHotwordResponseBodyPayloadUsage;
|
|
7373
7442
|
static names(): {
|
|
7374
7443
|
[key: string]: string;
|
|
7375
7444
|
};
|
|
@@ -7381,8 +7450,374 @@ export declare class RunSearchGenerationRequestAgentContextBizContext extends $d
|
|
|
7381
7450
|
[key: string]: any;
|
|
7382
7451
|
});
|
|
7383
7452
|
}
|
|
7384
|
-
export declare class
|
|
7385
|
-
|
|
7453
|
+
export declare class RunKeywordsExtractionGenerationRequestReferenceData extends $dara.Model {
|
|
7454
|
+
/**
|
|
7455
|
+
* @remarks
|
|
7456
|
+
* This parameter is required.
|
|
7457
|
+
*/
|
|
7458
|
+
contents?: string[];
|
|
7459
|
+
static names(): {
|
|
7460
|
+
[key: string]: string;
|
|
7461
|
+
};
|
|
7462
|
+
static types(): {
|
|
7463
|
+
[key: string]: any;
|
|
7464
|
+
};
|
|
7465
|
+
validate(): void;
|
|
7466
|
+
constructor(map?: {
|
|
7467
|
+
[key: string]: any;
|
|
7468
|
+
});
|
|
7469
|
+
}
|
|
7470
|
+
export declare class RunKeywordsExtractionGenerationResponseBodyHeader extends $dara.Model {
|
|
7471
|
+
/**
|
|
7472
|
+
* @example
|
|
7473
|
+
* AccessForbid
|
|
7474
|
+
*/
|
|
7475
|
+
errorCode?: string;
|
|
7476
|
+
/**
|
|
7477
|
+
* @example
|
|
7478
|
+
* xx
|
|
7479
|
+
*/
|
|
7480
|
+
errorMessage?: string;
|
|
7481
|
+
/**
|
|
7482
|
+
* @example
|
|
7483
|
+
* task-failed
|
|
7484
|
+
*/
|
|
7485
|
+
event?: string;
|
|
7486
|
+
/**
|
|
7487
|
+
* @example
|
|
7488
|
+
* 1a3d7c9f-3a6d-4e49-b176-2d8721a27397
|
|
7489
|
+
*/
|
|
7490
|
+
sessionId?: string;
|
|
7491
|
+
/**
|
|
7492
|
+
* @example
|
|
7493
|
+
* 8d55b429d7c6d321fcff54823e8d317b
|
|
7494
|
+
*/
|
|
7495
|
+
taskId?: string;
|
|
7496
|
+
/**
|
|
7497
|
+
* @example
|
|
7498
|
+
* 210bc4e817219607963985396de8bd
|
|
7499
|
+
*/
|
|
7500
|
+
traceId?: string;
|
|
7501
|
+
static names(): {
|
|
7502
|
+
[key: string]: string;
|
|
7503
|
+
};
|
|
7504
|
+
static types(): {
|
|
7505
|
+
[key: string]: any;
|
|
7506
|
+
};
|
|
7507
|
+
validate(): void;
|
|
7508
|
+
constructor(map?: {
|
|
7509
|
+
[key: string]: any;
|
|
7510
|
+
});
|
|
7511
|
+
}
|
|
7512
|
+
export declare class RunKeywordsExtractionGenerationResponseBodyPayloadOutput extends $dara.Model {
|
|
7513
|
+
/**
|
|
7514
|
+
* @example
|
|
7515
|
+
* xxx
|
|
7516
|
+
*/
|
|
7517
|
+
text?: string;
|
|
7518
|
+
static names(): {
|
|
7519
|
+
[key: string]: string;
|
|
7520
|
+
};
|
|
7521
|
+
static types(): {
|
|
7522
|
+
[key: string]: any;
|
|
7523
|
+
};
|
|
7524
|
+
validate(): void;
|
|
7525
|
+
constructor(map?: {
|
|
7526
|
+
[key: string]: any;
|
|
7527
|
+
});
|
|
7528
|
+
}
|
|
7529
|
+
export declare class RunKeywordsExtractionGenerationResponseBodyPayloadUsage extends $dara.Model {
|
|
7530
|
+
/**
|
|
7531
|
+
* @example
|
|
7532
|
+
* 1
|
|
7533
|
+
*/
|
|
7534
|
+
inputTokens?: number;
|
|
7535
|
+
/**
|
|
7536
|
+
* @example
|
|
7537
|
+
* 1
|
|
7538
|
+
*/
|
|
7539
|
+
outputTokens?: number;
|
|
7540
|
+
/**
|
|
7541
|
+
* @example
|
|
7542
|
+
* 2
|
|
7543
|
+
*/
|
|
7544
|
+
totalTokens?: number;
|
|
7545
|
+
static names(): {
|
|
7546
|
+
[key: string]: string;
|
|
7547
|
+
};
|
|
7548
|
+
static types(): {
|
|
7549
|
+
[key: string]: any;
|
|
7550
|
+
};
|
|
7551
|
+
validate(): void;
|
|
7552
|
+
constructor(map?: {
|
|
7553
|
+
[key: string]: any;
|
|
7554
|
+
});
|
|
7555
|
+
}
|
|
7556
|
+
export declare class RunKeywordsExtractionGenerationResponseBodyPayload extends $dara.Model {
|
|
7557
|
+
output?: RunKeywordsExtractionGenerationResponseBodyPayloadOutput;
|
|
7558
|
+
usage?: RunKeywordsExtractionGenerationResponseBodyPayloadUsage;
|
|
7559
|
+
static names(): {
|
|
7560
|
+
[key: string]: string;
|
|
7561
|
+
};
|
|
7562
|
+
static types(): {
|
|
7563
|
+
[key: string]: any;
|
|
7564
|
+
};
|
|
7565
|
+
validate(): void;
|
|
7566
|
+
constructor(map?: {
|
|
7567
|
+
[key: string]: any;
|
|
7568
|
+
});
|
|
7569
|
+
}
|
|
7570
|
+
export declare class RunMultiDocIntroductionResponseBodyHeader extends $dara.Model {
|
|
7571
|
+
/**
|
|
7572
|
+
* @example
|
|
7573
|
+
* 200
|
|
7574
|
+
*/
|
|
7575
|
+
errorCode?: string;
|
|
7576
|
+
/**
|
|
7577
|
+
* @example
|
|
7578
|
+
* Message does not exist.
|
|
7579
|
+
*/
|
|
7580
|
+
errorMessage?: string;
|
|
7581
|
+
/**
|
|
7582
|
+
* @example
|
|
7583
|
+
* finished
|
|
7584
|
+
*/
|
|
7585
|
+
event?: string;
|
|
7586
|
+
eventInfo?: string;
|
|
7587
|
+
/**
|
|
7588
|
+
* @example
|
|
7589
|
+
* 92e16ccb-92b6-4894-abbf-fc6e2929a0df
|
|
7590
|
+
*/
|
|
7591
|
+
sessionId?: string;
|
|
7592
|
+
/**
|
|
7593
|
+
* @example
|
|
7594
|
+
* b057f2fa-2277-477b-babf-cbc062307828
|
|
7595
|
+
*/
|
|
7596
|
+
taskId?: string;
|
|
7597
|
+
/**
|
|
7598
|
+
* @example
|
|
7599
|
+
* 46e5c2b5-0877-4f09-bd91-ab0cf314e48b
|
|
7600
|
+
*/
|
|
7601
|
+
traceId?: string;
|
|
7602
|
+
static names(): {
|
|
7603
|
+
[key: string]: string;
|
|
7604
|
+
};
|
|
7605
|
+
static types(): {
|
|
7606
|
+
[key: string]: any;
|
|
7607
|
+
};
|
|
7608
|
+
validate(): void;
|
|
7609
|
+
constructor(map?: {
|
|
7610
|
+
[key: string]: any;
|
|
7611
|
+
});
|
|
7612
|
+
}
|
|
7613
|
+
export declare class RunMultiDocIntroductionResponseBodyPayloadOutputKeyPoints extends $dara.Model {
|
|
7614
|
+
keyPoint?: string;
|
|
7615
|
+
source?: string;
|
|
7616
|
+
static names(): {
|
|
7617
|
+
[key: string]: string;
|
|
7618
|
+
};
|
|
7619
|
+
static types(): {
|
|
7620
|
+
[key: string]: any;
|
|
7621
|
+
};
|
|
7622
|
+
validate(): void;
|
|
7623
|
+
constructor(map?: {
|
|
7624
|
+
[key: string]: any;
|
|
7625
|
+
});
|
|
7626
|
+
}
|
|
7627
|
+
export declare class RunMultiDocIntroductionResponseBodyPayloadOutput extends $dara.Model {
|
|
7628
|
+
keyPoints?: RunMultiDocIntroductionResponseBodyPayloadOutputKeyPoints[];
|
|
7629
|
+
summary?: string;
|
|
7630
|
+
static names(): {
|
|
7631
|
+
[key: string]: string;
|
|
7632
|
+
};
|
|
7633
|
+
static types(): {
|
|
7634
|
+
[key: string]: any;
|
|
7635
|
+
};
|
|
7636
|
+
validate(): void;
|
|
7637
|
+
constructor(map?: {
|
|
7638
|
+
[key: string]: any;
|
|
7639
|
+
});
|
|
7640
|
+
}
|
|
7641
|
+
export declare class RunMultiDocIntroductionResponseBodyPayloadUsage extends $dara.Model {
|
|
7642
|
+
/**
|
|
7643
|
+
* @example
|
|
7644
|
+
* 65
|
|
7645
|
+
*/
|
|
7646
|
+
inputTokens?: number;
|
|
7647
|
+
/**
|
|
7648
|
+
* @example
|
|
7649
|
+
* 100
|
|
7650
|
+
*/
|
|
7651
|
+
outputTokens?: number;
|
|
7652
|
+
/**
|
|
7653
|
+
* @example
|
|
7654
|
+
* 165
|
|
7655
|
+
*/
|
|
7656
|
+
totalTokens?: number;
|
|
7657
|
+
static names(): {
|
|
7658
|
+
[key: string]: string;
|
|
7659
|
+
};
|
|
7660
|
+
static types(): {
|
|
7661
|
+
[key: string]: any;
|
|
7662
|
+
};
|
|
7663
|
+
validate(): void;
|
|
7664
|
+
constructor(map?: {
|
|
7665
|
+
[key: string]: any;
|
|
7666
|
+
});
|
|
7667
|
+
}
|
|
7668
|
+
export declare class RunMultiDocIntroductionResponseBodyPayload extends $dara.Model {
|
|
7669
|
+
output?: RunMultiDocIntroductionResponseBodyPayloadOutput;
|
|
7670
|
+
usage?: RunMultiDocIntroductionResponseBodyPayloadUsage;
|
|
7671
|
+
static names(): {
|
|
7672
|
+
[key: string]: string;
|
|
7673
|
+
};
|
|
7674
|
+
static types(): {
|
|
7675
|
+
[key: string]: any;
|
|
7676
|
+
};
|
|
7677
|
+
validate(): void;
|
|
7678
|
+
constructor(map?: {
|
|
7679
|
+
[key: string]: any;
|
|
7680
|
+
});
|
|
7681
|
+
}
|
|
7682
|
+
export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResultSearchResult extends $dara.Model {
|
|
7683
|
+
chunks?: string[];
|
|
7684
|
+
/**
|
|
7685
|
+
* @example
|
|
7686
|
+
* 文章内容
|
|
7687
|
+
*/
|
|
7688
|
+
content?: string;
|
|
7689
|
+
/**
|
|
7690
|
+
* @example
|
|
7691
|
+
* 文档-自定义的唯一ID
|
|
7692
|
+
*/
|
|
7693
|
+
docId?: string;
|
|
7694
|
+
/**
|
|
7695
|
+
* @example
|
|
7696
|
+
* xxx
|
|
7697
|
+
*/
|
|
7698
|
+
docUuid?: string;
|
|
7699
|
+
/**
|
|
7700
|
+
* @example
|
|
7701
|
+
* 2024-11-25 14:25:59
|
|
7702
|
+
*/
|
|
7703
|
+
pubTime?: string;
|
|
7704
|
+
/**
|
|
7705
|
+
* @example
|
|
7706
|
+
* 1
|
|
7707
|
+
*/
|
|
7708
|
+
score?: number;
|
|
7709
|
+
/**
|
|
7710
|
+
* @example
|
|
7711
|
+
* QuarkCommonNews
|
|
7712
|
+
*/
|
|
7713
|
+
searchSource?: string;
|
|
7714
|
+
/**
|
|
7715
|
+
* @example
|
|
7716
|
+
* 互联网搜索
|
|
7717
|
+
*/
|
|
7718
|
+
searchSourceName?: string;
|
|
7719
|
+
/**
|
|
7720
|
+
* @example
|
|
7721
|
+
* SystemSearch
|
|
7722
|
+
*/
|
|
7723
|
+
searchSourceType?: string;
|
|
7724
|
+
/**
|
|
7725
|
+
* @example
|
|
7726
|
+
* 新华社
|
|
7727
|
+
*/
|
|
7728
|
+
source?: string;
|
|
7729
|
+
/**
|
|
7730
|
+
* @example
|
|
7731
|
+
* 文章摘要
|
|
7732
|
+
*/
|
|
7733
|
+
summary?: string;
|
|
7734
|
+
/**
|
|
7735
|
+
* @example
|
|
7736
|
+
* 文章标题
|
|
7737
|
+
*/
|
|
7738
|
+
title?: string;
|
|
7739
|
+
/**
|
|
7740
|
+
* @example
|
|
7741
|
+
* https://www.example.com/aaa.docx
|
|
7742
|
+
*/
|
|
7743
|
+
url?: string;
|
|
7744
|
+
static names(): {
|
|
7745
|
+
[key: string]: string;
|
|
7746
|
+
};
|
|
7747
|
+
static types(): {
|
|
7748
|
+
[key: string]: any;
|
|
7749
|
+
};
|
|
7750
|
+
validate(): void;
|
|
7751
|
+
constructor(map?: {
|
|
7752
|
+
[key: string]: any;
|
|
7753
|
+
});
|
|
7754
|
+
}
|
|
7755
|
+
export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResult extends $dara.Model {
|
|
7756
|
+
searchResult?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResultSearchResult[];
|
|
7757
|
+
static names(): {
|
|
7758
|
+
[key: string]: string;
|
|
7759
|
+
};
|
|
7760
|
+
static types(): {
|
|
7761
|
+
[key: string]: any;
|
|
7762
|
+
};
|
|
7763
|
+
validate(): void;
|
|
7764
|
+
constructor(map?: {
|
|
7765
|
+
[key: string]: any;
|
|
7766
|
+
});
|
|
7767
|
+
}
|
|
7768
|
+
export declare class RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelection extends $dara.Model {
|
|
7769
|
+
/**
|
|
7770
|
+
* @example
|
|
7771
|
+
* 原始会话唯一标识:搜索结果取这个会话中的全量,目前仅媒资搜索场景需要
|
|
7772
|
+
*/
|
|
7773
|
+
originalSessionId?: string;
|
|
7774
|
+
/**
|
|
7775
|
+
* @example
|
|
7776
|
+
* TextGenerate
|
|
7777
|
+
*/
|
|
7778
|
+
searchModel?: string;
|
|
7779
|
+
/**
|
|
7780
|
+
* @example
|
|
7781
|
+
* 分类1
|
|
7782
|
+
*/
|
|
7783
|
+
searchModelDataValue?: string;
|
|
7784
|
+
/**
|
|
7785
|
+
* @example
|
|
7786
|
+
* all
|
|
7787
|
+
*/
|
|
7788
|
+
selectionType?: string;
|
|
7789
|
+
/**
|
|
7790
|
+
* @example
|
|
7791
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
7792
|
+
*/
|
|
7793
|
+
sessionId?: string;
|
|
7794
|
+
textSearchResult?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelectionTextSearchResult;
|
|
7795
|
+
static names(): {
|
|
7796
|
+
[key: string]: string;
|
|
7797
|
+
};
|
|
7798
|
+
static types(): {
|
|
7799
|
+
[key: string]: any;
|
|
7800
|
+
};
|
|
7801
|
+
validate(): void;
|
|
7802
|
+
constructor(map?: {
|
|
7803
|
+
[key: string]: any;
|
|
7804
|
+
});
|
|
7805
|
+
}
|
|
7806
|
+
export declare class RunSearchGenerationRequestAgentContextBizContext extends $dara.Model {
|
|
7807
|
+
multimodalMediaSelection?: RunSearchGenerationRequestAgentContextBizContextMultimodalMediaSelection;
|
|
7808
|
+
static names(): {
|
|
7809
|
+
[key: string]: string;
|
|
7810
|
+
};
|
|
7811
|
+
static types(): {
|
|
7812
|
+
[key: string]: any;
|
|
7813
|
+
};
|
|
7814
|
+
validate(): void;
|
|
7815
|
+
constructor(map?: {
|
|
7816
|
+
[key: string]: any;
|
|
7817
|
+
});
|
|
7818
|
+
}
|
|
7819
|
+
export declare class RunSearchGenerationRequestAgentContext extends $dara.Model {
|
|
7820
|
+
bizContext?: RunSearchGenerationRequestAgentContextBizContext;
|
|
7386
7821
|
static names(): {
|
|
7387
7822
|
[key: string]: string;
|
|
7388
7823
|
};
|
|
@@ -20703,6 +21138,106 @@ export declare class ListSearchTasksResponse extends $dara.Model {
|
|
|
20703
21138
|
[key: string]: any;
|
|
20704
21139
|
});
|
|
20705
21140
|
}
|
|
21141
|
+
export declare class ListStyleLearningResultRequest extends $dara.Model {
|
|
21142
|
+
/**
|
|
21143
|
+
* @remarks
|
|
21144
|
+
* This parameter is required.
|
|
21145
|
+
*
|
|
21146
|
+
* @example
|
|
21147
|
+
* xxxxx_p_efm
|
|
21148
|
+
*/
|
|
21149
|
+
agentKey?: string;
|
|
21150
|
+
/**
|
|
21151
|
+
* @example
|
|
21152
|
+
* 1
|
|
21153
|
+
*/
|
|
21154
|
+
current?: number;
|
|
21155
|
+
/**
|
|
21156
|
+
* @example
|
|
21157
|
+
* 10
|
|
21158
|
+
*/
|
|
21159
|
+
size?: number;
|
|
21160
|
+
static names(): {
|
|
21161
|
+
[key: string]: string;
|
|
21162
|
+
};
|
|
21163
|
+
static types(): {
|
|
21164
|
+
[key: string]: any;
|
|
21165
|
+
};
|
|
21166
|
+
validate(): void;
|
|
21167
|
+
constructor(map?: {
|
|
21168
|
+
[key: string]: any;
|
|
21169
|
+
});
|
|
21170
|
+
}
|
|
21171
|
+
export declare class ListStyleLearningResultResponseBody extends $dara.Model {
|
|
21172
|
+
/**
|
|
21173
|
+
* @example
|
|
21174
|
+
* NoData
|
|
21175
|
+
*/
|
|
21176
|
+
code?: string;
|
|
21177
|
+
/**
|
|
21178
|
+
* @example
|
|
21179
|
+
* 1
|
|
21180
|
+
*/
|
|
21181
|
+
current?: number;
|
|
21182
|
+
data?: ListStyleLearningResultResponseBodyData[];
|
|
21183
|
+
/**
|
|
21184
|
+
* @example
|
|
21185
|
+
* 200
|
|
21186
|
+
*/
|
|
21187
|
+
httpStatusCode?: number;
|
|
21188
|
+
/**
|
|
21189
|
+
* @example
|
|
21190
|
+
* success
|
|
21191
|
+
*/
|
|
21192
|
+
message?: string;
|
|
21193
|
+
/**
|
|
21194
|
+
* @example
|
|
21195
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
21196
|
+
*/
|
|
21197
|
+
requestId?: string;
|
|
21198
|
+
/**
|
|
21199
|
+
* @example
|
|
21200
|
+
* 10
|
|
21201
|
+
*/
|
|
21202
|
+
size?: number;
|
|
21203
|
+
/**
|
|
21204
|
+
* @example
|
|
21205
|
+
* true
|
|
21206
|
+
*/
|
|
21207
|
+
success?: boolean;
|
|
21208
|
+
/**
|
|
21209
|
+
* @example
|
|
21210
|
+
* 100
|
|
21211
|
+
*/
|
|
21212
|
+
total?: number;
|
|
21213
|
+
static names(): {
|
|
21214
|
+
[key: string]: string;
|
|
21215
|
+
};
|
|
21216
|
+
static types(): {
|
|
21217
|
+
[key: string]: any;
|
|
21218
|
+
};
|
|
21219
|
+
validate(): void;
|
|
21220
|
+
constructor(map?: {
|
|
21221
|
+
[key: string]: any;
|
|
21222
|
+
});
|
|
21223
|
+
}
|
|
21224
|
+
export declare class ListStyleLearningResultResponse extends $dara.Model {
|
|
21225
|
+
headers?: {
|
|
21226
|
+
[key: string]: string;
|
|
21227
|
+
};
|
|
21228
|
+
statusCode?: number;
|
|
21229
|
+
body?: ListStyleLearningResultResponseBody;
|
|
21230
|
+
static names(): {
|
|
21231
|
+
[key: string]: string;
|
|
21232
|
+
};
|
|
21233
|
+
static types(): {
|
|
21234
|
+
[key: string]: any;
|
|
21235
|
+
};
|
|
21236
|
+
validate(): void;
|
|
21237
|
+
constructor(map?: {
|
|
21238
|
+
[key: string]: any;
|
|
21239
|
+
});
|
|
21240
|
+
}
|
|
20706
21241
|
export declare class ListTimedViewAttitudeRequest extends $dara.Model {
|
|
20707
21242
|
/**
|
|
20708
21243
|
* @remarks
|
|
@@ -21435,29 +21970,212 @@ export declare class RunBookIntroductionResponse extends $dara.Model {
|
|
|
21435
21970
|
[key: string]: any;
|
|
21436
21971
|
});
|
|
21437
21972
|
}
|
|
21438
|
-
export declare class RunBookSmartCardRequest extends $dara.Model {
|
|
21973
|
+
export declare class RunBookSmartCardRequest extends $dara.Model {
|
|
21974
|
+
/**
|
|
21975
|
+
* @remarks
|
|
21976
|
+
* This parameter is required.
|
|
21977
|
+
*
|
|
21978
|
+
* @example
|
|
21979
|
+
* 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
|
|
21980
|
+
*/
|
|
21981
|
+
docId?: string;
|
|
21982
|
+
/**
|
|
21983
|
+
* @remarks
|
|
21984
|
+
* This parameter is required.
|
|
21985
|
+
*
|
|
21986
|
+
* @example
|
|
21987
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
21988
|
+
*/
|
|
21989
|
+
sessionId?: string;
|
|
21990
|
+
/**
|
|
21991
|
+
* @remarks
|
|
21992
|
+
* This parameter is required.
|
|
21993
|
+
*
|
|
21994
|
+
* @example
|
|
21995
|
+
* llm-xxx
|
|
21996
|
+
*/
|
|
21997
|
+
workspaceId?: string;
|
|
21998
|
+
static names(): {
|
|
21999
|
+
[key: string]: string;
|
|
22000
|
+
};
|
|
22001
|
+
static types(): {
|
|
22002
|
+
[key: string]: any;
|
|
22003
|
+
};
|
|
22004
|
+
validate(): void;
|
|
22005
|
+
constructor(map?: {
|
|
22006
|
+
[key: string]: any;
|
|
22007
|
+
});
|
|
22008
|
+
}
|
|
22009
|
+
export declare class RunBookSmartCardResponseBody extends $dara.Model {
|
|
22010
|
+
header?: RunBookSmartCardResponseBodyHeader;
|
|
22011
|
+
payload?: RunBookSmartCardResponseBodyPayload;
|
|
22012
|
+
/**
|
|
22013
|
+
* @remarks
|
|
22014
|
+
* Id of the request
|
|
22015
|
+
*
|
|
22016
|
+
* @example
|
|
22017
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
22018
|
+
*/
|
|
22019
|
+
requestId?: string;
|
|
22020
|
+
static names(): {
|
|
22021
|
+
[key: string]: string;
|
|
22022
|
+
};
|
|
22023
|
+
static types(): {
|
|
22024
|
+
[key: string]: any;
|
|
22025
|
+
};
|
|
22026
|
+
validate(): void;
|
|
22027
|
+
constructor(map?: {
|
|
22028
|
+
[key: string]: any;
|
|
22029
|
+
});
|
|
22030
|
+
}
|
|
22031
|
+
export declare class RunBookSmartCardResponse extends $dara.Model {
|
|
22032
|
+
headers?: {
|
|
22033
|
+
[key: string]: string;
|
|
22034
|
+
};
|
|
22035
|
+
statusCode?: number;
|
|
22036
|
+
body?: RunBookSmartCardResponseBody;
|
|
22037
|
+
static names(): {
|
|
22038
|
+
[key: string]: string;
|
|
22039
|
+
};
|
|
22040
|
+
static types(): {
|
|
22041
|
+
[key: string]: any;
|
|
22042
|
+
};
|
|
22043
|
+
validate(): void;
|
|
22044
|
+
constructor(map?: {
|
|
22045
|
+
[key: string]: any;
|
|
22046
|
+
});
|
|
22047
|
+
}
|
|
22048
|
+
export declare class RunCommentGenerationRequest extends $dara.Model {
|
|
22049
|
+
/**
|
|
22050
|
+
* @example
|
|
22051
|
+
* true
|
|
22052
|
+
*/
|
|
22053
|
+
allowEmoji?: boolean;
|
|
22054
|
+
extraInfo?: string;
|
|
22055
|
+
/**
|
|
22056
|
+
* @example
|
|
22057
|
+
* 20
|
|
22058
|
+
*/
|
|
22059
|
+
length?: string;
|
|
22060
|
+
/**
|
|
22061
|
+
* @remarks
|
|
22062
|
+
* This parameter is required.
|
|
22063
|
+
*
|
|
22064
|
+
* @example
|
|
22065
|
+
* {"short":"50","long":“50”}
|
|
22066
|
+
*/
|
|
22067
|
+
lengthRange?: {
|
|
22068
|
+
[key: string]: any;
|
|
22069
|
+
};
|
|
22070
|
+
/**
|
|
22071
|
+
* @remarks
|
|
22072
|
+
* This parameter is required.
|
|
22073
|
+
*
|
|
22074
|
+
* @example
|
|
22075
|
+
* 10
|
|
22076
|
+
*/
|
|
22077
|
+
numComments?: string;
|
|
22078
|
+
/**
|
|
22079
|
+
* @remarks
|
|
22080
|
+
* This parameter is required.
|
|
22081
|
+
*
|
|
22082
|
+
* @example
|
|
22083
|
+
* {"positive":"50","negative":"50"}
|
|
22084
|
+
*/
|
|
22085
|
+
sentiment?: {
|
|
22086
|
+
[key: string]: any;
|
|
22087
|
+
};
|
|
22088
|
+
/**
|
|
22089
|
+
* @remarks
|
|
22090
|
+
* This parameter is required.
|
|
22091
|
+
*/
|
|
22092
|
+
sourceMaterial?: string;
|
|
22093
|
+
style?: string;
|
|
22094
|
+
/**
|
|
22095
|
+
* @remarks
|
|
22096
|
+
* This parameter is required.
|
|
22097
|
+
*
|
|
22098
|
+
* @example
|
|
22099
|
+
* {"emotion":"50","opinion":"50"}
|
|
22100
|
+
*/
|
|
22101
|
+
type?: {
|
|
22102
|
+
[key: string]: any;
|
|
22103
|
+
};
|
|
22104
|
+
/**
|
|
22105
|
+
* @remarks
|
|
22106
|
+
* This parameter is required.
|
|
22107
|
+
*
|
|
22108
|
+
* @example
|
|
22109
|
+
* llm-3kcs1w3lltrtbfkr
|
|
22110
|
+
*/
|
|
22111
|
+
workspaceId?: string;
|
|
22112
|
+
static names(): {
|
|
22113
|
+
[key: string]: string;
|
|
22114
|
+
};
|
|
22115
|
+
static types(): {
|
|
22116
|
+
[key: string]: any;
|
|
22117
|
+
};
|
|
22118
|
+
validate(): void;
|
|
22119
|
+
constructor(map?: {
|
|
22120
|
+
[key: string]: any;
|
|
22121
|
+
});
|
|
22122
|
+
}
|
|
22123
|
+
export declare class RunCommentGenerationShrinkRequest extends $dara.Model {
|
|
22124
|
+
/**
|
|
22125
|
+
* @example
|
|
22126
|
+
* true
|
|
22127
|
+
*/
|
|
22128
|
+
allowEmoji?: boolean;
|
|
22129
|
+
extraInfo?: string;
|
|
22130
|
+
/**
|
|
22131
|
+
* @example
|
|
22132
|
+
* 20
|
|
22133
|
+
*/
|
|
22134
|
+
length?: string;
|
|
21439
22135
|
/**
|
|
21440
22136
|
* @remarks
|
|
21441
22137
|
* This parameter is required.
|
|
21442
22138
|
*
|
|
21443
22139
|
* @example
|
|
21444
|
-
*
|
|
22140
|
+
* {"short":"50","long":“50”}
|
|
21445
22141
|
*/
|
|
21446
|
-
|
|
22142
|
+
lengthRangeShrink?: string;
|
|
21447
22143
|
/**
|
|
21448
22144
|
* @remarks
|
|
21449
22145
|
* This parameter is required.
|
|
21450
22146
|
*
|
|
21451
22147
|
* @example
|
|
21452
|
-
*
|
|
22148
|
+
* 10
|
|
21453
22149
|
*/
|
|
21454
|
-
|
|
22150
|
+
numComments?: string;
|
|
21455
22151
|
/**
|
|
21456
22152
|
* @remarks
|
|
21457
22153
|
* This parameter is required.
|
|
21458
22154
|
*
|
|
21459
22155
|
* @example
|
|
21460
|
-
*
|
|
22156
|
+
* {"positive":"50","negative":"50"}
|
|
22157
|
+
*/
|
|
22158
|
+
sentimentShrink?: string;
|
|
22159
|
+
/**
|
|
22160
|
+
* @remarks
|
|
22161
|
+
* This parameter is required.
|
|
22162
|
+
*/
|
|
22163
|
+
sourceMaterial?: string;
|
|
22164
|
+
style?: string;
|
|
22165
|
+
/**
|
|
22166
|
+
* @remarks
|
|
22167
|
+
* This parameter is required.
|
|
22168
|
+
*
|
|
22169
|
+
* @example
|
|
22170
|
+
* {"emotion":"50","opinion":"50"}
|
|
22171
|
+
*/
|
|
22172
|
+
typeShrink?: string;
|
|
22173
|
+
/**
|
|
22174
|
+
* @remarks
|
|
22175
|
+
* This parameter is required.
|
|
22176
|
+
*
|
|
22177
|
+
* @example
|
|
22178
|
+
* llm-3kcs1w3lltrtbfkr
|
|
21461
22179
|
*/
|
|
21462
22180
|
workspaceId?: string;
|
|
21463
22181
|
static names(): {
|
|
@@ -21471,15 +22189,16 @@ export declare class RunBookSmartCardRequest extends $dara.Model {
|
|
|
21471
22189
|
[key: string]: any;
|
|
21472
22190
|
});
|
|
21473
22191
|
}
|
|
21474
|
-
export declare class
|
|
21475
|
-
|
|
21476
|
-
|
|
22192
|
+
export declare class RunCommentGenerationResponseBody extends $dara.Model {
|
|
22193
|
+
end?: boolean;
|
|
22194
|
+
header?: RunCommentGenerationResponseBodyHeader;
|
|
22195
|
+
payload?: RunCommentGenerationResponseBodyPayload;
|
|
21477
22196
|
/**
|
|
21478
22197
|
* @remarks
|
|
21479
22198
|
* Id of the request
|
|
21480
22199
|
*
|
|
21481
22200
|
* @example
|
|
21482
|
-
*
|
|
22201
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
21483
22202
|
*/
|
|
21484
22203
|
requestId?: string;
|
|
21485
22204
|
static names(): {
|
|
@@ -21493,12 +22212,12 @@ export declare class RunBookSmartCardResponseBody extends $dara.Model {
|
|
|
21493
22212
|
[key: string]: any;
|
|
21494
22213
|
});
|
|
21495
22214
|
}
|
|
21496
|
-
export declare class
|
|
22215
|
+
export declare class RunCommentGenerationResponse extends $dara.Model {
|
|
21497
22216
|
headers?: {
|
|
21498
22217
|
[key: string]: string;
|
|
21499
22218
|
};
|
|
21500
22219
|
statusCode?: number;
|
|
21501
|
-
body?:
|
|
22220
|
+
body?: RunCommentGenerationResponseBody;
|
|
21502
22221
|
static names(): {
|
|
21503
22222
|
[key: string]: string;
|
|
21504
22223
|
};
|
|
@@ -21945,7 +22664,217 @@ export declare class RunDocQaRequest extends $dara.Model {
|
|
|
21945
22664
|
* @example
|
|
21946
22665
|
* llm-dswd4003ny4gh9rw
|
|
21947
22666
|
*/
|
|
21948
|
-
workspaceId?: string;
|
|
22667
|
+
workspaceId?: string;
|
|
22668
|
+
static names(): {
|
|
22669
|
+
[key: string]: string;
|
|
22670
|
+
};
|
|
22671
|
+
static types(): {
|
|
22672
|
+
[key: string]: any;
|
|
22673
|
+
};
|
|
22674
|
+
validate(): void;
|
|
22675
|
+
constructor(map?: {
|
|
22676
|
+
[key: string]: any;
|
|
22677
|
+
});
|
|
22678
|
+
}
|
|
22679
|
+
export declare class RunDocQaShrinkRequest extends $dara.Model {
|
|
22680
|
+
categoryIdsShrink?: string;
|
|
22681
|
+
conversationContextsShrink?: string;
|
|
22682
|
+
docIdsShrink?: string;
|
|
22683
|
+
/**
|
|
22684
|
+
* @remarks
|
|
22685
|
+
* This parameter is required.
|
|
22686
|
+
*/
|
|
22687
|
+
query?: string;
|
|
22688
|
+
referenceContent?: string;
|
|
22689
|
+
/**
|
|
22690
|
+
* @remarks
|
|
22691
|
+
* This parameter is required.
|
|
22692
|
+
*
|
|
22693
|
+
* @example
|
|
22694
|
+
* fromWeb
|
|
22695
|
+
*/
|
|
22696
|
+
searchSource?: string;
|
|
22697
|
+
/**
|
|
22698
|
+
* @remarks
|
|
22699
|
+
* This parameter is required.
|
|
22700
|
+
*
|
|
22701
|
+
* @example
|
|
22702
|
+
* f486c4e2-b773-4d65-88f8-2ba540610456
|
|
22703
|
+
*/
|
|
22704
|
+
sessionId?: string;
|
|
22705
|
+
/**
|
|
22706
|
+
* @remarks
|
|
22707
|
+
* This parameter is required.
|
|
22708
|
+
*
|
|
22709
|
+
* @example
|
|
22710
|
+
* llm-dswd4003ny4gh9rw
|
|
22711
|
+
*/
|
|
22712
|
+
workspaceId?: string;
|
|
22713
|
+
static names(): {
|
|
22714
|
+
[key: string]: string;
|
|
22715
|
+
};
|
|
22716
|
+
static types(): {
|
|
22717
|
+
[key: string]: any;
|
|
22718
|
+
};
|
|
22719
|
+
validate(): void;
|
|
22720
|
+
constructor(map?: {
|
|
22721
|
+
[key: string]: any;
|
|
22722
|
+
});
|
|
22723
|
+
}
|
|
22724
|
+
export declare class RunDocQaResponseBody extends $dara.Model {
|
|
22725
|
+
header?: RunDocQaResponseBodyHeader;
|
|
22726
|
+
payload?: RunDocQaResponseBodyPayload;
|
|
22727
|
+
/**
|
|
22728
|
+
* @example
|
|
22729
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
22730
|
+
*/
|
|
22731
|
+
requestId?: string;
|
|
22732
|
+
static names(): {
|
|
22733
|
+
[key: string]: string;
|
|
22734
|
+
};
|
|
22735
|
+
static types(): {
|
|
22736
|
+
[key: string]: any;
|
|
22737
|
+
};
|
|
22738
|
+
validate(): void;
|
|
22739
|
+
constructor(map?: {
|
|
22740
|
+
[key: string]: any;
|
|
22741
|
+
});
|
|
22742
|
+
}
|
|
22743
|
+
export declare class RunDocQaResponse extends $dara.Model {
|
|
22744
|
+
headers?: {
|
|
22745
|
+
[key: string]: string;
|
|
22746
|
+
};
|
|
22747
|
+
statusCode?: number;
|
|
22748
|
+
body?: RunDocQaResponseBody;
|
|
22749
|
+
static names(): {
|
|
22750
|
+
[key: string]: string;
|
|
22751
|
+
};
|
|
22752
|
+
static types(): {
|
|
22753
|
+
[key: string]: any;
|
|
22754
|
+
};
|
|
22755
|
+
validate(): void;
|
|
22756
|
+
constructor(map?: {
|
|
22757
|
+
[key: string]: any;
|
|
22758
|
+
});
|
|
22759
|
+
}
|
|
22760
|
+
export declare class RunDocSmartCardRequest extends $dara.Model {
|
|
22761
|
+
/**
|
|
22762
|
+
* @remarks
|
|
22763
|
+
* This parameter is required.
|
|
22764
|
+
*
|
|
22765
|
+
* @example
|
|
22766
|
+
* 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
|
|
22767
|
+
*/
|
|
22768
|
+
docId?: string;
|
|
22769
|
+
/**
|
|
22770
|
+
* @remarks
|
|
22771
|
+
* This parameter is required.
|
|
22772
|
+
*
|
|
22773
|
+
* @example
|
|
22774
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
22775
|
+
*/
|
|
22776
|
+
sessionId?: string;
|
|
22777
|
+
/**
|
|
22778
|
+
* @remarks
|
|
22779
|
+
* This parameter is required.
|
|
22780
|
+
*
|
|
22781
|
+
* @example
|
|
22782
|
+
* llm-2setzb9x4ewsd
|
|
22783
|
+
*/
|
|
22784
|
+
workspaceId?: string;
|
|
22785
|
+
static names(): {
|
|
22786
|
+
[key: string]: string;
|
|
22787
|
+
};
|
|
22788
|
+
static types(): {
|
|
22789
|
+
[key: string]: any;
|
|
22790
|
+
};
|
|
22791
|
+
validate(): void;
|
|
22792
|
+
constructor(map?: {
|
|
22793
|
+
[key: string]: any;
|
|
22794
|
+
});
|
|
22795
|
+
}
|
|
22796
|
+
export declare class RunDocSmartCardResponseBody extends $dara.Model {
|
|
22797
|
+
header?: RunDocSmartCardResponseBodyHeader;
|
|
22798
|
+
payload?: RunDocSmartCardResponseBodyPayload;
|
|
22799
|
+
/**
|
|
22800
|
+
* @remarks
|
|
22801
|
+
* Id of the request
|
|
22802
|
+
*
|
|
22803
|
+
* @example
|
|
22804
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
22805
|
+
*/
|
|
22806
|
+
requestId?: string;
|
|
22807
|
+
static names(): {
|
|
22808
|
+
[key: string]: string;
|
|
22809
|
+
};
|
|
22810
|
+
static types(): {
|
|
22811
|
+
[key: string]: any;
|
|
22812
|
+
};
|
|
22813
|
+
validate(): void;
|
|
22814
|
+
constructor(map?: {
|
|
22815
|
+
[key: string]: any;
|
|
22816
|
+
});
|
|
22817
|
+
}
|
|
22818
|
+
export declare class RunDocSmartCardResponse extends $dara.Model {
|
|
22819
|
+
headers?: {
|
|
22820
|
+
[key: string]: string;
|
|
22821
|
+
};
|
|
22822
|
+
statusCode?: number;
|
|
22823
|
+
body?: RunDocSmartCardResponseBody;
|
|
22824
|
+
static names(): {
|
|
22825
|
+
[key: string]: string;
|
|
22826
|
+
};
|
|
22827
|
+
static types(): {
|
|
22828
|
+
[key: string]: any;
|
|
22829
|
+
};
|
|
22830
|
+
validate(): void;
|
|
22831
|
+
constructor(map?: {
|
|
22832
|
+
[key: string]: any;
|
|
22833
|
+
});
|
|
22834
|
+
}
|
|
22835
|
+
export declare class RunDocSummaryRequest extends $dara.Model {
|
|
22836
|
+
/**
|
|
22837
|
+
* @example
|
|
22838
|
+
* 12345
|
|
22839
|
+
*/
|
|
22840
|
+
docId?: string;
|
|
22841
|
+
query?: string;
|
|
22842
|
+
recommendContent?: string;
|
|
22843
|
+
/**
|
|
22844
|
+
* @remarks
|
|
22845
|
+
* This parameter is required.
|
|
22846
|
+
*
|
|
22847
|
+
* @example
|
|
22848
|
+
* 0f56f98a-f2d8-47ec-98e9-1cbdcffa9539
|
|
22849
|
+
*/
|
|
22850
|
+
sessionId?: string;
|
|
22851
|
+
/**
|
|
22852
|
+
* @remarks
|
|
22853
|
+
* This parameter is required.
|
|
22854
|
+
*
|
|
22855
|
+
* @example
|
|
22856
|
+
* llm-2setzb9x4ewsd
|
|
22857
|
+
*/
|
|
22858
|
+
workspaceId?: string;
|
|
22859
|
+
static names(): {
|
|
22860
|
+
[key: string]: string;
|
|
22861
|
+
};
|
|
22862
|
+
static types(): {
|
|
22863
|
+
[key: string]: any;
|
|
22864
|
+
};
|
|
22865
|
+
validate(): void;
|
|
22866
|
+
constructor(map?: {
|
|
22867
|
+
[key: string]: any;
|
|
22868
|
+
});
|
|
22869
|
+
}
|
|
22870
|
+
export declare class RunDocSummaryResponseBody extends $dara.Model {
|
|
22871
|
+
header?: RunDocSummaryResponseBodyHeader;
|
|
22872
|
+
payload?: RunDocSummaryResponseBodyPayload;
|
|
22873
|
+
/**
|
|
22874
|
+
* @example
|
|
22875
|
+
* 3259D344-E871-5DE0-8FFE-CDA21F8D4382
|
|
22876
|
+
*/
|
|
22877
|
+
requestId?: string;
|
|
21949
22878
|
static names(): {
|
|
21950
22879
|
[key: string]: string;
|
|
21951
22880
|
};
|
|
@@ -21957,38 +22886,50 @@ export declare class RunDocQaRequest extends $dara.Model {
|
|
|
21957
22886
|
[key: string]: any;
|
|
21958
22887
|
});
|
|
21959
22888
|
}
|
|
21960
|
-
export declare class
|
|
21961
|
-
|
|
21962
|
-
|
|
21963
|
-
|
|
22889
|
+
export declare class RunDocSummaryResponse extends $dara.Model {
|
|
22890
|
+
headers?: {
|
|
22891
|
+
[key: string]: string;
|
|
22892
|
+
};
|
|
22893
|
+
statusCode?: number;
|
|
22894
|
+
body?: RunDocSummaryResponseBody;
|
|
22895
|
+
static names(): {
|
|
22896
|
+
[key: string]: string;
|
|
22897
|
+
};
|
|
22898
|
+
static types(): {
|
|
22899
|
+
[key: string]: any;
|
|
22900
|
+
};
|
|
22901
|
+
validate(): void;
|
|
22902
|
+
constructor(map?: {
|
|
22903
|
+
[key: string]: any;
|
|
22904
|
+
});
|
|
22905
|
+
}
|
|
22906
|
+
export declare class RunDocTranslationRequest extends $dara.Model {
|
|
21964
22907
|
/**
|
|
21965
|
-
* @
|
|
21966
|
-
*
|
|
22908
|
+
* @example
|
|
22909
|
+
* 12345
|
|
21967
22910
|
*/
|
|
21968
|
-
|
|
21969
|
-
|
|
22911
|
+
docId?: string;
|
|
22912
|
+
recommendContent?: string;
|
|
21970
22913
|
/**
|
|
21971
22914
|
* @remarks
|
|
21972
22915
|
* This parameter is required.
|
|
21973
22916
|
*
|
|
21974
22917
|
* @example
|
|
21975
|
-
*
|
|
22918
|
+
* 2e6b3987-f743-4d4c-8326-d9c41a6af3ee
|
|
21976
22919
|
*/
|
|
21977
|
-
|
|
22920
|
+
sessionId?: string;
|
|
21978
22921
|
/**
|
|
21979
|
-
* @remarks
|
|
21980
|
-
* This parameter is required.
|
|
21981
|
-
*
|
|
21982
22922
|
* @example
|
|
21983
|
-
*
|
|
22923
|
+
* toChinese
|
|
22924
|
+
* toEnglish
|
|
21984
22925
|
*/
|
|
21985
|
-
|
|
22926
|
+
transType?: string;
|
|
21986
22927
|
/**
|
|
21987
22928
|
* @remarks
|
|
21988
22929
|
* This parameter is required.
|
|
21989
22930
|
*
|
|
21990
22931
|
* @example
|
|
21991
|
-
* llm-
|
|
22932
|
+
* llm-xxx
|
|
21992
22933
|
*/
|
|
21993
22934
|
workspaceId?: string;
|
|
21994
22935
|
static names(): {
|
|
@@ -22002,9 +22943,9 @@ export declare class RunDocQaShrinkRequest extends $dara.Model {
|
|
|
22002
22943
|
[key: string]: any;
|
|
22003
22944
|
});
|
|
22004
22945
|
}
|
|
22005
|
-
export declare class
|
|
22006
|
-
header?:
|
|
22007
|
-
payload?:
|
|
22946
|
+
export declare class RunDocTranslationResponseBody extends $dara.Model {
|
|
22947
|
+
header?: RunDocTranslationResponseBodyHeader;
|
|
22948
|
+
payload?: RunDocTranslationResponseBodyPayload;
|
|
22008
22949
|
/**
|
|
22009
22950
|
* @example
|
|
22010
22951
|
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
@@ -22021,12 +22962,12 @@ export declare class RunDocQaResponseBody extends $dara.Model {
|
|
|
22021
22962
|
[key: string]: any;
|
|
22022
22963
|
});
|
|
22023
22964
|
}
|
|
22024
|
-
export declare class
|
|
22965
|
+
export declare class RunDocTranslationResponse extends $dara.Model {
|
|
22025
22966
|
headers?: {
|
|
22026
22967
|
[key: string]: string;
|
|
22027
22968
|
};
|
|
22028
22969
|
statusCode?: number;
|
|
22029
|
-
body?:
|
|
22970
|
+
body?: RunDocTranslationResponseBody;
|
|
22030
22971
|
static names(): {
|
|
22031
22972
|
[key: string]: string;
|
|
22032
22973
|
};
|
|
@@ -22038,23 +22979,15 @@ export declare class RunDocQaResponse extends $dara.Model {
|
|
|
22038
22979
|
[key: string]: any;
|
|
22039
22980
|
});
|
|
22040
22981
|
}
|
|
22041
|
-
export declare class
|
|
22042
|
-
/**
|
|
22043
|
-
* @remarks
|
|
22044
|
-
* This parameter is required.
|
|
22045
|
-
*
|
|
22046
|
-
* @example
|
|
22047
|
-
* 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
|
|
22048
|
-
*/
|
|
22049
|
-
docId?: string;
|
|
22982
|
+
export declare class RunExpandContentRequest extends $dara.Model {
|
|
22050
22983
|
/**
|
|
22051
22984
|
* @remarks
|
|
22052
22985
|
* This parameter is required.
|
|
22053
22986
|
*
|
|
22054
22987
|
* @example
|
|
22055
|
-
*
|
|
22988
|
+
* 创新政务社交媒体功能。鼓励各地区、各部门结合实际,开发政务社交媒体的特色功能,如在线咨询服务、政策解读、互动问答等,增强政务社交媒体的互动性和实用性,提升公众参与度。
|
|
22056
22989
|
*/
|
|
22057
|
-
|
|
22990
|
+
content?: string;
|
|
22058
22991
|
/**
|
|
22059
22992
|
* @remarks
|
|
22060
22993
|
* This parameter is required.
|
|
@@ -22074,15 +23007,13 @@ export declare class RunDocSmartCardRequest extends $dara.Model {
|
|
|
22074
23007
|
[key: string]: any;
|
|
22075
23008
|
});
|
|
22076
23009
|
}
|
|
22077
|
-
export declare class
|
|
22078
|
-
|
|
22079
|
-
|
|
23010
|
+
export declare class RunExpandContentResponseBody extends $dara.Model {
|
|
23011
|
+
end?: boolean;
|
|
23012
|
+
header?: RunExpandContentResponseBodyHeader;
|
|
23013
|
+
payload?: RunExpandContentResponseBodyPayload;
|
|
22080
23014
|
/**
|
|
22081
|
-
* @remarks
|
|
22082
|
-
* Id of the request
|
|
22083
|
-
*
|
|
22084
23015
|
* @example
|
|
22085
|
-
*
|
|
23016
|
+
* d3be9981-ca2d-4e17-bf31-1c0a628e9f99
|
|
22086
23017
|
*/
|
|
22087
23018
|
requestId?: string;
|
|
22088
23019
|
static names(): {
|
|
@@ -22096,12 +23027,12 @@ export declare class RunDocSmartCardResponseBody extends $dara.Model {
|
|
|
22096
23027
|
[key: string]: any;
|
|
22097
23028
|
});
|
|
22098
23029
|
}
|
|
22099
|
-
export declare class
|
|
23030
|
+
export declare class RunExpandContentResponse extends $dara.Model {
|
|
22100
23031
|
headers?: {
|
|
22101
23032
|
[key: string]: string;
|
|
22102
23033
|
};
|
|
22103
23034
|
statusCode?: number;
|
|
22104
|
-
body?:
|
|
23035
|
+
body?: RunExpandContentResponseBody;
|
|
22105
23036
|
static names(): {
|
|
22106
23037
|
[key: string]: string;
|
|
22107
23038
|
};
|
|
@@ -22113,20 +23044,16 @@ export declare class RunDocSmartCardResponse extends $dara.Model {
|
|
|
22113
23044
|
[key: string]: any;
|
|
22114
23045
|
});
|
|
22115
23046
|
}
|
|
22116
|
-
export declare class
|
|
23047
|
+
export declare class RunGenerateQuestionsRequest extends $dara.Model {
|
|
22117
23048
|
/**
|
|
22118
23049
|
* @example
|
|
22119
|
-
*
|
|
23050
|
+
* oOgIwodFANW1u5MnqxysOh1rtld3xn
|
|
22120
23051
|
*/
|
|
22121
23052
|
docId?: string;
|
|
22122
|
-
|
|
22123
|
-
recommendContent?: string;
|
|
23053
|
+
referenceContent?: string;
|
|
22124
23054
|
/**
|
|
22125
|
-
* @remarks
|
|
22126
|
-
* This parameter is required.
|
|
22127
|
-
*
|
|
22128
23055
|
* @example
|
|
22129
|
-
*
|
|
23056
|
+
* f486c4e2-b773-4d65-88f8-2ba540610456
|
|
22130
23057
|
*/
|
|
22131
23058
|
sessionId?: string;
|
|
22132
23059
|
/**
|
|
@@ -22134,7 +23061,7 @@ export declare class RunDocSummaryRequest extends $dara.Model {
|
|
|
22134
23061
|
* This parameter is required.
|
|
22135
23062
|
*
|
|
22136
23063
|
* @example
|
|
22137
|
-
* llm-
|
|
23064
|
+
* llm-w335gauzlbba2vze
|
|
22138
23065
|
*/
|
|
22139
23066
|
workspaceId?: string;
|
|
22140
23067
|
static names(): {
|
|
@@ -22148,12 +23075,15 @@ export declare class RunDocSummaryRequest extends $dara.Model {
|
|
|
22148
23075
|
[key: string]: any;
|
|
22149
23076
|
});
|
|
22150
23077
|
}
|
|
22151
|
-
export declare class
|
|
22152
|
-
header?:
|
|
22153
|
-
payload?:
|
|
23078
|
+
export declare class RunGenerateQuestionsResponseBody extends $dara.Model {
|
|
23079
|
+
header?: RunGenerateQuestionsResponseBodyHeader;
|
|
23080
|
+
payload?: RunGenerateQuestionsResponseBodyPayload;
|
|
22154
23081
|
/**
|
|
23082
|
+
* @remarks
|
|
23083
|
+
* Id of the request
|
|
23084
|
+
*
|
|
22155
23085
|
* @example
|
|
22156
|
-
*
|
|
23086
|
+
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
22157
23087
|
*/
|
|
22158
23088
|
requestId?: string;
|
|
22159
23089
|
static names(): {
|
|
@@ -22167,12 +23097,12 @@ export declare class RunDocSummaryResponseBody extends $dara.Model {
|
|
|
22167
23097
|
[key: string]: any;
|
|
22168
23098
|
});
|
|
22169
23099
|
}
|
|
22170
|
-
export declare class
|
|
23100
|
+
export declare class RunGenerateQuestionsResponse extends $dara.Model {
|
|
22171
23101
|
headers?: {
|
|
22172
23102
|
[key: string]: string;
|
|
22173
23103
|
};
|
|
22174
23104
|
statusCode?: number;
|
|
22175
|
-
body?:
|
|
23105
|
+
body?: RunGenerateQuestionsResponseBody;
|
|
22176
23106
|
static names(): {
|
|
22177
23107
|
[key: string]: string;
|
|
22178
23108
|
};
|
|
@@ -22184,33 +23114,25 @@ export declare class RunDocSummaryResponse extends $dara.Model {
|
|
|
22184
23114
|
[key: string]: any;
|
|
22185
23115
|
});
|
|
22186
23116
|
}
|
|
22187
|
-
export declare class
|
|
23117
|
+
export declare class RunHotwordRequest extends $dara.Model {
|
|
22188
23118
|
/**
|
|
22189
23119
|
* @example
|
|
22190
|
-
*
|
|
23120
|
+
* 84ufBYEeLMZOjRFo84HJ7ySL3Efr55
|
|
22191
23121
|
*/
|
|
22192
23122
|
docId?: string;
|
|
22193
|
-
|
|
23123
|
+
prompt?: string;
|
|
23124
|
+
referenceContent?: string;
|
|
22194
23125
|
/**
|
|
22195
|
-
* @remarks
|
|
22196
|
-
* This parameter is required.
|
|
22197
|
-
*
|
|
22198
23126
|
* @example
|
|
22199
|
-
*
|
|
23127
|
+
* e32a1a3f-1f7e-41dd-b888-ef1d91b96d1e
|
|
22200
23128
|
*/
|
|
22201
23129
|
sessionId?: string;
|
|
22202
|
-
/**
|
|
22203
|
-
* @example
|
|
22204
|
-
* toChinese
|
|
22205
|
-
* toEnglish
|
|
22206
|
-
*/
|
|
22207
|
-
transType?: string;
|
|
22208
23130
|
/**
|
|
22209
23131
|
* @remarks
|
|
22210
23132
|
* This parameter is required.
|
|
22211
23133
|
*
|
|
22212
23134
|
* @example
|
|
22213
|
-
* llm-
|
|
23135
|
+
* llm-baw8as25ll3wnzjr
|
|
22214
23136
|
*/
|
|
22215
23137
|
workspaceId?: string;
|
|
22216
23138
|
static names(): {
|
|
@@ -22224,10 +23146,13 @@ export declare class RunDocTranslationRequest extends $dara.Model {
|
|
|
22224
23146
|
[key: string]: any;
|
|
22225
23147
|
});
|
|
22226
23148
|
}
|
|
22227
|
-
export declare class
|
|
22228
|
-
header?:
|
|
22229
|
-
payload?:
|
|
23149
|
+
export declare class RunHotwordResponseBody extends $dara.Model {
|
|
23150
|
+
header?: RunHotwordResponseBodyHeader;
|
|
23151
|
+
payload?: RunHotwordResponseBodyPayload;
|
|
22230
23152
|
/**
|
|
23153
|
+
* @remarks
|
|
23154
|
+
* Id of the request
|
|
23155
|
+
*
|
|
22231
23156
|
* @example
|
|
22232
23157
|
* 1813ceee-7fe5-41b4-87e5-982a4d18cca5
|
|
22233
23158
|
*/
|
|
@@ -22243,12 +23168,12 @@ export declare class RunDocTranslationResponseBody extends $dara.Model {
|
|
|
22243
23168
|
[key: string]: any;
|
|
22244
23169
|
});
|
|
22245
23170
|
}
|
|
22246
|
-
export declare class
|
|
23171
|
+
export declare class RunHotwordResponse extends $dara.Model {
|
|
22247
23172
|
headers?: {
|
|
22248
23173
|
[key: string]: string;
|
|
22249
23174
|
};
|
|
22250
23175
|
statusCode?: number;
|
|
22251
|
-
body?:
|
|
23176
|
+
body?: RunHotwordResponseBody;
|
|
22252
23177
|
static names(): {
|
|
22253
23178
|
[key: string]: string;
|
|
22254
23179
|
};
|
|
@@ -22260,21 +23185,53 @@ export declare class RunDocTranslationResponse extends $dara.Model {
|
|
|
22260
23185
|
[key: string]: any;
|
|
22261
23186
|
});
|
|
22262
23187
|
}
|
|
22263
|
-
export declare class
|
|
23188
|
+
export declare class RunKeywordsExtractionGenerationRequest extends $dara.Model {
|
|
23189
|
+
/**
|
|
23190
|
+
* @remarks
|
|
23191
|
+
* This parameter is required.
|
|
23192
|
+
*/
|
|
23193
|
+
referenceData?: RunKeywordsExtractionGenerationRequestReferenceData;
|
|
23194
|
+
/**
|
|
23195
|
+
* @example
|
|
23196
|
+
* xxx
|
|
23197
|
+
*/
|
|
23198
|
+
taskId?: string;
|
|
22264
23199
|
/**
|
|
22265
23200
|
* @remarks
|
|
22266
23201
|
* This parameter is required.
|
|
22267
23202
|
*
|
|
22268
23203
|
* @example
|
|
22269
|
-
*
|
|
23204
|
+
* llm-xxx
|
|
22270
23205
|
*/
|
|
22271
|
-
|
|
23206
|
+
workspaceId?: string;
|
|
23207
|
+
static names(): {
|
|
23208
|
+
[key: string]: string;
|
|
23209
|
+
};
|
|
23210
|
+
static types(): {
|
|
23211
|
+
[key: string]: any;
|
|
23212
|
+
};
|
|
23213
|
+
validate(): void;
|
|
23214
|
+
constructor(map?: {
|
|
23215
|
+
[key: string]: any;
|
|
23216
|
+
});
|
|
23217
|
+
}
|
|
23218
|
+
export declare class RunKeywordsExtractionGenerationShrinkRequest extends $dara.Model {
|
|
23219
|
+
/**
|
|
23220
|
+
* @remarks
|
|
23221
|
+
* This parameter is required.
|
|
23222
|
+
*/
|
|
23223
|
+
referenceDataShrink?: string;
|
|
23224
|
+
/**
|
|
23225
|
+
* @example
|
|
23226
|
+
* xxx
|
|
23227
|
+
*/
|
|
23228
|
+
taskId?: string;
|
|
22272
23229
|
/**
|
|
22273
23230
|
* @remarks
|
|
22274
23231
|
* This parameter is required.
|
|
22275
23232
|
*
|
|
22276
23233
|
* @example
|
|
22277
|
-
* llm-
|
|
23234
|
+
* llm-xxx
|
|
22278
23235
|
*/
|
|
22279
23236
|
workspaceId?: string;
|
|
22280
23237
|
static names(): {
|
|
@@ -22288,13 +23245,12 @@ export declare class RunExpandContentRequest extends $dara.Model {
|
|
|
22288
23245
|
[key: string]: any;
|
|
22289
23246
|
});
|
|
22290
23247
|
}
|
|
22291
|
-
export declare class
|
|
22292
|
-
|
|
22293
|
-
|
|
22294
|
-
payload?: RunExpandContentResponseBodyPayload;
|
|
23248
|
+
export declare class RunKeywordsExtractionGenerationResponseBody extends $dara.Model {
|
|
23249
|
+
header?: RunKeywordsExtractionGenerationResponseBodyHeader;
|
|
23250
|
+
payload?: RunKeywordsExtractionGenerationResponseBodyPayload;
|
|
22295
23251
|
/**
|
|
22296
23252
|
* @example
|
|
22297
|
-
*
|
|
23253
|
+
* 419F3FBE-5C8D-5949-AC29-E9615235D15A
|
|
22298
23254
|
*/
|
|
22299
23255
|
requestId?: string;
|
|
22300
23256
|
static names(): {
|
|
@@ -22308,12 +23264,12 @@ export declare class RunExpandContentResponseBody extends $dara.Model {
|
|
|
22308
23264
|
[key: string]: any;
|
|
22309
23265
|
});
|
|
22310
23266
|
}
|
|
22311
|
-
export declare class
|
|
23267
|
+
export declare class RunKeywordsExtractionGenerationResponse extends $dara.Model {
|
|
22312
23268
|
headers?: {
|
|
22313
23269
|
[key: string]: string;
|
|
22314
23270
|
};
|
|
22315
23271
|
statusCode?: number;
|
|
22316
|
-
body?:
|
|
23272
|
+
body?: RunKeywordsExtractionGenerationResponseBody;
|
|
22317
23273
|
static names(): {
|
|
22318
23274
|
[key: string]: string;
|
|
22319
23275
|
};
|
|
@@ -22325,23 +23281,28 @@ export declare class RunExpandContentResponse extends $dara.Model {
|
|
|
22325
23281
|
[key: string]: any;
|
|
22326
23282
|
});
|
|
22327
23283
|
}
|
|
22328
|
-
export declare class
|
|
23284
|
+
export declare class RunMultiDocIntroductionRequest extends $dara.Model {
|
|
22329
23285
|
/**
|
|
22330
23286
|
* @remarks
|
|
22331
23287
|
* This parameter is required.
|
|
22332
23288
|
*/
|
|
22333
|
-
|
|
23289
|
+
docIds?: string[];
|
|
23290
|
+
keyPointPrompt?: string;
|
|
22334
23291
|
/**
|
|
23292
|
+
* @remarks
|
|
23293
|
+
* This parameter is required.
|
|
23294
|
+
*
|
|
22335
23295
|
* @example
|
|
22336
|
-
*
|
|
23296
|
+
* 75bf82fa-b71b-45d7-ae40-0b00e496cd9e
|
|
22337
23297
|
*/
|
|
22338
|
-
|
|
23298
|
+
sessionId?: string;
|
|
23299
|
+
summaryPrompt?: string;
|
|
22339
23300
|
/**
|
|
22340
23301
|
* @remarks
|
|
22341
23302
|
* This parameter is required.
|
|
22342
23303
|
*
|
|
22343
23304
|
* @example
|
|
22344
|
-
* llm-
|
|
23305
|
+
* llm-2setzb9x4ewsd
|
|
22345
23306
|
*/
|
|
22346
23307
|
workspaceId?: string;
|
|
22347
23308
|
static names(): {
|
|
@@ -22355,23 +23316,28 @@ export declare class RunKeywordsExtractionGenerationRequest extends $dara.Model
|
|
|
22355
23316
|
[key: string]: any;
|
|
22356
23317
|
});
|
|
22357
23318
|
}
|
|
22358
|
-
export declare class
|
|
23319
|
+
export declare class RunMultiDocIntroductionShrinkRequest extends $dara.Model {
|
|
22359
23320
|
/**
|
|
22360
23321
|
* @remarks
|
|
22361
23322
|
* This parameter is required.
|
|
22362
23323
|
*/
|
|
22363
|
-
|
|
23324
|
+
docIdsShrink?: string;
|
|
23325
|
+
keyPointPrompt?: string;
|
|
22364
23326
|
/**
|
|
23327
|
+
* @remarks
|
|
23328
|
+
* This parameter is required.
|
|
23329
|
+
*
|
|
22365
23330
|
* @example
|
|
22366
|
-
*
|
|
23331
|
+
* 75bf82fa-b71b-45d7-ae40-0b00e496cd9e
|
|
22367
23332
|
*/
|
|
22368
|
-
|
|
23333
|
+
sessionId?: string;
|
|
23334
|
+
summaryPrompt?: string;
|
|
22369
23335
|
/**
|
|
22370
23336
|
* @remarks
|
|
22371
23337
|
* This parameter is required.
|
|
22372
23338
|
*
|
|
22373
23339
|
* @example
|
|
22374
|
-
* llm-
|
|
23340
|
+
* llm-2setzb9x4ewsd
|
|
22375
23341
|
*/
|
|
22376
23342
|
workspaceId?: string;
|
|
22377
23343
|
static names(): {
|
|
@@ -22385,12 +23351,15 @@ export declare class RunKeywordsExtractionGenerationShrinkRequest extends $dara.
|
|
|
22385
23351
|
[key: string]: any;
|
|
22386
23352
|
});
|
|
22387
23353
|
}
|
|
22388
|
-
export declare class
|
|
22389
|
-
header?:
|
|
22390
|
-
payload?:
|
|
23354
|
+
export declare class RunMultiDocIntroductionResponseBody extends $dara.Model {
|
|
23355
|
+
header?: RunMultiDocIntroductionResponseBodyHeader;
|
|
23356
|
+
payload?: RunMultiDocIntroductionResponseBodyPayload;
|
|
22391
23357
|
/**
|
|
23358
|
+
* @remarks
|
|
23359
|
+
* Id of the request
|
|
23360
|
+
*
|
|
22392
23361
|
* @example
|
|
22393
|
-
*
|
|
23362
|
+
* 3f7045e099474ba28ceca1b4eb6d6e21
|
|
22394
23363
|
*/
|
|
22395
23364
|
requestId?: string;
|
|
22396
23365
|
static names(): {
|
|
@@ -22404,12 +23373,12 @@ export declare class RunKeywordsExtractionGenerationResponseBody extends $dara.M
|
|
|
22404
23373
|
[key: string]: any;
|
|
22405
23374
|
});
|
|
22406
23375
|
}
|
|
22407
|
-
export declare class
|
|
23376
|
+
export declare class RunMultiDocIntroductionResponse extends $dara.Model {
|
|
22408
23377
|
headers?: {
|
|
22409
23378
|
[key: string]: string;
|
|
22410
23379
|
};
|
|
22411
23380
|
statusCode?: number;
|
|
22412
|
-
body?:
|
|
23381
|
+
body?: RunMultiDocIntroductionResponseBody;
|
|
22413
23382
|
static names(): {
|
|
22414
23383
|
[key: string]: string;
|
|
22415
23384
|
};
|
|
@@ -27123,6 +28092,21 @@ export default class Client extends OpenApi {
|
|
|
27123
28092
|
* @returns ListSearchTasksResponse
|
|
27124
28093
|
*/
|
|
27125
28094
|
listSearchTasks(request: ListSearchTasksRequest): Promise<ListSearchTasksResponse>;
|
|
28095
|
+
/**
|
|
28096
|
+
* 获取文体学习分析结果列表
|
|
28097
|
+
*
|
|
28098
|
+
* @param request - ListStyleLearningResultRequest
|
|
28099
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
28100
|
+
* @returns ListStyleLearningResultResponse
|
|
28101
|
+
*/
|
|
28102
|
+
listStyleLearningResultWithOptions(request: ListStyleLearningResultRequest, runtime: $dara.RuntimeOptions): Promise<ListStyleLearningResultResponse>;
|
|
28103
|
+
/**
|
|
28104
|
+
* 获取文体学习分析结果列表
|
|
28105
|
+
*
|
|
28106
|
+
* @param request - ListStyleLearningResultRequest
|
|
28107
|
+
* @returns ListStyleLearningResultResponse
|
|
28108
|
+
*/
|
|
28109
|
+
listStyleLearningResult(request: ListStyleLearningResultRequest): Promise<ListStyleLearningResultResponse>;
|
|
27126
28110
|
/**
|
|
27127
28111
|
* 时效性视角列表
|
|
27128
28112
|
*
|
|
@@ -27258,6 +28242,21 @@ export default class Client extends OpenApi {
|
|
|
27258
28242
|
* @returns RunBookSmartCardResponse
|
|
27259
28243
|
*/
|
|
27260
28244
|
runBookSmartCard(request: RunBookSmartCardRequest): Promise<RunBookSmartCardResponse>;
|
|
28245
|
+
/**
|
|
28246
|
+
* 客户之声预测
|
|
28247
|
+
*
|
|
28248
|
+
* @param tmpReq - RunCommentGenerationRequest
|
|
28249
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
28250
|
+
* @returns RunCommentGenerationResponse
|
|
28251
|
+
*/
|
|
28252
|
+
runCommentGenerationWithOptions(tmpReq: RunCommentGenerationRequest, runtime: $dara.RuntimeOptions): Promise<RunCommentGenerationResponse>;
|
|
28253
|
+
/**
|
|
28254
|
+
* 客户之声预测
|
|
28255
|
+
*
|
|
28256
|
+
* @param request - RunCommentGenerationRequest
|
|
28257
|
+
* @returns RunCommentGenerationResponse
|
|
28258
|
+
*/
|
|
28259
|
+
runCommentGeneration(request: RunCommentGenerationRequest): Promise<RunCommentGenerationResponse>;
|
|
27261
28260
|
/**
|
|
27262
28261
|
* 内容续写
|
|
27263
28262
|
*
|
|
@@ -27408,6 +28407,36 @@ export default class Client extends OpenApi {
|
|
|
27408
28407
|
* @returns RunExpandContentResponse
|
|
27409
28408
|
*/
|
|
27410
28409
|
runExpandContent(request: RunExpandContentRequest): Promise<RunExpandContentResponse>;
|
|
28410
|
+
/**
|
|
28411
|
+
* 妙读猜你想问接口
|
|
28412
|
+
*
|
|
28413
|
+
* @param request - RunGenerateQuestionsRequest
|
|
28414
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
28415
|
+
* @returns RunGenerateQuestionsResponse
|
|
28416
|
+
*/
|
|
28417
|
+
runGenerateQuestionsWithOptions(request: RunGenerateQuestionsRequest, runtime: $dara.RuntimeOptions): Promise<RunGenerateQuestionsResponse>;
|
|
28418
|
+
/**
|
|
28419
|
+
* 妙读猜你想问接口
|
|
28420
|
+
*
|
|
28421
|
+
* @param request - RunGenerateQuestionsRequest
|
|
28422
|
+
* @returns RunGenerateQuestionsResponse
|
|
28423
|
+
*/
|
|
28424
|
+
runGenerateQuestions(request: RunGenerateQuestionsRequest): Promise<RunGenerateQuestionsResponse>;
|
|
28425
|
+
/**
|
|
28426
|
+
* 妙读文档关键词抽取接口
|
|
28427
|
+
*
|
|
28428
|
+
* @param request - RunHotwordRequest
|
|
28429
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
28430
|
+
* @returns RunHotwordResponse
|
|
28431
|
+
*/
|
|
28432
|
+
runHotwordWithOptions(request: RunHotwordRequest, runtime: $dara.RuntimeOptions): Promise<RunHotwordResponse>;
|
|
28433
|
+
/**
|
|
28434
|
+
* 妙读文档关键词抽取接口
|
|
28435
|
+
*
|
|
28436
|
+
* @param request - RunHotwordRequest
|
|
28437
|
+
* @returns RunHotwordResponse
|
|
28438
|
+
*/
|
|
28439
|
+
runHotword(request: RunHotwordRequest): Promise<RunHotwordResponse>;
|
|
27411
28440
|
/**
|
|
27412
28441
|
* AI妙笔-创作-抽取关键词
|
|
27413
28442
|
*
|
|
@@ -27423,6 +28452,21 @@ export default class Client extends OpenApi {
|
|
|
27423
28452
|
* @returns RunKeywordsExtractionGenerationResponse
|
|
27424
28453
|
*/
|
|
27425
28454
|
runKeywordsExtractionGeneration(request: RunKeywordsExtractionGenerationRequest): Promise<RunKeywordsExtractionGenerationResponse>;
|
|
28455
|
+
/**
|
|
28456
|
+
* 文档批量导读
|
|
28457
|
+
*
|
|
28458
|
+
* @param tmpReq - RunMultiDocIntroductionRequest
|
|
28459
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
28460
|
+
* @returns RunMultiDocIntroductionResponse
|
|
28461
|
+
*/
|
|
28462
|
+
runMultiDocIntroductionWithOptions(tmpReq: RunMultiDocIntroductionRequest, runtime: $dara.RuntimeOptions): Promise<RunMultiDocIntroductionResponse>;
|
|
28463
|
+
/**
|
|
28464
|
+
* 文档批量导读
|
|
28465
|
+
*
|
|
28466
|
+
* @param request - RunMultiDocIntroductionRequest
|
|
28467
|
+
* @returns RunMultiDocIntroductionResponse
|
|
28468
|
+
*/
|
|
28469
|
+
runMultiDocIntroduction(request: RunMultiDocIntroductionRequest): Promise<RunMultiDocIntroductionResponse>;
|
|
27426
28470
|
/**
|
|
27427
28471
|
* AI妙搜-智能搜索生成
|
|
27428
28472
|
*
|