@elevenlabs/[email protected]
While configuring the session:
overrides: {
conversation: {
textOnly: true,
}
}
this does not make textOnly to work, only when textOnly is passed at the top level of the configuration object
but tetOnly in overrides section is in Types definition, yet textOnly at top level is not:
