tencentcloud-sdk-nodejs-iotexplorer 4.1.180 → 4.1.185
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
|
@@ -2527,6 +2527,10 @@ export interface TalkAIBotInfo {
|
|
|
2527
2527
|
* 已关联产品信息列表
|
|
2528
2528
|
*/
|
|
2529
2529
|
BoundProducts?: Array<TalkProductInfo>;
|
|
2530
|
+
/**
|
|
2531
|
+
* 自定义工具列表,最多可创建10个
|
|
2532
|
+
*/
|
|
2533
|
+
CustomTools?: string;
|
|
2530
2534
|
}
|
|
2531
2535
|
/**
|
|
2532
2536
|
* DescribeFreeCloudStorageNum请求参数结构体
|
|
@@ -2581,6 +2585,10 @@ export interface ModifyTWeTalkAIBotRequest {
|
|
|
2581
2585
|
* 智能体配置
|
|
2582
2586
|
*/
|
|
2583
2587
|
AgentConfig?: TalkAgentConfigInfo;
|
|
2588
|
+
/**
|
|
2589
|
+
* 自定义工具配置,最多可创建10个
|
|
2590
|
+
*/
|
|
2591
|
+
CustomTools?: string;
|
|
2584
2592
|
}
|
|
2585
2593
|
/**
|
|
2586
2594
|
* DescribeDevicePositionList请求参数结构体
|
|
@@ -9062,6 +9070,10 @@ export interface CreateTWeTalkAIBotRequest {
|
|
|
9062
9070
|
* 实例ID
|
|
9063
9071
|
*/
|
|
9064
9072
|
InstanceId?: string;
|
|
9073
|
+
/**
|
|
9074
|
+
* 自定义工具配置,最多可创建10个
|
|
9075
|
+
*/
|
|
9076
|
+
CustomTools?: string;
|
|
9065
9077
|
}
|
|
9066
9078
|
/**
|
|
9067
9079
|
* 授权小程序信息
|