tencentcloud-sdk-nodejs-waf 4.1.223 → 4.1.225
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
|
@@ -655,7 +655,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
655
655
|
*/
|
|
656
656
|
DescribeHost(req: DescribeHostRequest, cb?: (error: string, rep: DescribeHostResponse) => void): Promise<DescribeHostResponse>;
|
|
657
657
|
/**
|
|
658
|
-
*
|
|
658
|
+
* 大模型安全代答生成接口。当用户输入命中内容安全风险检测规则时,调用本接口由大模型实时生成安全合规的替代回答。
|
|
659
659
|
*/
|
|
660
660
|
GenerateLLMSecAnswer(req: GenerateLLMSecAnswerRequest, cb?: (error: string, rep: GenerateLLMSecAnswerResponse) => void): Promise<GenerateLLMSecAnswerResponse>;
|
|
661
661
|
/**
|
|
@@ -999,7 +999,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
999
999
|
return this.request("DescribeHost", req, cb);
|
|
1000
1000
|
}
|
|
1001
1001
|
/**
|
|
1002
|
-
*
|
|
1002
|
+
* 大模型安全代答生成接口。当用户输入命中内容安全风险检测规则时,调用本接口由大模型实时生成安全合规的替代回答。
|
|
1003
1003
|
*/
|
|
1004
1004
|
async GenerateLLMSecAnswer(req, cb) {
|
|
1005
1005
|
return this.request("GenerateLLMSecAnswer", req, cb);
|