tencentcloud-sdk-nodejs-lke 4.1.43 → 4.1.45
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
|
@@ -3094,7 +3094,7 @@ export interface SaveDocRequest {
|
|
|
3094
3094
|
*/
|
|
3095
3095
|
IsRefer?: boolean;
|
|
3096
3096
|
/**
|
|
3097
|
-
* 文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1
|
|
3097
|
+
* 文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1的时候请从腾讯云智能体开发平台页面下载excel模板
|
|
3098
3098
|
*/
|
|
3099
3099
|
Opt?: number;
|
|
3100
3100
|
/**
|