AnnotationResult: {
    explanation?: string | null;
    label?: string | null;
    score?: number | null;
}

The result of an annotation from an author (e.x. an LLM or human)

Type declaration

  • Optionalexplanation?: string | null
  • Optionallabel?: string | null
  • Optionalscore?: number | null