Skip to content

Commit 70eb9c1

Browse files
hkt74copybara-github
authored andcommitted
docs: Add hint for base64 string
PiperOrigin-RevId: 775912139
1 parent 6f7f223 commit 70eb9c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/genai/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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."""

0 commit comments

Comments
 (0)