You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+39-7Lines changed: 39 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2682,29 +2682,45 @@ components:
2682
2682
properties:
2683
2683
hate:
2684
2684
type: boolean
2685
-
description: Whether the content was flagged as 'hate'.
2685
+
description: Content that expresses, incites, or promotes hate based on race, gender, ethnicity, religion, nationality, sexual orientation, disability status, or caste. Hateful content aimed at non-protected groups (e.g., chess players) is harrassment.
2686
2686
hate/threatening:
2687
2687
type: boolean
2688
-
description: Whether the content was flagged as 'hate/threatening'.
2688
+
description: Hateful content that also includes violence or serious harm towards the targeted group based on race, gender, ethnicity, religion, nationality, sexual orientation, disability status, or caste.
2689
+
harassment:
2690
+
type: boolean
2691
+
description: Content that expresses, incites, or promotes harassing language towards any target.
2692
+
harassment/threatening:
2693
+
type: boolean
2694
+
description: Harassment content that also includes violence or serious harm towards any target.
2689
2695
self-harm:
2690
2696
type: boolean
2691
-
description: Whether the content was flagged as 'self-harm'.
2697
+
description: Content that promotes, encourages, or depicts acts of self-harm, such as suicide, cutting, and eating disorders.
2698
+
self-harm/intent:
2699
+
type: boolean
2700
+
description: Content where the speaker expresses that they are engaging or intend to engage in acts of self-harm, such as suicide, cutting, and eating disorders.
2701
+
self-harm/instructions:
2702
+
type: boolean
2703
+
description: Content that encourages performing acts of self-harm, such as suicide, cutting, and eating disorders, or that gives instructions or advice on how to commit such acts.
2692
2704
sexual:
2693
2705
type: boolean
2694
-
description: Whether the content was flagged as 'sexual'.
2706
+
description: Content meant to arouse sexual excitement, such as the description of sexual activity, or that promotes sexual services (excluding sex education and wellness).
2695
2707
sexual/minors:
2696
2708
type: boolean
2697
-
description: Whether the content was flagged as 'sexual/minors'.
2709
+
description: Sexual content that includes an individual who is under 18 years old.
2698
2710
violence:
2699
2711
type: boolean
2700
-
description: Whether the content was flagged as 'violence'.
2712
+
description: Content that depicts death, violence, or physical injury.
2701
2713
violence/graphic:
2702
2714
type: boolean
2703
-
description: Whether the content was flagged as 'violence/graphic'.
2715
+
description: Content that depicts death, violence, or physical injury in graphic detail.
2704
2716
required:
2705
2717
- hate
2706
2718
- hate/threatening
2719
+
- harassment
2720
+
- harassment/threatening
2707
2721
- self-harm
2722
+
- self-harm/intent
2723
+
- self-harm/instructions
2708
2724
- sexual
2709
2725
- sexual/minors
2710
2726
- violence
@@ -2719,9 +2735,21 @@ components:
2719
2735
hate/threatening:
2720
2736
type: number
2721
2737
description: The score for the category 'hate/threatening'.
2738
+
harassment:
2739
+
type: number
2740
+
description: The score for the category 'harassment'.
2741
+
harassment/threatening:
2742
+
type: number
2743
+
description: The score for the category 'harassment/threatening'.
2722
2744
self-harm:
2723
2745
type: number
2724
2746
description: The score for the category 'self-harm'.
2747
+
self-harm/intent:
2748
+
type: number
2749
+
description: The score for the category 'self-harm/intent'.
2750
+
self-harm/instructions:
2751
+
type: number
2752
+
description: The score for the category 'self-harm/instructions'.
0 commit comments