We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad9eb7 commit b21005aCopy full SHA for b21005a
deepgram/clients/agent/v1/websocket/options.py
@@ -134,10 +134,10 @@ class CartesiaVoice(BaseResponse):
134
"""
135
136
mode: str = field(
137
- default=None, metadata=dataclass_config(exclude=lambda f: f is None)
+ default="", metadata=dataclass_config(exclude=lambda f: f is None or f == "")
138
)
139
id: str = field(
140
141
142
143
0 commit comments