langchain.js
    Preparing search index...

    Interface FeedbackCreate

    interface FeedbackCreate {
        comment: null | string;
        correction: null | string | object;
        created_at: string;
        feedback_source: null | KVMap | APIFeedbackSource | ModelFeedbackSource;
        id: string;
        key: string;
        modified_at: string;
        run_id: string;
        score: ScoreType;
        value: ValueType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    comment: null | string
    correction: null | string | object
    created_at: string
    feedback_source: null | KVMap | APIFeedbackSource | ModelFeedbackSource
    id: string
    key: string
    modified_at: string
    run_id: string
    score: ScoreType
    value: ValueType