@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ThreadRealtimeTranscriptDoneNotification

    EXPERIMENTAL - final transcript text emitted when realtime completes a transcript part.

    type ThreadRealtimeTranscriptDoneNotification = {
        role: string;
        text: string;
        threadId: string;
    }
    Index

    Properties

    Properties

    role: string
    text: string

    Final complete text for the transcript part.

    threadId: string