@langwatch/scenario
    Preparing search index...

    Interface SynthesizeOptions

    Options forwarded to synthesize. The elevenLabsClientFactory test seam maps onto the tts/elevenlabs-tts leaf's client factory.

    interface SynthesizeOptions {
        apiKey?: string;
        elevenLabsClientFactory?: ElevenLabsClientFactory;
    }
    Index

    Properties

    apiKey?: string

    API key for the resolved provider. Required for elevenlabs/....

    elevenLabsClientFactory?: ElevenLabsClientFactory

    Test seam — ElevenLabs SDK client factory.