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

    Type Alias ThreadRealtimeOutputAudioDeltaNotification

    EXPERIMENTAL - streamed output audio emitted by thread realtime.

    type ThreadRealtimeOutputAudioDeltaNotification = {
        audio: ThreadRealtimeAudioChunk;
        threadId: string;
    }
    Index

    Properties

    Properties

    threadId: string