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"