@langwatch/scenario
    Preparing search index...

    Interface ElevenLabsSTTProviderOptions

    Construction options for ElevenLabsSTTProvider.

    interface ElevenLabsSTTProviderOptions {
        apiKey?: string;
        clientFactory?: (apiKey: string) => ElevenLabsClient;
    }
    Index

    Properties

    apiKey?: string

    API key; falls back to process.env.ELEVENLABS_API_KEY.

    clientFactory?: (apiKey: string) => ElevenLabsClient

    Test seam — override the SDK client constructor.