We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04be0d commit 1ddc853Copy full SHA for 1ddc853
1 file changed
google/genai/types.py
@@ -5568,7 +5568,6 @@ class GenerateContentConfig(_common.BaseModel):
5568
- `application/json`: JSON response in the candidates.
5569
The model needs to be prompted to output the appropriate response type,
5570
otherwise the behavior is undefined.
5571
- This is a preview feature.
5572
""",
5573
)
5574
response_schema: Optional[SchemaUnion] = Field(
@@ -5801,7 +5800,6 @@ class GenerateContentConfigDict(TypedDict, total=False):
5801
5800
5802
5803
5804
5805
"""
5806
5807
response_schema: Optional[SchemaUnionDict]
0 commit comments