Member Junction
    Preparing search index...

    Per-call context threaded from the detector into the reasoning provider so the provider runs on the same request-scoped provider/user as the rest of the pipeline (multi-provider safety) rather than reaching for the global default.

    interface DuplicateReasoningContext {
        ContextUser?: UserInfo;
        Provider?: IMetadataProvider;
    }
    Index

    Properties

    ContextUser?: UserInfo

    The context user for the run.

    The request-scoped metadata provider (server-side).