langchain.js
    Preparing search index...

    Interface AnnotationQueueRubricItem

    interface AnnotationQueueRubricItem {
        description?: null | string;
        feedback_key: string;
        is_required?: null | boolean;
        score_descriptions?: null | Record<string, string>;
        value_descriptions?: null | Record<string, string>;
    }
    Index

    Properties

    description?: null | string

    An optional description of the rubric item.

    feedback_key: string

    The feedback key this rubric item is associated with.

    is_required?: null | boolean

    Whether this rubric item is required.

    score_descriptions?: null | Record<string, string>

    Descriptions for continuous score values.

    value_descriptions?: null | Record<string, string>

    Descriptions for categorical values.