File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12801,7 +12801,7 @@ class AudioChunk(_common.BaseModel):
1280112801 """Representation of an audio chunk."""
1280212802
1280312803 data : Optional [bytes ] = Field (
12804- default = None , description = """Raw byets of audio data."""
12804+ default = None , description = """Raw bytes of audio data."""
1280512805 )
1280612806 mime_type : Optional [str ] = Field (
1280712807 default = None , description = """MIME type of the audio chunk."""
@@ -12816,7 +12816,7 @@ class AudioChunkDict(TypedDict, total=False):
1281612816 """Representation of an audio chunk."""
1281712817
1281812818 data : Optional [bytes ]
12819- """Raw byets of audio data."""
12819+ """Raw bytes of audio data."""
1282012820
1282112821 mime_type : Optional [str ]
1282212822 """MIME type of the audio chunk."""
You can’t perform that action at this time.
0 commit comments