Member Junction
    Preparing search index...

    Context for artifact lookups — pre-loaded conversation data.

    NO LONGER CONSUMED by this service. Both readers were converted to queries when transcript windowing made these maps a partial view: they are keyed to the loaded window, so any lookup for an older row silently missed. Retained as an exported type for API compatibility; new code should not build one.

    interface ArtifactLookupContext {
        agentRunsByDetailId: Map<string, MJAIAgentRunEntityExtended>;
        artifactsByDetailId: Map<string, LazyArtifactInfo[]>;
    }
    Index

    Properties

    agentRunsByDetailId: Map<string, MJAIAgentRunEntityExtended>
    artifactsByDetailId: Map<string, LazyArtifactInfo[]>