File tree Expand file tree Collapse file tree
google/genai/_gaos/types/interactions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class SourceParam(TypedDict):
4343 r"""Optional encoding for inline content (e.g. `base64`)."""
4444 source : NotRequired [str ]
4545 r"""The source of the environment.
46- For GCS , this is the GCS path.
46+ For Cloud Storage , this is the Cloud Storage path.
4747 For GitHub, this is the GitHub path.
4848 """
4949 target : NotRequired [str ]
@@ -62,7 +62,7 @@ class Source(BaseModel):
6262
6363 source : Optional [str ] = None
6464 r"""The source of the environment.
65- For GCS , this is the GCS path.
65+ For Cloud Storage , this is the Cloud Storage path.
6666 For GitHub, this is the GitHub path.
6767 """
6868
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ class VideoResponseFormatParam(TypedDict):
5656 duration : NotRequired [str ]
5757 r"""The duration for the video output."""
5858 gcs_uri : NotRequired [str ]
59- r"""The GCS URI to store the video output. Required for Vertex if delivery mode
60- is URI.
59+ r"""The Cloud Storage URI to store the video output. Required for Vertex if
60+ delivery mode is URI.
6161 """
6262 type : Literal ["video" ]
6363
@@ -75,8 +75,8 @@ class VideoResponseFormat(BaseModel):
7575 r"""The duration for the video output."""
7676
7777 gcs_uri : Optional [str ] = None
78- r"""The GCS URI to store the video output. Required for Vertex if delivery mode
79- is URI.
78+ r"""The Cloud Storage URI to store the video output. Required for Vertex if
79+ delivery mode is URI.
8080 """
8181
8282 type : Annotated [
You can’t perform that action at this time.
0 commit comments