@deskcreate/agentcraft
    Preparing search index...

    Interface ElevenLabsAdapterConfig

    interface ElevenLabsAdapterConfig {
        apiBaseUrl?: string;
        apiKey: string;
        defaultModel?: string;
        defaultVoiceId?: string;
        onAuditEvent?: (event: AdapterAuditEvent) => void;
        timeoutMs?: number;
    }
    Index

    Properties

    apiBaseUrl?: string
    apiKey: string
    defaultModel?: string
    defaultVoiceId?: string
    onAuditEvent?: (event: AdapterAuditEvent) => void
    timeoutMs?: number