Member Junction
    Preparing search index...
    interface DescriptionIteration {
        changedFrom?: string;
        confidence?: number;
        description: string;
        generatedAt: string;
        isGroundTruth?: boolean;
        modelUsed: string;
        reasoning: string;
        triggeredBy?:
            | "initial"
            | "backpropagation"
            | "refinement"
            | "dependency_sanity_check"
            | "schema_sanity_check"
            | "cross_schema_sanity_check"
            | "ground_truth"
            | "existing_db_description";
    }
    Index

    Properties

    changedFrom?: string
    confidence?: number
    description: string
    generatedAt: string
    isGroundTruth?: boolean

    If true, this description came from user-provided ground truth config

    modelUsed: string
    reasoning: string
    triggeredBy?:
        | "initial"
        | "backpropagation"
        | "refinement"
        | "dependency_sanity_check"
        | "schema_sanity_check"
        | "cross_schema_sanity_check"
        | "ground_truth"
        | "existing_db_description"