@langwatch/scenario
    Preparing search index...

    Interface TtsConfig

    TTS config for the user simulator — "provider/voice" routing.

    interface TtsConfig {
        apiKey?: string;
        format?: AudioFormat;
        voice: string;
    }
    Index

    Properties

    Properties

    apiKey?: string

    Per-run API key override.

    format?: AudioFormat

    Output format hint.

    voice: string

    litellm-style "provider/voice", e.g. "openai/nova".