@deskcreate/agentcraft
Preparing search index...
adapters
ElevenLabsAdapterConfig
Interface ElevenLabsAdapterConfig
interface
ElevenLabsAdapterConfig
{
apiBaseUrl
?:
string
;
apiKey
:
string
;
defaultModel
?:
string
;
defaultVoiceId
?:
string
;
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
;
timeoutMs
?:
number
;
}
Index
Properties
api
Base
Url?
api
Key
default
Model?
default
Voice
Id?
on
Audit
Event?
timeout
Ms?
Properties
Optional
api
Base
Url
apiBaseUrl
?:
string
api
Key
apiKey
:
string
Optional
default
Model
defaultModel
?:
string
Optional
default
Voice
Id
defaultVoiceId
?:
string
Optional
on
Audit
Event
onAuditEvent
?:
(
event
:
AdapterAuditEvent
)
=>
void
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Base
Url
api
Key
default
Model
default
Voice
Id
on
Audit
Event
timeout
Ms
@deskcreate/agentcraft
Loading...