Can't add a custom voice ID - eleven labs
I'm trying to add a custom voice, but I get this error when trying to publish. Could it be something related to me using Multilingual v2?

voice property in your assistant configuration. For custom voices, the configuration should include the provider and your specific voiceId. If you're using Eleven Labs, your configuration might look similar to this:voiceId{
"voice": {
"provider": "elevenlabs",
"voiceId": "your-custom-voice-id"
}
}