Member Junction
    Preparing search index...

    Peripheral data loaded for a conversation detail message Contains related entities like agent runs and artifacts

    interface ConversationDetailPeripheralData {
        agentRun?: MJAIAgentRunEntityExtended;
        artifact?: { artifact: MJArtifactEntity; version: MJArtifactVersionEntity };
    }
    Index

    Properties

    Properties

    Agent run information if this message was generated by an agent

    artifact?: { artifact: MJArtifactEntity; version: MJArtifactVersionEntity }

    Artifact information if this message has an output artifact

    Type Declaration