@langwatch/scenario
    Preparing search index...

    Interface AudioMessageParts

    The parts an audio message carries: the audio file part + optional transcript.

    interface AudioMessageParts {
        audio: AudioFilePart;
        transcript?: TextPart;
    }
    Index

    Properties

    Properties

    The canonical audio file part.

    transcript?: TextPart

    Optional transcript text part (emitted before the audio part).