tencentcloud-sdk-nodejs-waf 4.1.204 → 4.1.206

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-waf",
3
- "version": "4.1.204",
3
+ "version": "4.1.206",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -622,35 +622,35 @@ export interface UpdateProtectionModesResponse {
622
622
  */
623
623
  export interface LLMDetectResult {
624
624
  /**
625
- * 仅输出侧:涉敏信息
625
+ * <p>仅输出侧:涉敏信息</p>
626
626
  */
627
627
  SensitiveResult?: Array<LLMSensitiveValueLevel>;
628
628
  /**
629
- * 输入输出均检测:关键词库命中信息
629
+ * <p>输入输出均检测:关键词库命中信息</p>
630
630
  */
631
631
  KeyWordsResult?: Array<KeyWordInfo>;
632
632
  /**
633
- * 输入输出均检测:数据分类分级结果
633
+ * <p>输入输出均检测:数据分类分级结果</p>
634
634
  */
635
635
  DataCategoryResult?: Array<string>;
636
636
  /**
637
- * 仅输入侧检出:prompt检测的结果
637
+ * <p>仅输入侧检出:prompt检测的结果</p>
638
638
  */
639
639
  PromptInjectionResult?: PromptDetectResult;
640
640
  /**
641
- * 命中的规则ID
641
+ * <p>命中的规则ID</p>
642
642
  */
643
643
  RuleId?: string;
644
644
  /**
645
- * 命中的规则名称
645
+ * <p>命中的规则名称</p>
646
646
  */
647
647
  RuleName?: string;
648
648
  /**
649
- * 规则动作
649
+ * <p>规则动作</p>
650
650
  */
651
651
  Action?: string;
652
652
  /**
653
- * 攻击payload
653
+ * <p>攻击payload</p>
654
654
  */
655
655
  Payload?: string;
656
656
  }
@@ -7949,21 +7949,29 @@ export interface DescribeFlowTrendResponse {
7949
7949
  */
7950
7950
  export interface DescribeQClawContentSecCheckRequest {
7951
7951
  /**
7952
- * 服务id,使用哪一套防护策略,就需要传哪一套服务id,模型会检测该服务id下的所有规则
7952
+ * <p>服务id,使用哪一套防护策略,就需要传哪一套服务id,模型会检测该服务id下的所有规则</p>
7953
7953
  */
7954
7954
  ServiceId: string;
7955
7955
  /**
7956
- * 要审核的内容
7956
+ * <p>要审核的内容</p>
7957
7957
  */
7958
- Content: ApiGuardContent;
7958
+ Content?: ApiGuardContent;
7959
7959
  /**
7960
- * 标识用户的id,限速使用,不填,则限速会不生效
7960
+ * <p>标识用户的id,限速使用,不填,则限速会不生效</p>
7961
7961
  */
7962
7962
  UserId?: string;
7963
7963
  /**
7964
- * 会话id
7964
+ * <p>会话id</p>
7965
7965
  */
7966
7966
  SessionId?: string;
7967
+ /**
7968
+ * <p>工具名称</p>
7969
+ */
7970
+ ToolName?: string;
7971
+ /**
7972
+ * <p>工具执行的参数</p>
7973
+ */
7974
+ ToolArgs?: string;
7967
7975
  }
7968
7976
  /**
7969
7977
  * CreateIpAccessControl返回参数结构体
@@ -15326,7 +15334,7 @@ export interface DescribeAttackWhiteRuleResponse {
15326
15334
  */
15327
15335
  export interface DescribeQClawContentSecCheckResponse {
15328
15336
  /**
15329
- * 检测结果
15337
+ * <p>检测结果</p>
15330
15338
  */
15331
15339
  Data?: LLMRisks;
15332
15340
  /**