Member Junction
    Preparing search index...

    The structured JSON response from the AI prompt

    interface DocumentSuggestionResult {
        absoluteMatchThreshold: number;
        potentialMatchThreshold: number;
        reasoning: string;
        selectedFields: string[];
        selectedRelationships: { fields: string[]; name: string }[];
        template: string;
    }
    Index

    Properties

    absoluteMatchThreshold: number
    potentialMatchThreshold: number
    reasoning: string
    selectedFields: string[]
    selectedRelationships: { fields: string[]; name: string }[]
    template: string