Member Junction
    Preparing search index...

    Interface DelegatedRunArtifact

    One artifact a delegated target-agent run produced, surfaced to the transport layer (and into the serialized tool result as artifacts: [{ artifactId, artifactVersionId, name }]) so the client call overlay can open it in an artifact tab while the model narrates the outcome.

    interface DelegatedRunArtifact {
        ArtifactID: string;
        ArtifactVersionID: string;
        Name: string;
    }
    Index

    Properties

    ArtifactID: string

    The MJ: Artifacts row id.

    ArtifactVersionID: string

    The MJ: Artifact Versions row id of the version this run produced.

    Name: string

    The artifact's display name (tab title in the call overlay).