tencentcloud-sdk-nodejs-lke 4.1.223 → 4.1.225

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.223",
3
+ "version": "4.1.225",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5796,12 +5796,12 @@ export interface ListDocResponse {
5796
5796
  */
5797
5797
  export interface CreateAppResponse {
5798
5798
  /**
5799
- * 应用ID
5799
+ * <p>应用ID</p>
5800
5800
  注意:此字段可能返回 null,表示取不到有效值。
5801
5801
  */
5802
5802
  AppBizId?: string;
5803
5803
  /**
5804
- * 判断账户应用列表权限是否是自定义的,用户交互提示
5804
+ * <p>判断账户应用列表权限是否是自定义的,用户交互提示</p>
5805
5805
  注意:此字段可能返回 null,表示取不到有效值。
5806
5806
  */
5807
5807
  IsCustomList?: boolean;
@@ -9315,19 +9315,19 @@ export interface ListReleaseQAPreviewResponse {
9315
9315
  */
9316
9316
  export interface CreateAppRequest {
9317
9317
  /**
9318
- * 应用类型;knowledge_qa-知识问答管理
9318
+ * <p>应用类型;<code>&quot;knowledge_qa&quot;</code> 知识问答应用(包含标准模式 单工作流 Multi-Agent 等模式)</p>
9319
9319
  */
9320
9320
  AppType: string;
9321
9321
  /**
9322
- * 应用基础配置
9322
+ * <p>应用基础配置</p>
9323
9323
  */
9324
9324
  BaseConfig: BaseConfig;
9325
9325
  /**
9326
- * 应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式
9326
+ * <p>应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式,ClawAgent:Claw模式</p>
9327
9327
  */
9328
9328
  Pattern?: string;
9329
9329
  /**
9330
- * 智能体类型 dialogue 对话式智能体,wechat 公众号智能体
9330
+ * <p>智能体类型,用于区分应用最终以何种智能体形态对外服务(对话(&quot;dialogue&quot;) / 公众号(&quot;wechat&quot;))。当前 ADP 创建页面不区分对话/公众号智能体,ADP 创建页默认走对话智能体。</p>
9331
9331
  */
9332
9332
  AgentType?: string;
9333
9333
  }