We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a91c3 commit f8d5071Copy full SHA for f8d5071
tests/unittests/tools/test_gemini_schema_util.py
@@ -185,7 +185,7 @@ def test_to_gemini_schema_nested_dict(self):
185
},
186
}
187
gemini_schema = _to_gemini_schema(openapi_schema)
188
- # Since metadata is not properties nor item, it will call to_gemini_schema recursively.
+ # Since metadata is neither properties nor item, it will call to_gemini_schema recursively.
189
assert isinstance(gemini_schema.properties["metadata"], Schema)
190
assert (
191
gemini_schema.properties["metadata"].type == Type.OBJECT
0 commit comments