tencentcloud-sdk-nodejs-lke 4.1.71 → 4.1.75

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-lke",
3
- "version": "4.1.71",
3
+ "version": "4.1.75",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1502,6 +1502,10 @@ export interface ListDocItem {
1502
1502
  * false:未停用,ture:已停用
1503
1503
  */
1504
1504
  IsDisabled?: boolean;
1505
+ /**
1506
+ * 员工名称
1507
+ */
1508
+ StaffName?: string;
1505
1509
  }
1506
1510
  /**
1507
1511
  * ModifyAgent请求参数结构体
@@ -2201,6 +2205,31 @@ export interface CreateQAResponse {
2201
2205
  */
2202
2206
  RequestId?: string;
2203
2207
  }
2208
+ /**
2209
+ * 背景图相关配置
2210
+ */
2211
+ export interface BackgroundImageConfig {
2212
+ /**
2213
+ * 横图(pc)
2214
+ */
2215
+ LandscapeImageUrl?: string;
2216
+ /**
2217
+ * 原始图
2218
+ */
2219
+ OriginalImageUrl?: string;
2220
+ /**
2221
+ * 长图(手机)
2222
+ */
2223
+ PortraitImageUrl?: string;
2224
+ /**
2225
+ * 主题色
2226
+ */
2227
+ ThemeColor?: string;
2228
+ /**
2229
+ * 亮度值
2230
+ */
2231
+ Brightness?: number;
2232
+ }
2204
2233
  /**
2205
2234
  * DescribeReleaseInfo返回参数结构体
2206
2235
  */
@@ -2803,6 +2832,10 @@ export interface ListQaItem {
2803
2832
  * 问答是否停用,false:未停用,ture:已停用
2804
2833
  */
2805
2834
  IsDisabled?: boolean;
2835
+ /**
2836
+ * 员工名称
2837
+ */
2838
+ StaffName?: string;
2806
2839
  }
2807
2840
  /**
2808
2841
  * 消耗量
@@ -3256,6 +3289,39 @@ export interface CheckAttributeLabelReferRequest {
3256
3289
  */
3257
3290
  AttributeBizId?: Array<string>;
3258
3291
  }
3292
+ /**
3293
+ * Agent 知识库检索插件支持多知识库搜索
3294
+ */
3295
+ export interface AgentKnowledge {
3296
+ /**
3297
+ * 知识库id
3298
+ */
3299
+ KnowledgeBizId?: string;
3300
+ /**
3301
+ * 0-应用内知识库
3302
+ 1-共享知识库
3303
+ */
3304
+ KnowledgeType?: number;
3305
+ /**
3306
+ * 0-全部知识
3307
+ 1-按文档和问答
3308
+ 2-按标签
3309
+ */
3310
+ Filter?: number;
3311
+ /**
3312
+ * 文档id
3313
+ */
3314
+ DocBizIds?: Array<string>;
3315
+ /**
3316
+ * true:包含所有问答
3317
+ false:不包含问答
3318
+ */
3319
+ AllQa?: boolean;
3320
+ /**
3321
+ * 文档标签过滤器
3322
+ */
3323
+ Tag?: AgentKnowledgeFilterTag;
3324
+ }
3259
3325
  /**
3260
3326
  * UpdateVar返回参数结构体
3261
3327
  */
@@ -3575,6 +3641,14 @@ export interface AgentKnowledgeFilter {
3575
3641
  * 标签过滤器
3576
3642
  */
3577
3643
  Tag?: AgentKnowledgeFilterTag;
3644
+ /**
3645
+ * 知识库列表
3646
+ */
3647
+ KnowledgeList?: Array<AgentKnowledge>;
3648
+ /**
3649
+ * 是否检索全部知识
3650
+ */
3651
+ AllKnowledge?: boolean;
3578
3652
  }
3579
3653
  /**
3580
3654
  * 应用管理输出配置
@@ -4033,7 +4107,7 @@ export interface ModifyAppRequest {
4033
4107
  */
4034
4108
  AppBizId: string;
4035
4109
  /**
4036
- * 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classifys-知识标签提取
4110
+ * 应用类型;knowledge_qa-知识问答管理;summary-知识摘要;classify-知识标签提取
4037
4111
  */
4038
4112
  AppType: string;
4039
4113
  /**
@@ -4252,6 +4326,10 @@ export interface DescribeAppResponse {
4252
4326
  * 应用是否在复制中
4253
4327
  */
4254
4328
  IsCopying?: boolean;
4329
+ /**
4330
+ * 智能体类型 dialogue 对话式智能体,wechat 公众号智能体
4331
+ */
4332
+ AgentType?: string;
4255
4333
  /**
4256
4334
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4257
4335
  */
@@ -5340,6 +5418,10 @@ export interface CreateReleaseRequest {
5340
5418
  * 发布描述
5341
5419
  */
5342
5420
  Desc?: string;
5421
+ /**
5422
+ * 渠道业务ID
5423
+ */
5424
+ ChannelBizIds?: Array<string>;
5343
5425
  }
5344
5426
  /**
5345
5427
  * 思考事件过程信息
@@ -6138,6 +6220,16 @@ export interface KnowledgeQaConfig {
6138
6220
  * 共享知识库关联配置
6139
6221
  */
6140
6222
  ShareKnowledgeBases?: Array<ShareKnowledgeBase>;
6223
+ /**
6224
+ * 背景图相关信息
6225
+ 注意:此字段可能返回 null,表示取不到有效值。
6226
+ */
6227
+ BackgroundImage?: BackgroundImageConfig;
6228
+ /**
6229
+ * 开场问题
6230
+ 注意:此字段可能返回 null,表示取不到有效值。
6231
+ */
6232
+ OpeningQuestions?: Array<string>;
6141
6233
  }
6142
6234
  /**
6143
6235
  * 模型信息
@@ -7391,6 +7483,10 @@ export interface AgentModelInfo {
7391
7483
  * 指令长度字符限制
7392
7484
  */
7393
7485
  InstructionsWordsLimit?: number;
7486
+ /**
7487
+ * 单次会话最大推理轮数
7488
+ */
7489
+ MaxReasoningRound?: number;
7394
7490
  }
7395
7491
  /**
7396
7492
  * 知识库问答插件
@@ -7838,6 +7934,10 @@ export interface GetVarListRequest {
7838
7934
  * 按变量类型过滤,默认查询所有类型(STRING,INT,FLOAT,BOOL,OBJECT,ARRAY_STRING,ARRAY_INT,ARRAY_FLOAT,ARRAY_BOOL,ARRAY_OBJECT,FILE,DOCUMENT,IMAGE,AUDIO)
7839
7935
  */
7840
7936
  VarType?: string;
7937
+ /**
7938
+ * 是否需要内部变量(默认false)
7939
+ */
7940
+ NeedInternalVar?: boolean;
7841
7941
  }
7842
7942
  /**
7843
7943
  * 标签信息
@@ -8043,6 +8143,10 @@ export interface DocSegment {
8043
8143
  * 文档的自定义链接
8044
8144
  */
8045
8145
  WebUrl?: string;
8146
+ /**
8147
+ * 页码信息
8148
+ */
8149
+ PageInfos?: Array<number | bigint>;
8046
8150
  }
8047
8151
  /**
8048
8152
  * DescribeUnsatisfiedReplyContext返回参数结构体