tencentcloud-sdk-nodejs-ccc 4.1.69 → 4.1.71

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-ccc",
3
- "version": "4.1.69",
3
+ "version": "4.1.71",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4,7 +4,7 @@ exports.Client = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  /* eslint-disable @typescript-eslint/no-unused-vars */
6
6
  /*
7
- * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
8
8
  *
9
9
  * Licensed under the Apache License, Version 2.0 (the "License");
10
10
  * you may not use this file except in compliance with the License.
@@ -343,6 +343,10 @@ export interface ServerPushText {
343
343
 
344
344
  */
345
345
  Priority?: number;
346
+ /**
347
+ * 是否将文本加入到llm历史上下文中
348
+ */
349
+ AddHistory?: boolean;
346
350
  }
347
351
  /**
348
352
  * ResetExtensionPassword请求参数结构体
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.