RubricGenerationInputQualityWarningCode type

Stabilny, przeszukiwalny, maszynowo czytelny kod ostrzegawczy dla generowania rubryk ostrzegawczych o jakości wejścia. Wartości to snake_case: klienci muszą tolerować dodatkowe identyfikatory zdefiniowane przez usługę.

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