Skip to content

Commit 26a698a

Browse files
committed
Update category_scores as well
1 parent 9f23b97 commit 26a698a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,9 +2735,21 @@ components:
27352735
hate/threatening:
27362736
type: number
27372737
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'.
27382744
self-harm:
27392745
type: number
27402746
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'.
27412753
sexual:
27422754
type: number
27432755
description: The score for the category 'sexual'.
@@ -2753,7 +2765,11 @@ components:
27532765
required:
27542766
- hate
27552767
- hate/threatening
2768+
- harassment
2769+
- harassment/threatening
27562770
- self-harm
2771+
- self-harm/intent
2772+
- self-harm/instructions
27572773
- sexual
27582774
- sexual/minors
27592775
- violence

0 commit comments

Comments
 (0)