@runloop/agent-axon-client
    Preparing search index...

    Type Alias SDKUserMessageReplay

    type SDKUserMessageReplay = {
        file_attachments?: unknown[];
        isReplay: true;
        isSynthetic?: boolean;
        message: MessageParam;
        parent_tool_use_id: string | null;
        priority?: "now" | "next" | "later";
        session_id: string;
        timestamp?: string;
        tool_use_result?: unknown;
        type: "user";
        uuid: UUID;
    }
    Index

    Claude SDK

    file_attachments?: unknown[]
    isReplay: true
    isSynthetic?: boolean
    message: MessageParam
    parent_tool_use_id: string | null
    priority?: "now" | "next" | "later"
    session_id: string
    timestamp?: string

    ISO timestamp when the message was created on the originating process. Older emitters omit it; consumers should fall back to receive time.

    tool_use_result?: unknown
    type: "user"
    uuid: UUID