langchain.js
    Preparing search index...

    Interface GradingFunctionResult

    interface GradingFunctionResult {
        comment?: string;
        correction?: Record<string, unknown>;
        key?: string;
        score?: ScoreType;
        value?: ValueType;
    }
    Index

    Properties

    comment?: string
    correction?: Record<string, unknown>
    key?: string
    score?: ScoreType
    value?: ValueType