Arize Phoenix TS
    Preparing search index...

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

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

    Properties

    explanation?: string | null
    label?: string | null
    score?: number | null