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

    Type Alias SDKFilesPersistedEvent

    type SDKFilesPersistedEvent = {
        failed: { error: string; filename: string }[];
        files: { file_id: string; filename: string }[];
        processed_at: string;
        session_id: string;
        subtype: "files_persisted";
        type: "system";
        uuid: UUID;
    }
    Index

    Claude SDK

    failed: { error: string; filename: string }[]
    files: { file_id: string; filename: string }[]
    processed_at: string
    session_id: string
    subtype: "files_persisted"
    type: "system"
    uuid: UUID