tencentcloud-sdk-nodejs-ai3d 4.1.75 → 4.1.78

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-ai3d",
3
- "version": "4.1.75",
3
+ "version": "4.1.78",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -82,7 +82,7 @@ export interface QueryHunyuanTo3DJobResponse {
82
82
  export interface SubmitHunyuanTo3DJobRequest {
83
83
  /**
84
84
  * 文生3D,3D内容的描述,中文正向提示词。
85
- 最多支持200个 utf-8 字符。
85
+ 最多支持1024个 utf-8 字符。
86
86
  文生3D, image、image_url和 prompt必填其一,且prompt和image/image_url不能同时存在。
87
87
  */
88
88
  Prompt?: string;