Skip to content

Commit 0af470b

Browse files
yyyu-googlecopybara-github
authored andcommitted
doc: fix doc string mistake in JSONSchema
PiperOrigin-RevId: 747625728
1 parent d908349 commit 0af470b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/genai/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ class JSONSchema(pydantic.BaseModel):
862862
863863
Represents a subset of a JSON Schema object that is used by the Gemini model.
864864
The difference between this class and the Schema class is that this class is
865-
compatible with OpenAPI 3.0 schema objects. And the Schema class is used to
865+
compatible with OpenAPI 3.1 schema objects. And the Schema class is used to
866866
make API call to Gemini model.
867867
"""
868868

0 commit comments

Comments
 (0)