RubricGenerationInputQualityWarningCode type

Stabiele doorzoekbare, machineleesbare waarschuwingscode voor een rubric-generatie inputkwaliteitswaarschuwing. Waarden zijn snake_case; clients moeten extra service-defined identifiers tolereren.

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