Member Junction
    Preparing search index...

    Context for artifact lookups - provides pre-loaded data from conversation to avoid redundant database queries

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

    Properties

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