@deskcreate/agentcraft
    Preparing search index...

    Interface ArtifactRef

    Typed reference to a stored artifact.

    interface ArtifactRef {
        id: string;
        type: string;
    }
    Index

    Properties

    Properties

    id: string
    type: string