Member Junction
    Preparing search index...

    Interface CreateSnapshotArtifactArgs

    Arguments for AnalyzeArtifactService.CreateSnapshotArtifact. Creates just the Artifact + ArtifactVersion — no conversation, no junction. Used by callers who already have a conversation and just want to persist the snapshot and link it to a specific user message themselves.

    interface CreateSnapshotArtifactArgs {
        currentUser: UserInfo;
        environmentId: string;
        snapshot: DataSnapshot;
        title?: string;
    }
    Index

    Properties

    currentUser: UserInfo
    environmentId: string
    snapshot: DataSnapshot
    title?: string