mimiq
    Preparing search index...

    Interface TranscriptTurn

    interface TranscriptTurn {
        id?: string;
        metadata?: JsonObject;
        pending?: boolean;
        role: MessageRole;
        text: string;
        timestamp?: string;
    }
    Index

    Properties

    id?: string
    metadata?: JsonObject
    pending?: boolean
    text: string
    timestamp?: string