Files
pipecat/changelog/4390.fixed.3.md
2026-04-30 09:45:16 -04:00

2 lines
245 B
Markdown

- Fixed Cartesia tag helpers (`SPELL`, `EMOTION_TAG`, `PAUSE_TAG`, `VOLUME_TAG`, `SPEED_TAG`) raising `TypeError` when called on an instance (e.g. `tts.SPELL("hi")`). They're now `@staticmethod` and callable from both the class and an instance.