Member Junction
    Preparing search index...
    VisionPromptResolver: (
        step: VisionLLMFeatureStep,
    ) => Promise<AIPromptParams["prompt"]> | AIPromptParams["prompt"]

    Resolves a VisionLLMFeatureStep's Prompt (id/name/inline) into the prompt entity the injected runner executes. Supplied by the caller so the executor stays decoupled from MJ: AI Prompts loading; tests provide a stub.

    Type Declaration