@langwatch/scenario
    Preparing search index...

    Interface AudioResponseEvent

    Event emitted when an audio response is completed

    interface AudioResponseEvent {
        audio: string;
        transcript: string;
    }
    Index

    Properties

    Properties

    audio: string
    transcript: string