tencentcloud-sdk-nodejs-iotexplorer 4.1.261 → 4.1.262

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-iotexplorer",
3
- "version": "4.1.261",
3
+ "version": "4.1.262",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1537,6 +1537,10 @@ export interface SeeComprehensionConfig {
1537
1537
  * <p>是否生成关键词</p><p>默认值:false</p>
1538
1538
  */
1539
1539
  EnableKeywords?: boolean;
1540
+ /**
1541
+ * <p>自定义摘要提示词</p>
1542
+ */
1543
+ SummaryPrompt?: string;
1540
1544
  }
1541
1545
  /**
1542
1546
  * CreateTWeSeeCallback返回参数结构体