elevenlabs-python icon indicating copy to clipboard operation
elevenlabs-python copied to clipboard

fix: fetch generated voice id and add to response

Open AngeloGiacco opened this issue 1 year ago • 0 comments

currently we only return a bytes iterator with no reference to the voice id generated. now return a tuple of the id string and then a bytes iterator, so sdk users can unpack and use as needed

fixes #345

AngeloGiacco avatar Feb 04 '25 16:02 AngeloGiacco