tencentcloud-sdk-nodejs-lke 4.1.201 → 4.1.207

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.201",
3
+ "version": "4.1.207",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3140,6 +3140,10 @@ export interface CreateWorkflowRunRequest {
3140
3140
  * API参数配置
3141
3141
  */
3142
3142
  CustomVariables?: Array<CustomVariable>;
3143
+ /**
3144
+ * 用户ID
3145
+ */
3146
+ VisitorId?: string;
3143
3147
  }
3144
3148
  /**
3145
3149
  * DescribeQA请求参数结构体
@@ -4108,57 +4112,57 @@ export interface AppModel {
4108
4112
  */
4109
4113
  export interface WorkflowRunNodeInfo {
4110
4114
  /**
4111
- * 节点ID
4115
+ * <p>节点ID</p>
4112
4116
  注意:此字段可能返回 null,表示取不到有效值。
4113
4117
  */
4114
4118
  NodeId?: string;
4115
4119
  /**
4116
- * 节点类型
4120
+ * <p>节点类型</p>
4117
4121
  注意:此字段可能返回 null,表示取不到有效值。
4118
4122
  */
4119
4123
  NodeType?: number;
4120
4124
  /**
4121
- * 节点名称
4125
+ * <p>节点名称</p>
4122
4126
  注意:此字段可能返回 null,表示取不到有效值。
4123
4127
  */
4124
4128
  NodeName?: string;
4125
4129
  /**
4126
- * 状态
4130
+ * <p>状态</p>
4127
4131
  注意:此字段可能返回 null,表示取不到有效值。
4128
4132
  */
4129
4133
  Status?: number;
4130
4134
  /**
4131
- * 输入
4135
+ * <p>输入</p>
4132
4136
  注意:此字段可能返回 null,表示取不到有效值。
4133
4137
  */
4134
4138
  Input?: string;
4135
4139
  /**
4136
- * 输出
4140
+ * <p>输出</p>
4137
4141
  注意:此字段可能返回 null,表示取不到有效值。
4138
4142
  */
4139
4143
  Output?: string;
4140
4144
  /**
4141
- * 任务输出
4145
+ * <p>任务输出</p>
4142
4146
  注意:此字段可能返回 null,表示取不到有效值。
4143
4147
  */
4144
4148
  TaskOutput?: string;
4145
4149
  /**
4146
- * 错误信息
4150
+ * <p>错误信息</p>
4147
4151
  注意:此字段可能返回 null,表示取不到有效值。
4148
4152
  */
4149
4153
  FailMessage?: string;
4150
4154
  /**
4151
- * 花费时长
4155
+ * <p>花费时长,单位为毫秒</p>
4152
4156
  注意:此字段可能返回 null,表示取不到有效值。
4153
4157
  */
4154
4158
  CostMilliSeconds?: number;
4155
4159
  /**
4156
- * 大模型输出信息
4160
+ * <p>大模型输出信息</p>
4157
4161
  注意:此字段可能返回 null,表示取不到有效值。
4158
4162
  */
4159
4163
  StatisticInfos?: Array<StatisticInfo>;
4160
4164
  /**
4161
- * 错误代码
4165
+ * <p>错误代码</p>
4162
4166
  注意:此字段可能返回 null,表示取不到有效值。
4163
4167
  */
4164
4168
  FailCode?: string;
@@ -9548,64 +9552,50 @@ export interface RetryReleaseResponse {
9548
9552
  */
9549
9553
  export interface NodeRunBase {
9550
9554
  /**
9551
- * 节点运行的ID
9555
+ * <p>节点运行的ID</p>
9552
9556
  */
9553
9557
  NodeRunId?: string;
9554
9558
  /**
9555
- * 节点ID
9559
+ * <p>节点ID</p>
9556
9560
  */
9557
9561
  NodeId?: string;
9558
9562
  /**
9559
- * 工作流运行实例的ID
9563
+ * <p>工作流运行实例的ID</p>
9560
9564
  */
9561
9565
  WorkflowRunId?: string;
9562
9566
  /**
9563
- * 节点名称
9567
+ * <p>节点名称</p>
9564
9568
  */
9565
9569
  NodeName?: string;
9566
9570
  /**
9567
- * 节点类型。
9568
- 1: 开始节点
9569
- 2:参数提取节点
9570
- 3:大模型节点
9571
- 4:知识问答节点
9572
- 5:知识检索节点
9573
- 6:标签提取节点
9574
- 7:代码执行节点
9575
- 8:工具节点
9576
- 9:逻辑判断节点
9577
- 10:回复节点
9578
- 11:选项卡节点
9579
- 12:循环节点
9580
- 13:意图识别节点
9581
- 14:工作流节点
9582
- 15:插件节点
9583
- 16:结束节点
9584
- 17: 变量聚合节点数据
9585
- 18: 批处理节点
9586
- 19: 消息队列节点
9571
+ * <p>节点类型。<br>1: 开始节点<br>2:参数提取节点<br>3:大模型节点<br>4:知识问答节点<br>5:知识检索节点<br>6:标签提取节点<br>7:代码执行节点<br>8:工具节点<br>9:逻辑判断节点<br>10:回复节点<br>11:选项卡节点<br>12:循环节点<br>13:意图识别节点<br>14:工作流节点<br>15:插件节点<br>16:结束节点<br>17: 变量聚合节点数据<br>18: 批处理节点<br>19: 消息队列节点</p>
9587
9572
  */
9588
9573
  NodeType?: number;
9589
9574
  /**
9590
- * 运行状态。0: 初始状态;1: 运行中;2: 运行成功; 3: 运行失败; 4: 已取消
9575
+ * <p>运行状态。0: 初始状态;1: 运行中;2: 运行成功; 3: 运行失败; 4: 已取消</p>
9591
9576
  */
9592
9577
  State?: number;
9593
9578
  /**
9594
- * 错误码
9579
+ * <p>错误码</p>
9595
9580
  */
9596
9581
  FailCode?: string;
9597
9582
  /**
9598
- * 错误信息
9583
+ * <p>错误信息</p>
9599
9584
  */
9600
9585
  FailMessage?: string;
9601
9586
  /**
9602
- * 消耗时间(毫秒)
9587
+ * <p>消耗时间(毫秒)</p>
9603
9588
  */
9604
9589
  CostMilliseconds?: number;
9605
9590
  /**
9606
- * 消耗的token总数
9591
+ * <p>消耗的token总数</p>
9607
9592
  */
9608
9593
  TotalTokens?: number;
9594
+ /**
9595
+ * <p>分支下标列表</p><p>单位:无</p>
9596
+ 注意:此字段可能返回 null,表示取不到有效值。
9597
+ */
9598
+ BranchIndexList?: Array<number | bigint>;
9609
9599
  }
9610
9600
  /**
9611
9601
  * 智能通话