SongGuess
    Preparing search index...
    type AiSearchItemLog = {
        action: string;
        chunkCount?: number;
        errorType?: string;
        fileKey?: string;
        message: string;
        processingTimeMs?: number;
        timestamp: string;
    }
    Index

    Properties

    action: string
    chunkCount?: number
    errorType?: string
    fileKey?: string
    message: string
    processingTimeMs?: number
    timestamp: string