tencentcloud-sdk-nodejs-waf 4.1.233 → 4.1.234
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
|
@@ -15732,6 +15732,14 @@ export interface DescribeLLMContentSecCheckRequest {
|
|
|
15732
15732
|
* <p>图片base64编码后的数据,body大小最大支持10M</p>
|
|
15733
15733
|
*/
|
|
15734
15734
|
ImageEncode?: string;
|
|
15735
|
+
/**
|
|
15736
|
+
* <p>tool_call 场景工具名称</p>
|
|
15737
|
+
*/
|
|
15738
|
+
ToolName?: string;
|
|
15739
|
+
/**
|
|
15740
|
+
* <p>tool_call 场景工具参数</p>
|
|
15741
|
+
*/
|
|
15742
|
+
ToolArgs?: string;
|
|
15735
15743
|
}
|
|
15736
15744
|
/**
|
|
15737
15745
|
* ModifyWafAutoDenyRules请求参数结构体
|