Skip to content

Commit 21682aa

Browse files
chore(core): regenerate v2.1.0 types
2 parents 8d52340 + 33f9229 commit 21682aa

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/agora_agent/types/deepgram_tts_params.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ class DeepgramTtsParams(UncheckedBaseModel):
3232
Audio sampling rate in Hz
3333
"""
3434

35-
params: typing.Optional[typing.Dict[str, typing.Any]] = pydantic.Field(default=None)
36-
"""
37-
Additional Deepgram TTS parameters
38-
"""
39-
4035
skip_patterns: typing.Optional[typing.List[int]] = pydantic.Field(default=None)
4136
"""
4237
Controls whether the TTS module skips bracketed content when reading LLM response text.

0 commit comments

Comments
 (0)