Skip to content

Commit 1ddc853

Browse files
jscudcopybara-github
authored andcommitted
chore: Update response MIME type field status.
PiperOrigin-RevId: 882625290
1 parent c04be0d commit 1ddc853

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google/genai/types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5568,7 +5568,6 @@ class GenerateContentConfig(_common.BaseModel):
55685568
- `application/json`: JSON response in the candidates.
55695569
The model needs to be prompted to output the appropriate response type,
55705570
otherwise the behavior is undefined.
5571-
This is a preview feature.
55725571
""",
55735572
)
55745573
response_schema: Optional[SchemaUnion] = Field(
@@ -5801,7 +5800,6 @@ class GenerateContentConfigDict(TypedDict, total=False):
58015800
- `application/json`: JSON response in the candidates.
58025801
The model needs to be prompted to output the appropriate response type,
58035802
otherwise the behavior is undefined.
5804-
This is a preview feature.
58055803
"""
58065804

58075805
response_schema: Optional[SchemaUnionDict]

0 commit comments

Comments
 (0)