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

    Type Alias ThreadRealtimeTranscriptDeltaNotification

    EXPERIMENTAL - flat transcript delta emitted whenever realtime transcript text changes.

    type ThreadRealtimeTranscriptDeltaNotification = {
        delta: string;
        role: string;
        threadId: string;
    }
    Index

    Properties

    Properties

    delta: string

    Live transcript delta from the realtime event.

    role: string
    threadId: string