Member Junction
    Preparing search index...

    Interface FieldRuleEntityDocument

    Renders the record as text via an MJ Entity Document template (the same templates used for embeddings/RAG), using the existing rendering infrastructure through an injected EntityDocumentResolver. Most useful inside a prompt source's Data — hand the LLM a rich, curated rendering of the record instead of raw fields.

    interface FieldRuleEntityDocument {
        EntityDocumentID?: string;
    }
    Index

    Properties

    EntityDocumentID?: string

    Which Entity Document template to render. Omit to use the entity's default/primary document.