Member Junction
    Preparing search index...

    Reference to the vision prompt a VisionLLMFeatureStep runs. Exactly one of PromptRef / InlinePrompt is used (inline wins when both are present).

    interface VisionPromptRef {
        InlinePrompt?: string;
        PromptRef?: string;
    }
    Index

    Properties

    InlinePrompt?: string

    Inline vision prompt body (used when no stored prompt is referenced).

    PromptRef?: string

    Reference to a stored MJ: AI Prompts row (id or name).