View Source OpenAi.Moderation.CreateResponse.Result.CategoryAppliedInputTypes (OpenAI REST API Client v1.0.0)

Provides struct and type for a Moderation.CreateResponse.Result.CategoryAppliedInputTypes

Summary

Types

@type t() :: %OpenAi.Moderation.CreateResponse.Result.CategoryAppliedInputTypes{
  harassment: [String.t()],
  "harassment/threatening": [String.t()],
  hate: [String.t()],
  "hate/threatening": [String.t()],
  illicit: [String.t()],
  "illicit/violent": [String.t()],
  "self-harm": [String.t()],
  "self-harm/instructions": [String.t()],
  "self-harm/intent": [String.t()],
  sexual: [String.t()],
  "sexual/minors": [String.t()],
  violence: [String.t()],
  "violence/graphic": [String.t()]
}