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

    Type Alias SDKUserMessage

    type SDKUserMessage = {
        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

    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