Member Junction
    Preparing search index...

    One record's value for a single differing field, addressed by record id.

    interface ReasoningFieldValue {
        RecordID: string;
        Value: string;
    }
    Index

    Properties

    Properties

    RecordID: string

    The candidate/source record id (URL-segment composite key) this value belongs to.

    Value: string

    The field value held by that record (already stringified for the prompt; null when empty).