@langwatch/scenario
    Preparing search index...

    Interface RealtimeUserAgent

    A user-sim agent that can directly send text to the realtime transport without a TTS conversion step. Implemented by OpenAI Realtime user sims that operate in text mode over the websocket.

    interface RealtimeUserAgent {
        sendText(text: string): Promise<void>;
    }
    Index

    Methods

    Methods