EvaluationResult: {
    explanation: string | null;
    label: string | null;
    metadata: Record<string, unknown>;
    score: number | null;
}

Type declaration

  • explanation: string | null
  • label: string | null
  • metadata: Record<string, unknown>
  • score: number | null