Member Junction
    Preparing search index...

    Lightweight reference to an MJ AI Prompt entity. At least one of PromptId or PromptName must be provided.

    Resolution happens inside MJComputerUseEngine.Run() — the engine loads the full AIPromptEntityExtended from this ref, then uses it for AIPromptRunner execution. This matches the ActionRef pattern and keeps params serializable.

    Index

    Constructors

    Properties

    Constructors

    Properties

    PromptId?: string

    Prompt primary key. Takes precedence over PromptName if both set.

    PromptName?: string

    Prompt name for lookup. Used if PromptId is not set.