Member Junction
    Preparing search index...

    ScopedPromptConfigResolver — the run-settings sibling of PromptComponentResolver. Picks the single most-specific in-scope MJ: Scoped Prompt Configs row for a prompt (whole-row wins: SecondaryScopes match (+4) > PrimaryScopeRecord (+2) > global (+1), tie-broken by Priority), then overlays its non-null columns onto the prompt run's params.

    Pluggable (ClassFactory). Obtained via MJGlobal.Instance.ClassFactory.CreateInstance(ScopedPromptConfigResolver) — base by default, or a @RegisterClass(ScopedPromptConfigResolver) subclass. Protected hooks (getCandidates, isInScope, score) are the override points, mirroring the parts resolver.

    Index

    Constructors

    Methods