RubricGenerationInputQualityWarningCode type

ルーブリック生成による入力品質警告のための安定した検索可能で機械可読の警告コード。 値は snake_caseされ、クライアントは追加のサービス定義識別子を許容しなければなりません。

type RubricGenerationInputQualityWarningCode =
  | "empty_prompt"
  | "short_prompt"
  | "empty_agent_instructions"
  | "short_agent_instructions"
  | "empty_dataset_content"
  | "short_dataset_content"
  | "low_trace_count"
  | "insufficient_total_input"