tencentcloud-sdk-nodejs-cls 4.1.286 → 4.1.289

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-cls",
3
- "version": "4.1.286",
3
+ "version": "4.1.289",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11882,13 +11882,13 @@ export interface CreateAgentApplicationRequest {
11882
11882
  */
11883
11883
  ApplicationName: string;
11884
11884
  /**
11885
- * <p>接入类型</p><p>枚举值:</p><ul><li>Langfuse: Langfuse 是一款开源的 LLM(大语言模型)工程与可观测性平台(LLMOps Tool)</li></ul>
11885
+ * <p>接入类型</p><p>枚举值:</p><ul><li>Langfuse: Langfuse 是一款开源的 LLM(大语言模型)工程与可观测性平台(LLMOps Tool)</li><li>Agent: 用户创建 Agent 应用时,系统按统一规范自动创建对应的 CLS 主题(Topic),并为主题打上统一标签,便于后续在 Agent 可观测场景下做统一管理与检索。</li></ul>
11886
11886
  */
11887
11887
  AccessType: string;
11888
11888
  /**
11889
11889
  * <p>日志集Id。通过 <a href="https://cloud.tencent.com/document/product/614/58624">获取日志集列表</a>获取日志集Id。</p>
11890
11890
  */
11891
- LogsetId: string;
11891
+ LogsetId?: string;
11892
11892
  }
11893
11893
  /**
11894
11894
  * SearchCosRechargeInfo请求参数结构体