tencentcloud-sdk-nodejs-lke 4.1.25 → 4.1.28
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/package.json
CHANGED
|
@@ -2254,6 +2254,16 @@ export interface AgentProcedure {
|
|
|
2254
2254
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2255
2255
|
*/
|
|
2256
2256
|
ReplyIndex?: number;
|
|
2257
|
+
/**
|
|
2258
|
+
* 主agent
|
|
2259
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2260
|
+
*/
|
|
2261
|
+
SourceAgentName?: string;
|
|
2262
|
+
/**
|
|
2263
|
+
* 挂号agent
|
|
2264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2265
|
+
*/
|
|
2266
|
+
TargetAgentName?: string;
|
|
2257
2267
|
}
|
|
2258
2268
|
/**
|
|
2259
2269
|
* 应用管理输出配置
|
|
@@ -2937,7 +2947,11 @@ export interface SaveDocRequest {
|
|
|
2937
2947
|
*/
|
|
2938
2948
|
ETag: string;
|
|
2939
2949
|
/**
|
|
2940
|
-
* cos_hash x-cos-hash-crc64ecma 头部中的 CRC64编码进行校验上传到云端的文件和本地文件的一致性
|
|
2950
|
+
* cos_hash x-cos-hash-crc64ecma 头部中的 CRC64编码进行校验上传到云端的文件和本地文件的一致性
|
|
2951
|
+
成功上传cos后,从返回头中获取
|
|
2952
|
+
|
|
2953
|
+
请注意:
|
|
2954
|
+
cos_hash为文档唯一性标识,与文件名无关 相同的cos_hash会被判定为重复文档
|
|
2941
2955
|
*/
|
|
2942
2956
|
CosHash: string;
|
|
2943
2957
|
/**
|
|
@@ -5278,6 +5292,14 @@ export interface ModelInfo {
|
|
|
5278
5292
|
* 模型类别 generate:生成模型,thought:思考模型
|
|
5279
5293
|
*/
|
|
5280
5294
|
ModelCategory?: string;
|
|
5295
|
+
/**
|
|
5296
|
+
* 是否默认模型
|
|
5297
|
+
*/
|
|
5298
|
+
IsDefault?: boolean;
|
|
5299
|
+
/**
|
|
5300
|
+
* 角色提示词输入长度限制
|
|
5301
|
+
*/
|
|
5302
|
+
RoleLenLimit?: number;
|
|
5281
5303
|
}
|
|
5282
5304
|
/**
|
|
5283
5305
|
* DeleteRejectedQuestion请求参数结构体
|
|
@@ -6815,7 +6837,7 @@ export interface GetMsgRecordRequest {
|
|
|
6815
6837
|
*/
|
|
6816
6838
|
Type: number;
|
|
6817
6839
|
/**
|
|
6818
|
-
*
|
|
6840
|
+
* 数量, 数量需大于2
|
|
6819
6841
|
*/
|
|
6820
6842
|
Count: number;
|
|
6821
6843
|
/**
|
|
@@ -6827,7 +6849,7 @@ export interface GetMsgRecordRequest {
|
|
|
6827
6849
|
*/
|
|
6828
6850
|
LastRecordId?: string;
|
|
6829
6851
|
/**
|
|
6830
|
-
* 应用AppKey, 当Type=5[API访客]时, 该字段必填
|
|
6852
|
+
* 应用AppKey, 当Type=5[API访客]时, 该字段必填 :</br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
|
|
6831
6853
|
*/
|
|
6832
6854
|
BotAppKey?: string;
|
|
6833
6855
|
/**
|