tencentcloud-sdk-nodejs-tdai 4.1.151 → 4.1.153

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-tdai",
3
- "version": "4.1.151",
3
+ "version": "4.1.153",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -39,7 +39,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
39
39
  */
40
40
  DescribeAgentInstance(req: DescribeAgentInstanceRequest, cb?: (error: string, rep: DescribeAgentInstanceResponse) => void): Promise<DescribeAgentInstanceResponse>;
41
41
  /**
42
- * 用于创建一次回话的SSE接口
42
+ * 用于创建一次会话的SSE接口
43
43
  */
44
44
  CreateChatCompletion(req: CreateChatCompletionRequest, cb?: (error: string, rep: CreateChatCompletionResponse) => void): Promise<CreateChatCompletionResponse>;
45
45
  /**
@@ -77,7 +77,7 @@ class Client extends TencentCloudCommon.AbstractClient {
77
77
  return this.request("DescribeAgentInstance", req, cb);
78
78
  }
79
79
  /**
80
- * 用于创建一次回话的SSE接口
80
+ * 用于创建一次会话的SSE接口
81
81
  */
82
82
  async CreateChatCompletion(req, cb) {
83
83
  return this.request("CreateChatCompletion", req, cb);
@@ -281,6 +281,10 @@ export interface CreateChatCompletionRequest {
281
281
  * 是否隐藏
282
282
  */
283
283
  IsHidden?: boolean;
284
+ /**
285
+ * 是否隐藏会话
286
+ */
287
+ IsChatHidden?: boolean;
284
288
  }
285
289
  /**
286
290
  * ModifyChatTitle请求参数结构体