tencentcloud-sdk-nodejs-ccc 4.0.1039 → 4.0.1048

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.0.1039",
3
+ "version": "4.0.1048",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -648,6 +648,10 @@ HoaiMy
648
648
  * 通话内容提取配置
649
649
  */
650
650
  ExtractConfig?: Array<AICallExtractConfigElement>
651
+ /**
652
+ * 模型温度控制
653
+ */
654
+ Temperature?: number
651
655
  }
652
656
 
653
657
  /**
@@ -618,6 +618,10 @@ export interface CreateAICallRequest {
618
618
  * 通话内容提取配置
619
619
  */
620
620
  ExtractConfig?: Array<AICallExtractConfigElement>;
621
+ /**
622
+ * 模型温度控制
623
+ */
624
+ Temperature?: number;
621
625
  }
622
626
  /**
623
627
  * CreateAdminURL返回参数结构体