EvaluatorGenerationJobSourceType type

評估器產生工作所支援的原始碼類型。

type EvaluatorGenerationJobSourceType =
  | "prompt"
  | "agent"
  | "traces"
  | "dataset"