Member Junction
    Preparing search index...

    Interface AgentMediaManifestItem

    One resolved, model-readable media item in an agent's kit (ordered by its membership Sequence).

    interface AgentMediaManifestItem {
        ContextDescription: string;
        DisplayName: string;
        FileID: string;
        MediaType: AgentMediaKind;
        Preload: boolean;
        ResourceID: string;
    }
    Index

    Properties

    ContextDescription: string

    Agent-facing "what this is / when to show it" (membership override, else the version description).

    DisplayName: string

    Short label for the item's tab (the artifact version's name).

    FileID: string

    The MJ: Files id to show — streamed securely via the /media route by Media_ShowMedia.

    MediaType: AgentMediaKind

    The media kind derived from the artifact version's MIME type.

    Preload: boolean

    When true, the agent is told to show this at session start rather than waiting for relevance.

    ResourceID: string

    The MJ: Collection Artifacts membership id (stable per kit).