Member Junction
    Preparing search index...

    Interface FieldRulePrompt

    An AI prompt source: run a prompt over the record and use its output as the field value.

    interface FieldRulePrompt {
        Data?: Record<string, FieldRuleValueSource>;
        PromptID: string;
    }
    Index

    Properties

    Properties

    Data?: Record<string, FieldRuleValueSource>

    Optional shaping of the data handed to the prompt. Omit to pass the whole record. Each entry's value is computed like any other source (field / formula / static), so you can pass selected fields, derived values, or a pre-rendered entity-document string under named keys.

    PromptID: string

    The AI prompt to run (its ID).